# 配置

```
config:

  autoBackup: true

  version: 1.0

  format:

    tag: '&3[&bQuickSave&3]' #插件显示前缀
   
    perms: '&c你没有权限进行这项操作。' #当玩家没有权限时
   
    noWorld: '&c没有找到这个世界.' #当没找到这个世界时
   
    reload: '&a已重载.' #重载本插件的消息
   
    saved: '&a你成功创建了一个备份.' #当玩家创建备份时的消息
   
  backupTickInterval: 72000 #这是在两次备份之间的时间（以秒为单位），你需要重载插件才能生效

  maximumBackupSize: 750 #备份文件夹的最大总大小(单位为mb)

  maximumBackupEnabled: true #如果你想要启用备份大小

  worldsToBackup: #需要自动备份的世界名
  - world
  - world_nether
  - world_the_end
```


---

# 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://furxia.gitbook.io/wiki-translation/plugins/quick-save-wiki/pei-zhi.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.
