It is recommended to regenerate this config for this version
- Plugin will no longer step the game and instead save the game before attempting to unload all chunks to ensure chunks will unload without fail
- Removed
step-ticks
- Replaced
save-game
withsave-game-on-quit
disabling this new option will disable both saving the game and unloading chunks
It is recommend to regenerate your config with this update
- Removed
run-gc
&force-unload-chunks
options from the config
These options were more likely to do more harm than good and thus removed.
- Added
enable-mod-companion
&freeze-pause-menu-players
Enabling mod companion support will let the server be able to detect when a player is in the pause menu to pause the server if they have the companion mod installed. Optionally you can have the players freeze in place when their pause menu is up and the server is frozen.
- Added small tiny code optimizations