From 2d2f700d3104237a928f3a15e1d3d1deeabe0e7f Mon Sep 17 00:00:00 2001 From: Jesse Boyd Date: Tue, 9 Jun 2015 21:37:58 +1000 Subject: [PATCH] Updated World reduction (markdown) --- World-reduction.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/World-reduction.md b/World-reduction.md index e4bf051..53e1612 100644 --- a/World-reduction.md +++ b/World-reduction.md @@ -15,8 +15,11 @@ clear: auto: days: 365 enabled: false + keep-if-modified: -1 ``` To enable it, set it to enabled, and set the expiry delay in days. This clears and deletes plots where the owner has been inactive (i.e. not logged on) for the amount of days specified. + +The `keep-if-modified` setting if set to -1 will do nothing. If it is set to a positive number, any plot with more than the set blocks will be kept, and the `keep` flag will be added. #### Plot condensation (Added in 2.7.5) (intensive) __This task is great in conjunction with the world trim function (see below)__ This will move any plots outside a specified radius nearer to the origin (0,0).