Skip to content

EN 13 Admin Operations

EasterGhost edited this page Jun 22, 2026 · 4 revisions

13 Admin Operations

中文版本 | English version

This page collects common administrator operations. For the full command list, see 3 Commands and Configuration.

Check Status

/tpc status

Shows module status and provides page buttons for quickly enabling or disabling modules.

View Help

/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.

Enable or Disable Modules

/tpc enable <module>
/tpc disable <module>

Common module names:

  • back
  • home
  • tpa
  • warp
  • worldspawn
  • rtp
  • integration

Change Common Settings

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 10

Values changed via /tpc config ... are written back to the config file. /tpc reload is only needed after manual file edits.

Reload Config

/tpc reload

Use this after manually editing the config file. It is usually not needed after /tpc config ... commands.

Temporarily Enable Debug Logs

/tpc debug true

Turn it off after troubleshooting:

/tpc debug false

Extra debug logs are disabled by default. Do not leave them enabled long-term unless actively diagnosing an issue.

Warp Content Management

/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.

Common Workflows

Command unavailable:

  1. Run /tpc status.
  2. Confirm the module is enabled.
  3. Confirm sender permission.

Teleport does not happen immediately:

  1. Check teleporting.delay.
  2. Check teleporting.cooldown.
  3. Confirm whether the player is already waiting on an existing pending teleport.

Map waypoints not refreshing:

  1. Confirm the integration module is enabled (the config file field is xaero.enabled=true).
  2. Check syncIntervalSeconds.
  3. Check /maphome, /mapwarp, and /gwarpmap visibility state.

TeleportCommandsFabric

选择语言入口:

Clone this wiki locally