OvercastNetwork / SportBukkit

CraftBukkit and Bukkit modifications that improve stability and add new features
100 stars 85 forks source link

Server suspend API #218

Closed jedediah closed 7 years ago

jedediah commented 7 years ago

Provide a way to put the server in a "suspended" state, where it does not tick or run any scheduled tasks. The server can only be suspended when empty, and resumes automatically when a player connects. The server can be suspended through the API, or by an automatic timeout configured in bukkit.yml.