Skip to content

FolfyBlue/UnusedChunksBegone

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

Unused Chunks, Begone

Use case

This script is a script that locates and deletes unloaded and unused chunks inside of region files. This saves significants amounts of space. (In my own testing, it went down by five or seven folds.)

Usage

Put all of your .mca region files into the input folder and then run the script. Once it finished, you can replace your old region files with the one inside of the output folder.

Arguments

  • --nokeep Delete the files as they are done being treated (Default: False)
  • --input "directory" Select your input folder (Default: ./input/)
  • --output "directory" Select your output folder (Default: ./output/)
  • --optimisechunks Will also attempt to optimise individual chunks by deleting cached data, at the cost of performance upon reloading the chunks. The storage gain is MINOR only use this if you absolutely need it. (Default: False)
  • --replace Replaces the files in your input directory with the optimised ones. Overrides --nokeep and --output

About

This is a script used to save a significant amount of space by removing unused chunks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages