Skip to content

Safe Uninstall

Riqqqque edited this page Aug 3, 2026 · 6 revisions

Safe Uninstall

Use this page if you want to remove the mod for a while or permanently.

Best Method

Run this while the mod is still installed:

/zcleanup uninstall

Then:

  1. Stop the server.
  2. Remove the mod jar from the mods folder.
  3. Start the server again.

What /zcleanup uninstall Does

It:

  • removes loaded zombie-class mobs
  • resets horde and blood moon event state
  • clears runtime fire-tracking state
  • disables custom spawning for the current server session
  • disables hordes for the current server session
  • disables blood moons for the current server session
  • disables difficulty scaling for the current server session
  • disables advanced attribute tuning for the current server session
  • disables zombie block breaking for the current server session
  • disables zombie block placing for the current server session
  • disables zombie towering for the current server session
  • disables morning day-counter titles for the current server session
  • disables sunlight immunity for the current server session
  • disables bonus drops for the current server session
  • disables death cooldown behavior for the current server session

Why This Matters

Already-spawned zombies can keep boosted stats because Minecraft saves entity attributes into the world data. If those mobs stay alive after the mod is removed, they can still feel like progression zombies.

The mod cannot keep spawning or scaling new mobs after it is fully removed from the server and the server is restarted. If zombies still feel boosted after removal, they were probably already saved in the world.

If The Mod Is Already Removed

Use one of these:

  • switch the world to Peaceful briefly
  • use vanilla kill commands for zombie types
  • restore a backup from before the test

If You Are Only Testing

You can also pause the mod without removing it:

/zdayspawn enabled false
/zdayspawn horde false
/zdayspawn bloodmoon false
/zdayspawn scaling false
/zdayspawn attributes false
/zblockbreak enabled false
/zblockplace enabled false
/ztower enabled false

Clone this wiki locally