This plugin will automatically pause your game if there aren't enough players online (see usage)
- Download for V6:
- Download for V7:
- Download the plugin
- Put it in (your server)/config/mods
- Start your server!
!All commands must be executed from the server!
- Use
autopause
command to enable/disable the plugin- Note: the plugin is already enabled; when you re-enabled it the game is paused until the
minimum player count
is reached (default: 1)
- Note: the plugin is already enabled; when you re-enabled it the game is paused until the
- Use
setminplayer <min-player>
command to set the minimum player count to unpause the game (only integer values greater than 0) - Use
pause <on / off>
command to manually pause/unpause the game- Note: the plugin will still check if there are enough players online, unless it is disabled
- On windows:
./gradlew.bat build
- On linux:
./gradlew build