Language

WorldPrune

WorldPrune

Modrinth

Prunes inactive Minecraft region files — safely, with quarantine and rollback.

88 downloads 1 followers updated 17d ago
latest vv1.0.0 Modrinth
Bukkit Paper Spigot 1.20 – 26.1.1 Management

WorldPrune identifies region files that aren't covered by GriefPrevention claims and safely moves them into a quarantine folder. Nothing is permanently deleted until you explicitly say so — every apply is fully reversible via a built-in undo command.

Why use it?

Over time, Minecraft worlds accumulate thousands of region files generated by explorers who never claimed anything. WorldPrune lets you reclaim that disk space without risking player builds. A quarantine-first design means you can always roll back.

How it works

  1. /prune scan reads your GriefPrevention, Towny, Residence, and WorldGuard claims (whichever are present) and marks unclaimed regions as candidates.
  2. Heuristic filtering checks candidate regions for player-placed entities (item frames, armor stands, paintings, etc.) and keeps them even if unclaimed.
  3. /prune apply moves candidate files to <world>/quarantine/<apply-id>/. An apply-manifest.json records every move.
  4. /prune undo reads the manifest and puts files back exactly where they were.
  5. /prune drop permanently deletes a quarantine entry once you're satisfied.

All destructive operations (apply, drop) require a /prune confirm within 30 seconds, so there are no accidental deletions.

Requirements

  • Paper or Spigot 1.21 or newer
  • Java 21 or newer
  • At least one claim plugin (all optional — WorldPrune works standalone, but claim awareness prevents false positives):
    • GriefPrevention — API queried directly; falls back to claim file parsing
    • Towny Advanced — API queried directly; falls back to townblock .data file parsing
    • Residence — API queried directly; falls back to Global.yml parsing
    • WorldGuard — API queried directly (requires WorldEdit); falls back to per-world regions.yml parsing

Commands

| Command | What it does |
|---------|-------------|
| /prune scan [world\|all] | Analyse one or all worlds and generate a prune plan |
| /prune apply [world] | Preview and stage an apply |
| /prune confirm | Execute the staged operation |
| /prune undo [world] | Restore files from quarantine |
| /prune drop <world> <apply-id> | Permanently delete a quarantine entry (staged) |
| /prune plans [world] | List stored plans |
| /prune map [world] | Get a filled map showing the keep/prune grid |
| /prune status | Show current configuration |

Permissions

prune.admin (default: op) covers read-only commands. Destructive actions require prune.admin.apply (apply/undo) or prune.admin.purge (drop/quarantine).

Source

MIT licensed. Source available on GitHub.

Versions

Release
v1.0.0
bukkit, paper, spigot · 1.21, 1.21.1, 1.21.2 · 17d ago
# [1.0.0](https://github.com/dave-i-am/WorldPrune/compare/v0.4.0...v1.0.0) (2026-06-02) * feat!: drop Minecraft 1.20.x support…
7
Beta
v0.4.1-beta.1
bukkit, paper, spigot · 1.20, 1.20.1, 1.20.2 · 1mo ago
## [0.4.1-beta.1](https://github.com/dave-i-am/WorldPrune/compare/v0.4.0...v0.4.1-beta.1) (2026-05-05) ### Bug Fixes * **deps:** update dependency…
13
Release
v0.4.0
bukkit, paper, spigot · 1.20, 1.20.1, 1.20.2 · 1mo ago
# [0.4.0](https://github.com/dave-i-am/WorldPrune/compare/v0.3.0...v0.4.0) (2026-05-05) ### Features * add /prune scan all and web-map async safety…
7
Beta
v0.4.0-beta.1
bukkit, paper, spigot · 1.20, 1.20.1, 1.20.2 · 1mo ago
# [0.4.0-beta.1](https://github.com/dave-i-am/WorldPrune/compare/v0.3.0...v0.4.0-beta.1) (2026-05-04) ### Bug Fixes * improve tab completion coverage across…
6
Beta
v0.3.0-beta.3
bukkit, paper, spigot · 1.20, 1.20.1, 1.20.2 · 1mo ago
# [0.3.0-beta.3](https://github.com/dave-i-am/WorldPrune/compare/v0.3.0-beta.2...v0.3.0-beta.3) (2026-05-04) ### Features * add /prune scan all and web-map…
6
Beta
v0.3.0-beta.2
bukkit, paper, spigot · 1.20, 1.20.1, 1.20.2 · 1mo ago
# [0.3.0-beta.2](https://github.com/dave-i-am/WorldPrune/compare/v0.3.0-beta.1...v0.3.0-beta.2) (2026-05-02) ### Features * add Towny Advanced and Residence…
6
Release
v0.3.0
bukkit, paper, spigot · 1.20, 1.20.1, 1.20.2 · 1mo ago
# [0.3.0](https://github.com/dave-i-am/WorldPrune/compare/v0.2.1...v0.3.0) (2026-04-28) ### Bug Fixes * improve tab completion coverage across all…
6
Beta
v0.3.0-beta.1
bukkit, paper, spigot · 1.20, 1.20.1, 1.20.2 · 2mo ago
# [0.3.0-beta.1](https://github.com/dave-i-am/WorldPrune/compare/v0.2.1...v0.3.0-beta.1) (2026-04-12) ### Bug Fixes * improve tab completion coverage across…
9
Release
v0.2.1
bukkit, paper, spigot · 1.20, 1.20.1, 1.20.2 · 2mo ago
## [0.2.1](https://github.com/dave-i-am/WorldPrune/compare/v0.2.0...v0.2.1) (2026-04-11) ### Performance Improvements * strip unused sqlite-jdbc native libs…
9
Release
v0.2.0
bukkit, paper, spigot · 1.20, 1.20.1, 1.20.2 · 2mo ago
# [0.2.0](https://github.com/dave-i-am/WorldPrune/compare/v0.1.0...v0.2.0) (2026-04-11) ### Bug Fixes * use single leading color per quarantine line so RCON…
8
Beta
0.1.0
bukkit, paper, spigot · 1.20, 1.20.1, 1.20.2 · 2mo ago
6

Comments 0

No comments yet. Be the first to share your thoughts.