Automatic sub-server management
What it does:
- Create and stop virtual servers (eg. for minigames)
- Automatically keep a specific amount of servers of a specific template online
- Reset stopped servers
- Display log of the servers to console of main server
Coming soon:
- API for other plugins
Commands:
- /startserver <name> - Starts a server of the template <name>. Prints ID to chat
- /stopserver <name> <id> - Stops a server of the template <name> with <id>
- /forcestopserver <name> <id> - Same as /stopserver, but instead of asking it to stop, it kills the process
- /stopplugin - Stops all servers and stop auto-creation of new ones, servers can still be created with /startserver.
OS required to run:
Linux, Windows works with correct custom config
How to configure:
- Download Bukkit or Spigot
- Download the latest version of PluginNet
- Create a lobby/main server using the downloaded Bukkit/Spigot
- Add PluginNet to the plugins of that server
- Start the server
- Stop it once a directory called "servers" appears
- Configure PluginNet at plugins/PluginNet/config.yml
- Create the server templates you set up in the config (like server_test), these are directories with a ready-to-run server, remember to set up different ports.
- Download BungeeCord
- Set bungeecord and the main/lobby server up