Updated World reduction (markdown)

Jesse Boyd 2015-06-26 00:51:04 +10:00
parent 7ba07e0bc7
commit 8f47d5b33d

@ -18,9 +18,9 @@ clear:
keep-if-modified: -1 keep-if-modified: -1
ignore-if-modified: -1 ignore-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. To enable ExpireManager, set 'enabled' to true, 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. The `keep-if-modified` setting 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.
The `ignore-if-modified` will skip plots that are modified. Those plots will be added back to the queue after 24 hours. The `ignore-if-modified` will skip plots that are modified. Those plots will be added back to the queue after 24 hours.
#### Plot condensation (Added in 2.7.5) (intensive) #### Plot condensation (Added in 2.7.5) (intensive)