-
Notifications
You must be signed in to change notification settings - Fork 1
13 Admin Operations
EasterGhost edited this page Jun 6, 2026
·
4 revisions
中文版本 | English version
这一页把管理员最常用的操作集中放在一起。完整命令列表请看 3 命令与配置。
/tpc status用于查看模块状态,并通过页面中的按钮快速启用或禁用模块。
/tpc help
/tpc help admin
/tpc help config
/tpc help config teleporting/tpc help 会显示管理员帮助入口。需要查看某一类配置命令时,可以进入对应 config 主题。
/tpc enable <module>
/tpc disable <module>常见模块名:
backhometpawarpworldspawnrtpxaero
常用示例:
/tpc config teleporting delay 3
/tpc config teleporting cooldown 10
/tpc config teleporting preload true
/tpc config teleporting defaultSafetyCheck true
/tpc config home max 20
/tpc config tpa expireTime 120
/tpc config rtp minRadius 4
/tpc config rtp maxRadius 64
/tpc config xaero syncIntervalSeconds 10通过 /tpc config ... 修改的值会写回配置文件。手动编辑配置文件后,才需要执行 /tpc reload。
/tpc reload用于手动修改配置文件后重新加载。平时通过 /tpc config ... 修改时,通常不需要额外执行 reload。
/tpc debug true排查完成后关闭:
/tpc debug false额外调试日志默认关闭。不要长期保持开启,除非正在定位问题。
/setwarp <name>
/updatewarp <name>
/renamewarp <name> <newName>
/delwarp <name>
/gwarpmap <name> <true|false>这些命令用于维护公共 warp 和全局地图可见性。个人地图可见性由玩家自己的 /mapwarp 控制。
命令不可用:
- 执行
/tpc status。 - 确认对应模块是否启用。
- 确认执行者权限。
传送没有立刻发生:
- 检查
teleporting.delay。 - 检查
teleporting.cooldown。 - 确认玩家是否正在等待已有 pending。
Xaero 航点不刷新:
- 确认
xaero.enabled=true。 - 检查
syncIntervalSeconds。 - 检查
/maphome、/mapwarp、/gwarpmap可见性状态。