Skip to content

EN 5 6 RTP

EasterGhost edited this page Mar 12, 2026 · 7 revisions

RTP Module

中文版本 | English version

Function

This module searches for random targets within configured radius and attempts safe teleport.

It is commonly used on exploration/survival/event servers to spread player positions or provide non-fixed mobility.

Typical Usage

When server wants players to explore naturally outside central areas, or provide controlled random movement, rtp fits well.

Commands

/rtp
/wild
/tpc config rtp radius <blocks>

Related Config

Mainly related: rtp.enabled, rtp.radius, teleporting.delay, teleporting.cooldown.

Behavior Notes

/wild is an alias of /rtp. Minimum rtp.radius is 1. If no usable target can be found after attempts, command fails.

Random teleport is not "pick any point and go". It searches for standable/safe locations in allowed range. More complex terrain or stricter constraints generally increase failure probability. Actual teleport execution still follows global delay/cooldown.

Important Caveats

If players often report /rtp failure, first check whether rtp.radius is too small or unreasonable. In extreme terrain/restricted environments, finding valid points is naturally harder.

TeleportCommandsFabric

选择语言入口:

Clone this wiki locally