Marc
Marc
The .bat or .sh files are not required, forge just generates them to help people start the server. Forge generates multiple files for args and user args (.txt) Simply use...
I´m not sure if my case here is related, however i think so because when i set animation duration to 0 then its not doing that strange flicker. I´ve also...
When does that happen? Have you added a .catch to see the error? Like so: msg.reply.text("Test", {parseMode: 'html'}).catch(error => console.log(error)); This should give you a more detailed error from Telegram...
I can´t replicate that. I downloaded this repo and tested the hello-world,js example. Works as expected. What node version do you use?
Yes, i´m aware of the fact that the hardware part could be added in pterodactyl as name of that node but i personaly disslike that idear.
They do. https://panel.ebg.pw/api/application/nodes/5 Nodes avaibke resources: ```json "memory": 131072, "memory_overallocate": 250, "disk": 819200, "disk_overallocate": 5, ``` Currently allocated resources: ```json "allocated_resources": { "memory": 12288, "disk": 40960 } ``` You could...
"Presumably, the first user that logs in via any authentication method will automatically become an administrator" - That would Not Work because then there is No way to link the...
Multi GPU, at least on NVIDIA SLI Systems needs to be turned on. How the programmer can enable that globaly? I don´t know. But i do know how to turn...
> Am I missing something… the egg is named forge but uses paper (but not forge?), and it seems it doesn't support the forge_version variable. I see you refer to...
I may, or may not try to make the forge egg support all versions. No promises thought, but its like a simple task in case i need some time away...