-
Notifications
You must be signed in to change notification settings - Fork 1
EN 9 FAQ
中文版本 | English version
Core features can run server-side only. If clients also install the mod, user experience is more complete and can integrate further with Xaero.
No. Base commands such as home, warp, back, tpa, worldspawn, and rtp work server-side only.
Client installation mainly improves command-sending experience and enables map integration when Xaero map mods are also installed.
No. Server-side mixin usage is intentionally small and mainly records player death locations. Command registration, config, storage, and teleport services are handled by the mod's own systems.
Client-side mixins mainly support Xaero map integration and command-sending experience. Without the client mod installed, base server commands are unaffected.
/tpc enable/disable <module>Currently available module names:
backhometpawarpworldspawnrtpxaero
It means no limit on total global warp count.
No. Extra debug logs are disabled by default. When troubleshooting, temporarily run:
/tpc debug trueAfter collecting the needed logs, turn it off:
/tpc debug falseKnown-target teleport safety checks require target preloading plus either the default safety setting or an explicit per-command override:
teleporting.preloadEnabled=true-
teleporting.defaultSafetyCheck=true, or the command explicitly passes<disableSafetyCheck>=false
If target preloading is disabled, known-target teleports such as home, warp, back, and worldspawn use the original target directly. RTP is not affected by this rule; it uses its own independent random-destination safety logic.
No. The current minimum is 1 second, and both config loading and admin commands clamp lower values to that minimum. Client-side request throttling still follows its own separate logic.