promotional bannermobile promotional banner

Easy Server Optimizer

Easy Optimization Server

File Details

Easy_Server_Optimazer_1.18.2_1.071_.jar

  • R
  • Nov 1, 2025
  • 17.17 KB
  • 7.6K
  • 1.18.2
  • Forge

File Name

Empty_Server_Optimazer_1.18.2_1.071_.jar

Supported Versions

  • 1.18.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:easy-server-optimizer-1298102:7173706")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

🛠️ Update Note — The Automatic & Config Update (v2.0)

 

Note: This mod is for Minecraft 1.18.2 only.

This is a complete rebuild of the Empty Server Optimizer, making it smarter, safer, and fully automatic!

The biggest change: the mod now runs automatically by default. It detects when the last player leaves and applies all optimizations (sets distance to 2, pauses AI, etc.). When the first player joins, it instantly restores all your original settings.

This update also introduces a .toml config file (/world/serverconfig/tickpauseserver-common.toml). This makes the mod crash-proof. Even if your server crashes while empty, it will always remember your original settings and restore them correctly.

 

✨ What's New & Different?

 

  • Fully Automatic: No commands needed! The server optimizes and restores by itself.

  • Master Control: A new command /optimizer autotoggle <on|off> lets you turn the automatic system on or off.

  • Crash-Proof Config File: Replaced the old, buggy in-memory settings with a robust .toml config file.

  • Smarter Time Saving: The mod now saves the world time when the server stops (/stop), preventing time rollbacks even after a restart.

  • Improved Distance Commands: The old /optimizer distance on/off has been removed and replaced with powerful new commands.


 

⚙️ Updated Command List

 

All commands start with /optimizer and require admin (permission level 2).

 

🧠 Master Control (NEW)

 

  • /optimizer autotoggle on

    • (Default) Enables the automatic optimization system.

  • /optimizer autotoggle off

    • Disables the automatic system. You can still use the manual commands below.

 

🛰️ Distance Settings (IMPROVED)

 

  • /optimizer distance set view <number>

    • Manually sets the view distance (e.g., /optimizer distance set view 8).

  • /optimizer distance set simulation <number>

    • Manually sets the simulation distance.

  • /optimizer distance restore

    • IMPROVED: Restores distance settings to the "restored" values in your .toml config file. (The old distance on is replaced by this).

 

📜 Manual Optimizer Controls

 

These commands are still here but now read their "on" state from your config file.

  • /optimizer mobai <on|off>

    • on: Enables AI for all passive mobs (animals, villagers, etc.)

    • off: Freezes AI for all passive mobs.

  • /optimizer clearhostiles

    • Instantly removes all hostile mobs from the world.

  • /optimizer randomtick <on|off>

    • on: Restores random tick speed (reads restoredRandomTickSpeed from config).

    • off: Sets random tick speed to 0 (or optimizedRandomTickSpeed from config).

  • /optimizer daylightcycle <on|off>

    • Enables or disables the day-night cycle.

  • /optimizer weathercycle <on|off>

    • Enables or disables weather changes.