Skip to content

Small and lightweight BungeeCord Plugin to shut down your server when nobody is online and restarts it when somebody wants to join.

Notifications You must be signed in to change notification settings

Bungeefan/ServerManagement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ServerManagement

Small and lightweight BungeeCord Plugin to shut down your server when nobody is online and restarts it when somebody wants to join.

Example config

{
  "startupTime": 20,
  "server": [
    {
      "name": "survival",
      "startScript": "survival/start.sh",
      "stopScript": "survival/stop.sh",
      "maxIdleTime": 10
    }
  ]
}

About

Small and lightweight BungeeCord Plugin to shut down your server when nobody is online and restarts it when somebody wants to join.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages