
Server side mod adding a couple of useful utilities.
This mod is a port of a Spigot plugin of the same name, and lacks a couple of the original features.
This is a Fabric only mod, I have no plans to port it to Forge. Fabric API is required.
- Unload Spawn - Minecraft always keeps the spawn region loaded no matter where the players are in the world, this lets you disable that "feature"
- Tps Command - When enabled, adds "/tps" command which lets users check server performance
- Freeze Empty - When enabled, day light cycle will stop if the server is empty
All features are DISABLED by default and need to be manual enabled in the mod config - tbplugin.properties
more info about every option can be found on the mod's github page and on the wiki