EmptyServerOptimizer

EmptyServerOptimizer

130 Downloads

Do you run a small server for friends and don't want it consuming CPU and RAM 24/7, even when nobody is playing?

EmptyServerOptimizer is a simple and lightweight server-side mod designed to solve exactly that problem. When no players are online, the mod automatically "freezes" unnecessary server activities, reducing resource usage to nearly zero. The moment the first player joins, everything is instantly restored, as if the server never stopped.

The mod's greatest strength is its high level of customization via a config file (tickpauseserver-server.toml). You can enable or disable every feature individually to ensure maximum compatibility with other performance mods like Radium Reforged.

This mod is ideal for:

  • Small, private Minecraft servers for friends.

  • Anyone self-hosting a server on their personal computer.

  • Low-spec servers that need to conserve every bit of resource.

  • Server owners who want to prevent automatic farms from running 24/7 when the server is empty.

For the best experience, please edit the saves/<your_world_name>/serverconfig/tickpauseserver-server.toml file.

  • When using with Radium Reforged: To avoid conflicts, it is strongly recommended that you let Radium handle performance optimization and let this mod handle the world state. Please disable the following features:

    Ini, TOML
    enableHostileMobClearing = false
    enablePassiveMobFreezing = false
    enableRandomTickPausing = false
    

    The remaining features (enableDistanceReduction, enableTimePausing, enableWeatherPausing) should be kept true as Radium does not manage them.

  • When using with Krypton Reforged or Does My Tick?: You do not need to change any of the default settings. These mods are fully compatible and will not cause conflicts.