mirror of
https://github.com/RonanPlugins/BetterRTP.git
synced 2026-04-16 13:31:26 +00:00
teleport during event + extraEffects addon
- portals addon can force ignore delay and cooldowns - Rtp commands were moved after a command was actually executed, fixing addons reload
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
Language-File: 'en.yml'
|
||||
#Addon Flashback
|
||||
|
||||
##Addon Flashback
|
||||
Flashback:
|
||||
Enabled: true
|
||||
Timer:
|
||||
@@ -7,11 +8,37 @@ Flashback:
|
||||
Warnings: #Warning messages to send to a player when X amount of time is left
|
||||
- 5: "&eYou have 5 seconds left! Grab all your materials quick!"
|
||||
- 1: "&eHang on!"
|
||||
#Addon Logger
|
||||
|
||||
##Addon Logger
|
||||
Logger:
|
||||
Enabled: true
|
||||
LogToConsole: true
|
||||
Format: 'yyyy-MM-dd HH:mm:ss'
|
||||
#Addon Portals
|
||||
|
||||
##Addon Portals
|
||||
Portals:
|
||||
Enabled: true
|
||||
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
|
||||
@@ -17,6 +17,8 @@ Portals:
|
||||
Prefix: '&e&m-----&6&l BetterRTP &7&lAddons &8| Portals List &e&m-----'
|
||||
Portal: ' &7- &6%name% &8| &7%location%'
|
||||
None: '&7There are no portals! &8Create one with `/rtp portals create`'
|
||||
MagicStick:
|
||||
Give: '&7Magic Stick has been given to &a%player%'
|
||||
|
||||
Usage:
|
||||
Portals:
|
||||
@@ -24,4 +26,5 @@ Usage:
|
||||
|
||||
|
||||
Help:
|
||||
Portals: ' &7- &e/%command% portals <loc1, loc2, create> &7- Setup an rtp portal'
|
||||
Portals: ' &7- &e/%command% portals <loc1, loc2, create> &7- Setup an rtp portal'
|
||||
MagicStick: ' &7- &e/%command% magicstick give [player] &7- Give a magic stick to a player'
|
||||
Reference in New Issue
Block a user