HomeJavaModsZone Cleaner
Zone Cleaner
ModsJava

Zone Cleaner

by DreykaOas · on Modrinth

A powerful server admin tool designed to remove blocks and entities in large areas without server lag. Includes a smart progress bar and an Undo feature.

⬇ Download on Modrinth
Zone Cleaner — screenshot 1

Zone Cleaner

The Ultimate Lag-Free World Editor

MCreaHub NeoForge Fabric Forge GitHub License

Delete millions of blocks without dropping a single TPS.

Zone Cleaner is a server-side administration tool designed to perform massive world editing operations safely. Unlike WorldEdit or vanilla commands which can freeze your server, Zone Cleaner uses a Time-Slicing Engine and Physics Suppression to clean the world while you keep playing.

Report a Bug


⚡ The "Ninja" Engine (New in 3.1.0)

The mod has been completely re-architected. It now bypasses standard block updates using Flag 18.


🎚️ Aggression Levels (1 to 5)

You are in control. Choose how much CPU power the task is allowed to use by adding a number at the end of the command.

Level Name Description Use Case
1 Ghost 0.5ms / tick. Invisible background task. Playing while cleaning. Zero impact.
2 Safe 5ms / tick. Smooth and fluid. Default balanced usage.
3 Normal 20ms / tick. Standard speed. Admin maintenance.
4 Fast 50ms / tick. Uses the full tick budget. When you want it done quickly.
5 NUCLEAR 500ms / tick. Forces Lag. AFK massive destruction. 10x faster than normal.

🛠️ Commands

Requires Operator Level 4.

1. Define the Zone

For massive areas, use these commands to mark your corners (like WorldEdit).

2. Remove Blocks

Syntax: /remove block <coords> <block> [level]

Clean all Sand in a 5000-block radius from Bedrock to Sky (Level 4 - Fast):

/remove block ~ min ~ ~5000 max ~5000 minecraft:sand 4

Clean a specific zone defined by pos_start/end (Level 1 - Silent):

/remove block pos_start pos_end minecraft:stone 1

Manual coordinates (Level 5 - Nuclear):

/remove block 0 60 0 100 100 100 minecraft:dirt 5

3. Remove Entities

Instantly wipe entities in the selected area.

4. Utilities


📉 Compatibility


📚 Documentation for versions older than 3.1.0

Performance

Zone Cleaner was engineered from the ground up to respect your server's performance. While other tools execute commands instantly and cause massive lag spikes, Zone Cleaner breaks down every large task into tiny, manageable pieces.

It intelligently monitors your server's Mean-Spike-per-Tick (MSPT) and dynamically allocates a "work budget" for each tick. If the server is busy, it does less. If the server is idle, it does more. The result? Your server stays at a perfect 20 TPS, even while clearing millions of blocks.

Features

Commands

All commands are server-side and require operator permission.

Position Selection For large areas, it's easier to set start and end points first.

Block Removal The core block removal command.

To clear a 100x100 area of stone at y=64:

/remove block 0 64 0 100 64 100 minecraft:stone

To remove all sand in a 50-block radius from your position, from world bottom to top:

/remove block ~-50 min ~-50 ~50 max ~50 minecraft:sand

To drain an ocean using saved positions:

# Go to one corner of the ocean and run /pos_start
# Go to the opposite corner and run /pos_end
/remove block pos_start pos_end minecraft:water

Entity Removal Quickly and safely remove entities from a zone. This command is instantaneous and does not use the anti-lag scheduler.

To remove all zombies in a large area:

/remove entity 0 0 0 1000 255 1000 minecraft:zombie

To clear all hostile mobs from a previously saved zone:

# Set your /pos_start and /pos_end first
/remove entity pos_start pos_end all

(This will not remove players or non-hostile entities unless specified.)

Utilities

Technical Details

Zone Cleaner's performance is not magic; it's engineering.

This architecture ensures that Zone Cleaner is a powerful and safe tool for any production server.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more