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? 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 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
]'
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