-
Notifications
You must be signed in to change notification settings - Fork 1
EN 13 Admin Operations
中文版本 | English version
This page collects common administrator operations. For the full command list, see 3 Commands and Configuration.
/tpc statusShows module status and provides page buttons for quickly enabling or disabling modules.
/tpc help
/tpc help admin
/tpc help config
/tpc help config teleporting/tpc help shows admin help entry points. Use config topics when checking module-specific config commands.
/tpc enable <module>
/tpc disable <module>Common module names:
backhometpawarpworldspawnrtpintegration
Examples:
/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 integration syncIntervalSeconds 10Values changed via /tpc config ... are written back to the config file. /tpc reload is only needed after manual file edits.
/tpc reloadUse this after manually editing the config file. It is usually not needed after /tpc config ... commands.
/tpc debug trueTurn it off after troubleshooting:
/tpc debug falseExtra debug logs are disabled by default. Do not leave them enabled long-term unless actively diagnosing an issue.
/setwarp <name>
/updatewarp <name>
/renamewarp <name> <newName>
/delwarp <name>
/gwarpmap <name> <true|false>These maintain public warps and global map visibility. Per-player map visibility is controlled by each player's /mapwarp.
Command unavailable:
- Run
/tpc status. - Confirm the module is enabled.
- Confirm sender permission.
Teleport does not happen immediately:
- Check
teleporting.delay. - Check
teleporting.cooldown. - Confirm whether the player is already waiting on an existing pending teleport.
Map waypoints not refreshing:
- Confirm the
integrationmodule is enabled (the config file field isxaero.enabled=true). - Check
syncIntervalSeconds. - Check
/maphome,/mapwarp, and/gwarpmapvisibility state.