Updated World reduction (markdown)

Jesse Boyd 2015-07-26 01:27:24 +10:00
parent f778e1e3bc
commit 29aeb230fe
1 changed files with 5 additions and 0 deletions

@ -27,3 +27,8 @@ To check how many plots are outside a radius: `/plot condense <world> info <radi
- If you already have thousands of plots outside your desired radius, it can take quite a long time.
To run the task use: `/plot condense <world> start <radius>`
#### World trim (intensive)
The world trim function will attempt to delete as many chunks which contain no plots. It will drastically reduce the size of the world on disk. It is an intensive task, so it is recommended to run it only every week or so.
To run the task use: `/plot trim all <world>`