Symptoms: Disk full, the world folder takes up gigabytes, backups take far too long, not enough storage
Possible Causes
- No world border set — players explore without limits
- Unnecessary chunks have been generated (exploration abuse)
- Old backups have never been cleaned up
- Unused chunks are eating disk space
Step-by-Step Fix
Step 1
Check the size of the world folder
du -sh world/Step 2
Set a WorldBorder to stop new chunks from being generated
/worldborder set 10000Step 3
Clear out unused chunks with MCA Selector — you can delete chunks with InhabitedTime < 1 minute
Step 4
Clean up old backups and set a backup policy (last 7 days + weekly)
find backups/ -name "*.tar.gz" -mtime +30 -deleteStep 5
Pre-generate the area inside the WorldBorder — that way players never trigger new chunks
/chunky worldborder
/chunky start