-
Notifications
You must be signed in to change notification settings - Fork 1
13 Admin Operations
EasterGhost edited this page Jul 18, 2026
·
4 revisions
中文版本 | English version
这一页把管理员最常用的操作集中放在一起。完整命令列表请看 3 命令与配置。
/tpc status用于查看模块状态,并通过页面中的按钮快速启用或禁用模块。
其中“联动”一行只展示服务端能够确认的运行能力:标准版会显示“客户端地图同步 可用”;只有 BlueMap 本体确实在服务端加载时,才会显示“BlueMap 已加载”。服务端无法判断每个客户端是否安装 Xaero 或 JourneyMap,因此不会分别报告这两个客户端地图模组的加载状态。
/tpc help
/tpc help admin
/tpc help config
/tpc help config teleporting/tpc help 会显示管理员帮助入口。需要查看某一类配置命令时,可以进入对应 config 主题。
/tpc enable <module>
/tpc disable <module>常见模块名:
backhometpawarpworldspawnrtpwildintegration
常用示例:
/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 home sharedMax 1
/tpc config home sharedBroadcastCooldown 60
/tpc config tpa expireTime 120
/tpc config rtp minRadius 4
/tpc config rtp maxRadius 64
/tpc config wild minRadius 512
/tpc config wild maxRadius 4096
/tpc config integration 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。
地图航点不刷新:
- 确认
integration模块已启用(配置文件中对应xaero.enabled=true)。 - 检查
syncIntervalSeconds。 - 检查
/maphome、/mapwarp、/gwarpmap可见性状态。