Updated World reduction (markdown)

NotMyFault 2021-04-27 18:07:22 +02:00
parent f833ecaa3e
commit 6526fa4aa1
1 changed files with 3 additions and 3 deletions

@ -37,7 +37,8 @@ auto-clear:
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.
For more advanced plot clearing, see the plot analysis page:
https://github.com/IntellectualSites/PlotSquared/wiki/Plot-analysis
[plot-analysis](https://github.com/IntellectualSites/PlotSquared/wiki/Plot-analysis).
#### 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).
@ -52,5 +53,4 @@ The world trim function will attempt to delete as many chunks which contain no p
To run the task use: `/plot trim <world>`
For world auto-trimming, see here:
https://github.com/IntellectualSites/PlotSquared/wiki/Chunk-processor
For world auto-trimming, see here: [chunk-processor](https://github.com/IntellectualSites/PlotSquared/wiki/Chunk-processor)