> For the complete documentation index, see [llms.txt](https://docs.superiormc.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.superiormc.cn/plotsquared-wiki/you-hua/di-pi-fen-xi.md).

# 地皮分析

## 一、介绍

地皮分析系统可以帮助您在您的地皮数量较多时清理一些无用、存在度低的有主地皮，以实现对服务器地皮资源的利用最大化.

## 二、设置

要想实现此功能，您需要遵从如下步骤：

* 打开 `setting.yml` 文件并找到如下内容：

```
# 自动清理任务
auto-clear:
  task1:
    threshold: -1
    required-plots: -1
    confirmation: true
    days: 90
    skip-account-age-days: -1
    # 是否删除未知主人的地皮
    delete-if-owner-is-unknown: false
    worlds:
    - "*"
    calibration:
      variety: 0
      variety-sd: 0
      changes: 0
      changes-sd: 1
      faces: 0
      faces-sd: 0
      data-sd: 0
      air: 0
      air-sd: 0
      data: 0
```

* 调整合适的值，并重启服务器.
