mirror of
https://github.com/RonanPlugins/BetterRTP.git
synced 2026-07-23 23:20:44 +00:00
89 lines
1.9 KiB
YAML
89 lines
1.9 KiB
YAML
Language-File: 'en.yml'
|
|
|
|
##Addon Flashback
|
|
Flashback:
|
|
Enabled: false
|
|
Timer:
|
|
Delay: 600 #In Seconds
|
|
Warnings: #Warning messages to send to a player when X amount of time is left
|
|
- 600: "&cYou have 10 minutes here, collect and explore and much as you can!"
|
|
- 60: "&eYou have 60 seconds left! Grab all your materials quick!"
|
|
- 1: "&eHang on! It's going to get bumpy!"
|
|
|
|
##Addon Logger
|
|
Logger:
|
|
Enabled: true
|
|
LogToConsole: true
|
|
Format: 'yyyy-MM-dd HH:mm:ss'
|
|
|
|
##Addon Portals
|
|
Portals:
|
|
Enabled: true
|
|
IgnoreDelay: true
|
|
IgnoreCooldown: true
|
|
|
|
##Addon ExtraEffects
|
|
ExtraEffects:
|
|
Enabled: true
|
|
YOffset:
|
|
Enabled: true
|
|
Offset: 50
|
|
|
|
##Addon MagicStick
|
|
MagicStick:
|
|
Enabled: false
|
|
GiveFirstJoin:
|
|
Enabled: true
|
|
Amount: 1
|
|
Item:
|
|
Name: '&d&lMagic RTP Stick &8(Right-Click)'
|
|
Material: 'Stick'
|
|
Lore:
|
|
- ''
|
|
- '&7Right click this stick and unlock'
|
|
- '&7a brand new adventure!'
|
|
Take: true
|
|
|
|
#Addon Commands
|
|
Commands:
|
|
Enabled: false
|
|
Events:
|
|
Teleport:
|
|
Enabled: true
|
|
Commands:
|
|
- 'broadcast &cThe player %player_name% just teleported!'
|
|
Cancelled:
|
|
Enabled: false
|
|
Commands:
|
|
- 'broadcast &e%player_name% moved while trying to rtp, chump!'
|
|
|
|
#Addon Parties
|
|
Parties:
|
|
Enabled: true
|
|
|
|
#Addon RTPMenu (Enable `/rtp` world select menu)
|
|
RTPMenu:
|
|
Enabled: false
|
|
AutoRefresh: 0 #0 means menu will not refresh! (in ticks)
|
|
Title: "Choose World"
|
|
AutoCenter: true #If true, will ignore `Slot`, does not work if world list >= 9
|
|
Lines: 3
|
|
WorldList:
|
|
- world:
|
|
Name: '&7World'
|
|
Item: 'map'
|
|
Slot: 3
|
|
Lore:
|
|
- ''
|
|
- '&8Click to rtp in world!'
|
|
- ''
|
|
- '&7Cooldown&8: &d%betterrtp_cooldown%'
|
|
- world_nether:
|
|
Name: '&cNether'
|
|
Item: 'netherrack'
|
|
Slot: 5
|
|
Lore:
|
|
- ''
|
|
- '&8Click to rtp in world!'
|
|
- ''
|
|
- '&7Cooldown&8: &d%betterrtp_cooldown%' |