# 6-3：Thermos

```
#
# 此文档由 XJue_DaDa 翻译
# MCBBS: http://www.mcbbs.net/?1101813
#
# 设置项: updatechecker.enable 默认: true # 是否检查Thermos版本更新
# 设置项: common.allowNetherPortalBesidesOverworld 默认: false # 允许在正常的世界维度创建地狱门
# 设置项: logging.materialInjection 默认: false # 记录material事件注入
# 设置项: op.consoleonly 默认: false # 设置OP命令只能在控制台使用
# 设置项: logging.clientModList 默认: true # 在玩家加入的时候输出玩家客户端的mods列表到控制台
# 设置项: updatechecker.quiet 默认: false # 更新期间少量输出信息
# 设置项: command.enable 默认: true # 开启Thermos命令

updatechecker:
  
  # 是否检查Thermos版本更新
  enable: true
  
  # 更新期间少量输出信息
  quiet: false
  
common:

  # 允许在正常的世界维度创建地狱门
  allowNetherPortalBesidesOverworld: false
  
logging:

  # 记录material事件注入
  materialInjection: false
  
  # 在玩家加入的时候输出玩家客户端的mods列表到控制台
  clientModList: true
  
op:
  
  # 设置OP命令只能在控制台使用
  consoleonly: false
  
command:
  
  # 开启Thermos命令
  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-3.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.
