-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is attempting to use the "idle" option doing anything? #12
Comments
At least on my machine the idle server with the vanilla minecraft server is running just fine. I think the problem might be purpur or the plugins. My concrete suspicion is that the idle server is not able to properly parse the output of the modified |
I end up seeing this line repeatedly when there are no active players:
Quick edit: The 30sec check was put there just for this purpose. I obviously normally wouldn't be checking that often. |
Nice! Thanks for checking. This confirms my suspicion. The problem is this function here https://github.com/Edenhofer/minecraft-server/blob/703d029/minecraftd.sh.in#L88-L106 . Would you be willing to have a stab at generalizing it to work with purpur/your plugins? In essence you would run the |
I have netcat installed, and I see the results of the script checking for online players routinely:
But, at no point does the server actually seem to idle/turn off. It just keeps checking the online players every X minutes, and never actually stops.
I'm probably missing something simple here that is obvious to others?
I should point out I'm using Purpur with plugins rather than the vanilla jar...perhaps that's my problem?
The text was updated successfully, but these errors were encountered: