MuteBefehl Wiki

Random Teleport

Safe random teleport with claim and unsafe-block avoidance.

/rtp sends a player to a random spot within a configurable radius. The plugin scans for a safe Y position, skips claimed land and retries up to MaxTries times before giving up.

Configuration

RTP:
  Permission: "muteessentials.rtp"
  World: "world"
  MinRadius: 500
  MaxRadius: 5000
  CenterX: 0
  CenterZ: 0
  Cooldown: 120
  MaxTries: 5
KeyDescription
WorldTarget world
MinRadius / MaxRadiusAnnulus around (CenterX, CenterZ)
CooldownPer-player cooldown in seconds. Players with muteessentials.rtp.ignoreCooldown (operators by default) skip it.
MaxTriesHow many candidate locations are scanned per /rtp.

See Random Teleport config.

Commands

Permissions

NodeGrants
muteessentials.rtpUse /rtp
muteessentials.rtp.ignoreCooldownSkip the per-player cooldown

On this page