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
  • saves custom spawning, hordes, blood moons, and difficulty scaling as OFF
  • saves advanced attributes, block breaking, block placing, and towering as OFF
  • saves morning day titles, sunlight immunity, bonus drops, and death cooldowns as OFF

These changes are written to the config. They stay disabled after a restart unless an admin turns them back on.

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 off
/zdayspawn horde false
/zdayspawn bloodmoon false
/zdayspawn scaling false
/zdayspawn attributes false
/zblockbreak off
/zblockplace off
/ztower off

Clone this wiki locally