From 29aeb230fe9b41007c8c2dcfadd5a23effe35c7e Mon Sep 17 00:00:00 2001 From: Jesse Boyd Date: Sun, 26 Jul 2015 01:27:24 +1000 Subject: [PATCH] Updated World reduction (markdown) --- World-reduction.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/World-reduction.md b/World-reduction.md index ef246c8..9354ccb 100644 --- a/World-reduction.md +++ b/World-reduction.md @@ -27,3 +27,8 @@ To check how many plots are outside a radius: `/plot condense info start ` + +#### 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 ` \ No newline at end of file