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

最后更新于