Replies: 1 comment 2 replies
-
Hi @Andrei965, that's a fair suggestion. Will this be enough for you to re-use the game server or do you need the agent to do something else too? I'll try to add this ASAP |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am currently running a Minestom server using ShulkerServerAgentMinestom. After setting up my game, I intend to reuse the server once the game ends. However, the ShulkerServerAPI currently exposes only the methods setAllocated, setReserved, and askShutdown, and does not include a setReady method. To address this, I propose adding the setReady method, which would enable the server to be reused once the game ends.
Beta Was this translation helpful? Give feedback.
All reactions