Pages » Sunlight » Modules » Enhancements » Rtp
Commands
Command | Aliases | Description | Player only | Permission(s) |
---|---|---|---|---|
/rtp | /wild | Teleport to random location. | Yes | sunlight.enhancements.rtp.cmd.rtp |
Config
settings:
# Default world for /rtp command.
default-world: world
# When true force moves player to default world if there is no rtp coordinates for the current player worlds.
force-to-default: false
# Max. attempt for random locations search.
max-attempts: 5
# List of blocks where player should not be teleported.
block-blacklist:
- LAVA
- WATER
# Some visual effects and sounds.
effects:
sounds:
start: ENTITY_TNT_PRIMED
attempt: BLOCK_NOTE_BLOCK_BELL
teleport: ENTITY_ENDERMAN_TELEPORT
particles:
teleport: 'FIREWORKS_SPARK'
# Random location coordinates.
coordinates:
# World name.
world:
min:
x: -5000.0
z: -5000.0
max:
x: 5000.0
z: 5000.0
Information
Empty Block