# 地皮分析

## 一、介绍

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

## 二、设置

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

* 打开 `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
```

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.superiormc.cn/plotsquared-wiki/you-hua/di-pi-fen-xi.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
