Bas
Bas
> > The login-packet for 1.19 and newer is invalid > > Just add > > ``` > const loginPacket = (client, server) => { > return { > //...
Hi. Any updates? I would love to see this :D
Any updates? +
How would this work for redstone? How is this being ticked accross multiple servers?
How would things like redstone be handled?
Yes. Please add this! Pterodactyl has an activity api now.
You could check the server status every 5 minutes.
You could also listen for console messages (using websockets) for the stop message.
> the only concern i have is the frequent API requests. this could lead to heavy load or a request-limit reaching on ptero. doing the calls async couldwork however. I...