By continuing to use this site, you agree to the Terms of Service of this website, including usage of cookies.
OK, Don't show this again
This Pocketmine-MP plugin removes all the empty chunks from your world, reducing world size and read/writes to disc. Along with reducing cpu usage on world load , improving performance , reducing lag.
Took 24.6 secs to convert a world having a total of 10152 chunks out of which 9872 chunks were empty (Remaning chunks: 280) World size reduced from 1.62MB to 265KB
Took 1.8 secs to convert a world having total 1057 chunks out of which 0 were empty
Took 15.7mins to convert a world having total 395478 chunks out of which 377748 chunks were empty (Remaning chunks: 17730) World size reduced from 96.8MB to 19MB
Took 7.47mins to convert a world having total 191794 chunks out of which 191336 chunks were empty (Remaning chunks: 458) World size reduced from 40.5MB to 888KB
Above tests were performed on github codespaces (basic)
Please note this is a cpu intensive process
.phar
file.plugins
folder.worlds
folderplugin_data/EmptyChunkRemover
for your converted worlds# Configuration Version
config-version: "1.0"
# World names that need to be converted / fixed.
worlds:
- world1
- world2
If you encounter any bugs or glitches, please create an issue here.
Any suggestions you may have to improve EmptyChunkRemover are welcome. Feel free to create an issue here.
If you want to contribute to this project, create a pull request here.
You can leave one review per plugin release, and delete or update your review at any time