ModsJava
EliteRTP
/ertp <reload> - the main command of the plugin /rtp<channel> - the command for rtp Code (YAML): settings : language : en # language of plugin (it has…
⬇ Download on Spigot
- /ertp <reload> - the main command of the plugin
- /rtp<channel> - the command for rtp
Code (YAML):
settings:
language : en # language of plugin (it has russian and english languages)
join-rtp-command : true # Will the channel name be joined to the rtp command?
default-falling-offset : 10 # Default offset from the ground when teleport-type: FALLING
prefix:
enabled : true # Will the prefix shows in the messages
prefix : "&7[&aEliteRTP&7] >> &f" # Prefix
language : en # language of plugin (it has russian and english languages)
join-rtp-command : true # Will the channel name be joined to the rtp command?
default-falling-offset : 10 # Default offset from the ground when teleport-type: FALLING
prefix:
enabled : true # Will the prefix shows in the messages
prefix : "&7[&aEliteRTP&7] >> &f" # Prefix
Code (YAML):
menu:
title : "RTP Menu"
size : 54
items:
rtpDefault:
display_name : "&aRTP Default" # Name that displays in menu on item
material : GRASS_BLOCK # Material of item
teleport-type : FALLING # if FALLING is specified, the player will teleport above the ground and fall
falling-offset : 15 # Offset from the ground when teleport-type: FALLING
slot : 20 # Slot of item
lore : # Lore of item
- '&aClick for teleportation'
command :
- ' [rtpDefault ]' # command of item([rtp<channel_name>] for teleportation, as in the example)[/SIZE]
rtpWorld:
display_name : "&7RTP World"
material : BEDROCK
slot : 23
lore :
- '&aClick for teleportation'
command :
- ' [openmenu=world ]' # [openmenu] opens the menu of any world channel([openmenu=<world_channel_name>] for open)
rtpNear:
display_name : "&cRTP Near"
material : NETHERITE_BLOCK
slot : 21
lore :
- '&aClick for teleportation'
command :
- ' [rtpNear ]'
rtpFar:
display_name : "&eRTP Far"
material : GRASS_BLOCK
slot : 22
lore :
- '&aClick for teleportation'
command :
- ' [rtpFar ]'
title : "RTP Menu"
size : 54
items:
rtpDefault:
display_name : "&aRTP Default" # Name that displays in menu on item
material : GRASS_BLOCK # Material of item
teleport-type : FALLING # if FALLING is specified, the player will teleport above the ground and fall
falling-offset : 15 # Offset from the ground when teleport-type: FALLING
slot : 20 # Slot of item
lore : # Lore of item
- '&aClick for teleportation'
command :
- ' [rtpDefault ]' # command of item([rtp<channel_name>] for teleportation, as in the example)[/SIZE]
rtpWorld:
display_name : "&7RTP World"
material : BEDROCK
slot : 23
lore :
- '&aClick for teleportation'
command :
- ' [openmenu=world ]' # [openmenu] opens the menu of any world channel([openmenu=<world_channel_name>] for open)
rtpNear:
display_name : "&cRTP Near"
material : NETHERITE_BLOCK
slot : 21
lore :
- '&aClick for teleportation'
command :
- ' [rtpNear ]'
rtpFar:
display_name : "&eRTP Far"
material : GRASS_BLOCK
slot : 22
lore :
- '&aClick for teleportation'
command :
- ' [rtpFar ]'
World Menus:
Code (YAML):
world-menus:
world:
title : "RTP World"
items:
world:
display_name : "&aWorld"
material : GRASS
lore :
- '&aClick for teleportation'
command :
- ' [rtpWorld=world ]' # command of item([rtpWorld=<world_name>] for teleportation, as in the example)
world_nether:
display_name : "&cWorld Nether"
material : GRASS
lore :
- '&aClick for teleportation'
command :
- ' [rtpWorld=world_nether ]'
world:
title : "RTP World"
items:
world:
display_name : "&aWorld"
material : GRASS
lore :
- '&aClick for teleportation'
command :
- ' [rtpWorld=world ]' # command of item([rtpWorld=<world_name>] for teleportation, as in the example)
world_nether:
display_name : "&cWorld Nether"
material : GRASS
lore :
- '&aClick for teleportation'
command :
- ' [rtpWorld=world_nether ]'
Code (YAML):
channels:
default : # Name of channel
radius : 1000 # Radius of teleportation
type : DEFAULT # Type of channel(DEFAULT, NEAR, WORLD)
cooldown : 15 # Cooldown
blocked-blocks : # The player will not be teleported to these blocks.
- AIR
- WATER
- LAVA
near:
type : NEAR
cooldown : 90
blocked-blocks :
- AIR
- WATER
- LAVA
blocked-worlds : # Player can't teleport from these worlds.
- WORLD_NETHER
far:
radius : 2000
type : DEFAULT
cooldown : 60
blocked-blocks :
- AIR
- WATER
- LAVA
blocked-worlds :
- WORLD_NETHER
- WORLD_THE_END
world:
radius : 5000
type : WORLD
cooldown : 120
blocked-blocks :
- AIR
- WATER
- LAVA
blocked-worlds :
- WORLD_NETHER
- WORLD_THE_END
blocked-in-worlds : # Player can't teleport in these worlds.
- WORLD_THE_END
default : # Name of channel
radius : 1000 # Radius of teleportation
type : DEFAULT # Type of channel(DEFAULT, NEAR, WORLD)
cooldown : 15 # Cooldown
blocked-blocks : # The player will not be teleported to these blocks.
- AIR
- WATER
- LAVA
near:
type : NEAR
cooldown : 90
blocked-blocks :
- AIR
- WATER
- LAVA
blocked-worlds : # Player can't teleport from these worlds.
- WORLD_NETHER
far:
radius : 2000
type : DEFAULT
cooldown : 60
blocked-blocks :
- AIR
- WATER
- LAVA
blocked-worlds :
- WORLD_NETHER
- WORLD_THE_END
world:
radius : 5000
type : WORLD
cooldown : 120
blocked-blocks :
- AIR
- WATER
- LAVA
blocked-worlds :
- WORLD_NETHER
- WORLD_THE_END
blocked-in-worlds : # Player can't teleport in these worlds.
- WORLD_THE_END
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.13, 1.14, 1.15
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
EliteRTP is a free Minecraft Java mod. Compatible with Minecraft 1.13, 1.14, 1.15, 1.16 and newer. Downloaded 4,922 times (via Spigot). Download it and open it directly in the game.