# 6-1：KCauldron

```
#
# 此文档由 XJue_DaDa 翻译
# MCBBS: http://www.mcbbs.net/?1101813
#
# 设置项: common.allowNetherPortalBesidesOverworld 默认: false # 允许在正常的维度世界创建地狱门
# 设置项: updatechecker.quiet 默认: false # 在更新期间输出少量消息
# 设置项: common.fastLeavesDecay.enable 默认: false # 快速使树叶腐烂
# 设置项: updatechecker.symlinks 默认: KCauldron.jar # # 更新后重新创建的符号链
# 设置项: common.fastLeavesDecay.maxTickTime 默认: 10 #方块更新的最大tick
# 设置项: updatechecker.enable 默认: true # 开启KCauldron更新检查
# 设置项: updatechecker.autorestart 默认: false # 更新之后无需经过确认直接启动服务器(在spigot.yml中设置启动脚本)
# 设置项: logging.materialInjection 默认: false # 记录material注入事件
# 设置项: experimental.tileEntityListRecreation 默认: false # 实验功能! 创建每个tick的列表。
# 设置项: logging.clientModList 默认: true # 在玩家进入服务器的时候将玩家客户端的所有mod列出到控制台
# 设置项: command.enable 默认: true # 开启KCauldron命令
# 设置项: updatechecker.autoinstall 默认: false # 无需确认自动更新
# 设置项: common.fastLeavesDecay.minTickTime 默认: 5 # 方块更新的最小刻度

common:

  # 允许在正常的维度世界创建地狱门
  allowNetherPortalBesidesOverworld: false
  
  fastLeavesDecay:
  
    # 快速使树叶腐烂
    enable: false
    
    #方块更新的最大tick
    maxTickTime: 10
    
    # 方块更新的最小刻度
    minTickTime: 5
    
updatechecker:

  # 在更新期间输出少量消息
  quiet: false
  
  # 更新后重新创建的符号链
  symlinks: KCauldron.jar
  
  # 开启KCauldron更新检查
  enable: true
  
  # 更新之后无需经过确认直接启动服务器(在spigot.yml中设置启动脚本)
  autorestart: false
  
  # 无需确认自动更新
  autoinstall: false
logging:

  # 记录material注入事件
  materialInjection: false
  
  # 在玩家进入服务器的时候将玩家客户端的所有mod列出到控制台
  clientModList: true
  
experimental:

  # 实验功能! 创建每个tick的列表。
  tileEntityListRecreation: false
  
command:

  # 开启KCauldron命令
  enable: true
```


---

# 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://logo.gitbook.io/server/6/6-1.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.
