From a716e3944cbf29d5210751debb9e5be1e89a079b Mon Sep 17 00:00:00 2001 From: Jesse Boyd Date: Thu, 27 Aug 2015 06:37:08 +1000 Subject: [PATCH] Updated World reduction (markdown) --- World-reduction.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/World-reduction.md b/World-reduction.md index 9354ccb..45b5db8 100644 --- a/World-reduction.md +++ b/World-reduction.md @@ -31,4 +31,7 @@ To run the task use: `/plot condense 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 +To run the task use: `/plot trim all ` + +For world auto-trimming, see here: +https://github.com/IntellectualSites/PlotSquared/wiki/Chunk-processor \ No newline at end of file