Simplex Trimmer is the ultimate administrative utility designed to reclaim disk space by intelligently removing unused chunks. Powered by the industry-standard MCASelector technology, it allows you to trim gigabytes of data from your world files directly in-game via a user-friendly GUI.
🛑 BACKUPS ARE MANDATORY
This plugin permanently deletes chunk data. Once a chunk is trimmed, it is gone forever and will be regenerated to its original seed state if visited again.
- ALWAYS create a full backup of your world folders before running this tool.
- DO NOT stop the server once the process has started.
- The server will restart automatically upon completion.
InhabitedTime to intelligently distinguish between active player bases and temporary flyover terrain.Simplex Trimmer is built for modern Minecraft server software (1.21+).
| Platform | Status | Notes |
|---|---|---|
| Paper | ✅ Recommended | Best performance and stability. |
| Purpur | ✅ Supported | Fully compatible. |
| Pufferfish | ✅ Supported | Fully compatible. |
| Spigot | ⚠️ Not Recommended | May lack required libraries. |
| Folia | ❌ Incompatible | Threading architecture is not supported. |
| Proxy | ❌ Incompatible | Velocity/BungeeCord do not hold world data. |
Minecraft tracks how long players spend in a chunk using a value called InhabitedTime (measured in ticks). Simplex Trimmer scans your region files and deletes chunks where the InhabitedTime is lower than your selected threshold.
trimmer.admin permission./trimworld.CONFIRM in the chat when prompted.| Command | Permission | Description |
|---|---|---|
/trimworld |
trimmer.admin |
Opens the main trimmer GUI. |
The plugin works out of the box, but you can configure messages and memory usage in config.yml.
<details> <summary>Click to view default config.yml</summary>
trimmer-heap: "4G"
metrics: true
messages:
prefix: "§8[§bTrimmer§8] §7"
download-start: "§eDownloading optimization tool..."
download-success: "§aTool ready."
backup-warning: "§e§lBACKUP RECOMMENDATION\n§7It is highly recommended to create a backup first."
</details>
1. MCASelector (Core) To perform the heavy lifting of editing region files safely, this plugin automatically downloads and utilizes the open-source MCASelector tool (JAR) by Querz.
plugins/SimplexTrimmer/ on the first run.2. bStats This plugin collects anonymous usage data to help us improve development.
plugins/SimplexTrimmer/config.yml.