Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

34 Commits

Repository files navigation

ChunkCleaner

A tool designed to automatically delete region files (.mca) with low playtime, optimizing space usage and improving performance.

logo

discordredditlast commitcode sizedownloads

Considerations

In some chunks in Minecraft, the "InhabitedTime" variable does not update as expected, resulting in slower increments than anticipated. This issue has been observed in multiple versions of the game, including 1.12.2, 1.17.1 and 1.18.2. See https://bugs.mojang.com/browse/MC-127407.

Example

ChunkCleaner-Linux64 -path /mc-srv/world_nether/DIM-1/region -newPath /mc-srv/world_nether/DIM-1/region_old -minInhabitedTicks 200

Arguments

ArgumentDefaultDescription
-hSee the arguments and their usage
-dryRunfalseTrial run that doesn't make any changes
-minInhabitedTicks250The value that has to be passed so that a chunk will be seen as "used"
-modeperChunkThe mode by which the inhabited time will be compared to options: "perChunk" / "regionSum"
-newPathThe path where to move the region files to (if not provided .mca files will be deleted)
-pathThe path of the directory with the .mca files that should be cleaned
-vfalseThis option increases the amount of information you are given during the process

TODO

  • Add LightPopulated and TerrainPopulated as options

Warranty

The Software is provided "as is" and without warranties of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose, and non-infringement. In no event shall the Authors or copyright owners be liable for any claims, damages or other liability, whether in an action in contract, tort or otherwise, arising from, out of or in connection with the Software or the use or other dealings in the Software.

About

Minecraft tool to automatically delete unused chunks/region based on the time played in them from Minecraft worlds.

Topics

Resources

Stars

20 stars

Watchers

0 watching

Forks

Releases

Used by

Contributors

Languages