8.6
This commit is contained in:
parent
4288054c61
commit
ee381aaa2b
@ -13,10 +13,17 @@ UpdateMessage: true
|
|||||||
MySQLPlayerDataBridge: false
|
MySQLPlayerDataBridge: false
|
||||||
# Compatibility with Lands
|
# Compatibility with Lands
|
||||||
Lands: false
|
Lands: false
|
||||||
|
# Compatibility with Jobs
|
||||||
|
Jobs: false
|
||||||
|
# Enable MiniMessage Support for messages. No GUI! (https://webui.adventure.kyori.net)
|
||||||
|
MiniMessageSupport: false
|
||||||
# Messages are not sent globally but as private messages
|
# Messages are not sent globally but as private messages
|
||||||
SendAsPrivateMessage: false
|
SendAsPrivateMessage: false
|
||||||
# Enable Logging
|
# Enable Logging
|
||||||
Logging: true
|
Logging: true
|
||||||
|
# If a booster is started, but one is already running, it will be put on hold and started as soon as the other one runs out. The Booster with higher step will start first
|
||||||
|
Queue:
|
||||||
|
BiggerBoosterFirst: true
|
||||||
Placeholder:
|
Placeholder:
|
||||||
# Should 2 digits always be displayed for Second placeholders
|
# Should 2 digits always be displayed for Second placeholders
|
||||||
TwoDigitsS: false
|
TwoDigitsS: false
|
||||||
@ -73,6 +80,13 @@ Booster:
|
|||||||
Time: 20,10,5,3,2,1
|
Time: 20,10,5,3,2,1
|
||||||
# Sound to be played
|
# Sound to be played
|
||||||
Sound: 'placeholder'
|
Sound: 'placeholder'
|
||||||
|
# If a booster is started, but one is already running, it will be put on hold and started as soon as the other one runs out.
|
||||||
|
Queue:
|
||||||
|
Enable: false
|
||||||
|
# Cooldown before a new one can be started. Time in Seconds Queue will be disabled.
|
||||||
|
Cooldown:
|
||||||
|
Enable: false
|
||||||
|
Time: 1200
|
||||||
Break:
|
Break:
|
||||||
# Time how long a booster is active in Minutes. Set it to -1 to disable it
|
# Time how long a booster is active in Minutes. Set it to -1 to disable it
|
||||||
Time: 10
|
Time: 10
|
||||||
@ -115,6 +129,13 @@ Booster:
|
|||||||
Time: 20,10,5,3,2,1
|
Time: 20,10,5,3,2,1
|
||||||
# Sound to be played
|
# Sound to be played
|
||||||
Sound: 'placeholder'
|
Sound: 'placeholder'
|
||||||
|
# If a booster is started, but one is already running, it will be put on hold and started as soon as the other one runs out.
|
||||||
|
Queue:
|
||||||
|
Enable: false
|
||||||
|
# Cooldown before a new one can be started. Time in Seconds Queue will be disabled.
|
||||||
|
Cooldown:
|
||||||
|
Enable: false
|
||||||
|
Time: 1200
|
||||||
Drop:
|
Drop:
|
||||||
# Time how long a booster is active in Minutes. Set it to -1 to disable it
|
# Time how long a booster is active in Minutes. Set it to -1 to disable it
|
||||||
Time: 10
|
Time: 10
|
||||||
@ -163,6 +184,13 @@ Booster:
|
|||||||
Time: 20,10,5,3,2,1
|
Time: 20,10,5,3,2,1
|
||||||
# Sound to be played
|
# Sound to be played
|
||||||
Sound: 'placeholder'
|
Sound: 'placeholder'
|
||||||
|
# If a booster is started, but one is already running, it will be put on hold and started as soon as the other one runs out.
|
||||||
|
Queue:
|
||||||
|
Enable: false
|
||||||
|
# Cooldown before a new one can be started. Time in Seconds Queue will be disabled.
|
||||||
|
Cooldown:
|
||||||
|
Enable: false
|
||||||
|
Time: 1200
|
||||||
Mob:
|
Mob:
|
||||||
# Time how long a booster is active in Minutes. Set it to -1 to disable it
|
# Time how long a booster is active in Minutes. Set it to -1 to disable it
|
||||||
Time: 10
|
Time: 10
|
||||||
@ -207,6 +235,13 @@ Booster:
|
|||||||
Time: 20,10,5,3,2,1
|
Time: 20,10,5,3,2,1
|
||||||
# Sound to be played
|
# Sound to be played
|
||||||
Sound: 'placeholder'
|
Sound: 'placeholder'
|
||||||
|
# If a booster is started, but one is already running, it will be put on hold and started as soon as the other one runs out.
|
||||||
|
Queue:
|
||||||
|
Enable: false
|
||||||
|
# Cooldown before a new one can be started. Time in Seconds Queue will be disabled.
|
||||||
|
Cooldown:
|
||||||
|
Enable: false
|
||||||
|
Time: 1200
|
||||||
Fly:
|
Fly:
|
||||||
# Time how long a booster is active in Minutes. Set it to -1 to disable it
|
# Time how long a booster is active in Minutes. Set it to -1 to disable it
|
||||||
Time: 10
|
Time: 10
|
||||||
@ -246,11 +281,20 @@ Booster:
|
|||||||
Enable: true
|
Enable: true
|
||||||
# Time when players do not get fall damage after finishing in seconds
|
# Time when players do not get fall damage after finishing in seconds
|
||||||
Time: 5
|
Time: 5
|
||||||
|
# If a booster is started, but one is already running, it will be put on hold and started as soon as the other one runs out.
|
||||||
|
Queue:
|
||||||
|
Enable: false
|
||||||
|
# Cooldown before a new one can be started. Time in Seconds Queue will be disabled.
|
||||||
|
Cooldown:
|
||||||
|
Enable: false
|
||||||
|
Time: 1200
|
||||||
Shop:
|
Shop:
|
||||||
# If this is disabled, you must buy each booster type separately. If this setting is active, a purchased booster is usable for all types
|
# If this is disabled, you must buy each booster type separately. If this setting is active, a purchased booster is usable for all types
|
||||||
GlobalBoosters: false
|
GlobalBoosters: false
|
||||||
# Sound to be played when the store is opened. Set it to null to disable it
|
# Sound to be played when the store is opened. Set it to null to disable it
|
||||||
Sound: 'placeholder'
|
Sound: 'placeholder'
|
||||||
|
# Player get a notification at join if he can get a BonusBooster
|
||||||
|
BonusBoosterReminder: true
|
||||||
# Booster that players get for free after a certain period of time (With Permission)
|
# Booster that players get for free after a certain period of time (With Permission)
|
||||||
Bonusbooster:
|
Bonusbooster:
|
||||||
# Priority of Bonus
|
# Priority of Bonus
|
||||||
|
@ -4,6 +4,14 @@ ConsoleName: 'Console'
|
|||||||
NoPermission: '%prefix% &cinsufficient permissions.'
|
NoPermission: '%prefix% &cinsufficient permissions.'
|
||||||
PlayerNotFound: '%prefix% &ctarget not found.'
|
PlayerNotFound: '%prefix% &ctarget not found.'
|
||||||
OnlyPlayers: '%prefix% &conly players can execute this command'
|
OnlyPlayers: '%prefix% &conly players can execute this command'
|
||||||
|
Converter:
|
||||||
|
NoMySQL: '%prefix% &cPlease activate MySQL in Config.yml!'
|
||||||
|
NoFile: '%prefix% &cThe Booster.yml does not exist!'
|
||||||
|
Success: '%prefix% &2Convert completed.'
|
||||||
|
Help: '%prefix% &cPlease use: &b/booster convert <typ>'
|
||||||
|
Queue:
|
||||||
|
Paused: '%prefix% &2The booster was paused because a stronger one was started.'
|
||||||
|
InQueue: '%prefix% &2The booster is in the queue and will be started as soon as the current one is over.'
|
||||||
AddOn:
|
AddOn:
|
||||||
Help: '%prefix% &cPlease use: &b/booster module load/unload/info/list <AddOn>'
|
Help: '%prefix% &cPlease use: &b/booster module load/unload/info/list <AddOn>'
|
||||||
AddOnNotFound: '%prefix% &cAddOn not found.'
|
AddOnNotFound: '%prefix% &cAddOn not found.'
|
||||||
@ -90,6 +98,7 @@ Bonusbooster:
|
|||||||
Disabled: '%prefix% &cBonusBooster is currently deactivated :(.'
|
Disabled: '%prefix% &cBonusBooster is currently deactivated :(.'
|
||||||
Recive: '%prefix% &2You got &6%count% %type% &2booster.'
|
Recive: '%prefix% &2You got &6%count% %type% &2booster.'
|
||||||
Wait: '%prefix% &2You still have to wait &6%days% days&2, &6%hours% hours&2, &6%minutes% minutes &2.'
|
Wait: '%prefix% &2You still have to wait &6%days% days&2, &6%hours% hours&2, &6%minutes% minutes &2.'
|
||||||
|
Join: '%prefix% &2You can get a BonusBooster.'
|
||||||
Reset:
|
Reset:
|
||||||
Help: '%prefix% &cPlease use: &b/booster bbreset <player>'
|
Help: '%prefix% &cPlease use: &b/booster bbreset <player>'
|
||||||
Success: '%prefix% &2You have reset from &6%player% &2the time.'
|
Success: '%prefix% &2You have reset from &6%player% &2the time.'
|
||||||
@ -108,6 +117,7 @@ Booster:
|
|||||||
End: '%newline%%newline%%newline%%prefix% &6Break-Booster &2has been deactivated!'
|
End: '%newline%%newline%%newline%%prefix% &6Break-Booster &2has been deactivated!'
|
||||||
Join: '%prefix% &2A &6Break-Booster &2is currently active!'
|
Join: '%prefix% &2A &6Break-Booster &2is currently active!'
|
||||||
Disabled: '%prefix% &2The &6Break-Booster &2has been deactivated!'
|
Disabled: '%prefix% &2The &6Break-Booster &2has been deactivated!'
|
||||||
|
Cooldown: '%prefix% &2You still have to wait &6%hours% hours&2, &6%minutes% minutes&2, &6%seconds% seconds &2.'
|
||||||
FLY:
|
FLY:
|
||||||
StartCountdown: '%prefix% Fly Booster activates in &6%time% &cSeconds !'
|
StartCountdown: '%prefix% Fly Booster activates in &6%time% &cSeconds !'
|
||||||
Executer: '%prefix% &2You have activated a &6Fly-Booster &2!'
|
Executer: '%prefix% &2You have activated a &6Fly-Booster &2!'
|
||||||
@ -117,6 +127,7 @@ Booster:
|
|||||||
End: '%newline%%newline%%newline%%prefix% &6Fly-Booster &2has been deactivated!'
|
End: '%newline%%newline%%newline%%prefix% &6Fly-Booster &2has been deactivated!'
|
||||||
Join: '%prefix% &2A &6Fly-Booster &2is currently active!'
|
Join: '%prefix% &2A &6Fly-Booster &2is currently active!'
|
||||||
Disabled: '%prefix% &2The &6Fly-Booster &2has been deactivated!'
|
Disabled: '%prefix% &2The &6Fly-Booster &2has been deactivated!'
|
||||||
|
Cooldown: '%prefix% &2You still have to wait &6%hours% hours&2, &6%minutes% minutes&2, &6%seconds% seconds &2.'
|
||||||
DROP:
|
DROP:
|
||||||
StartCountdown: '%prefix% Drop Booster activates in &6%time% &cSeconds !'
|
StartCountdown: '%prefix% Drop Booster activates in &6%time% &cSeconds !'
|
||||||
Executer: '%prefix% &2You have activated a &6Drop-Booster &2!'
|
Executer: '%prefix% &2You have activated a &6Drop-Booster &2!'
|
||||||
@ -126,6 +137,7 @@ Booster:
|
|||||||
End: '%newline%%newline%%newline%%prefix% &6Drop-Booster &2has been deactivated!'
|
End: '%newline%%newline%%newline%%prefix% &6Drop-Booster &2has been deactivated!'
|
||||||
Join: '%prefix% &2A &6Drop-Booster &2is currently active!'
|
Join: '%prefix% &2A &6Drop-Booster &2is currently active!'
|
||||||
Disabled: '%prefix% &2The &6Drop-Booster &2has been deactivated!'
|
Disabled: '%prefix% &2The &6Drop-Booster &2has been deactivated!'
|
||||||
|
Cooldown: '%prefix% &2You still have to wait &6%hours% hours&2, &6%minutes% minutes&2, &6%seconds% seconds &2.'
|
||||||
MOB:
|
MOB:
|
||||||
StartCountdown: '%prefix% Mob-Booster activates in &6%time% &cSeconds !'
|
StartCountdown: '%prefix% Mob-Booster activates in &6%time% &cSeconds !'
|
||||||
Executer: '%prefix% &2You have activated a &6Mob-Booster &2!'
|
Executer: '%prefix% &2You have activated a &6Mob-Booster &2!'
|
||||||
@ -135,6 +147,7 @@ Booster:
|
|||||||
End: '%newline%%newline%%newline%%prefix% &6Mob-Booster &2has been deactivated!'
|
End: '%newline%%newline%%newline%%prefix% &6Mob-Booster &2has been deactivated!'
|
||||||
Join: '%prefix% &2A &6Mob-Booster &2is currently active!'
|
Join: '%prefix% &2A &6Mob-Booster &2is currently active!'
|
||||||
Disabled: '%prefix% &2The &6Mob-Booster &2has been deactivated!'
|
Disabled: '%prefix% &2The &6Mob-Booster &2has been deactivated!'
|
||||||
|
Cooldown: '%prefix% &2You still have to wait &6%hours% hours&2, &6%minutes% minutes&2, &6%seconds% seconds &2.'
|
||||||
XP:
|
XP:
|
||||||
StartCountdown: '%prefix% XP-Booster activates in &6%time% &cSeconds !'
|
StartCountdown: '%prefix% XP-Booster activates in &6%time% &cSeconds !'
|
||||||
Executer: '%prefix% &2You have activated a &6XP-Booster &2!'
|
Executer: '%prefix% &2You have activated a &6XP-Booster &2!'
|
||||||
@ -144,4 +157,5 @@ Booster:
|
|||||||
End: '%newline%%newline%%newline%%prefix% &6XP-Booster &2has been deactivated!'
|
End: '%newline%%newline%%newline%%prefix% &6XP-Booster &2has been deactivated!'
|
||||||
Join: '%prefix% &2A &6XP-Booster &2is currently active!'
|
Join: '%prefix% &2A &6XP-Booster &2is currently active!'
|
||||||
Disabled: '%prefix% &2The &6XP-Booster &2has been deactivated!'
|
Disabled: '%prefix% &2The &6XP-Booster &2has been deactivated!'
|
||||||
NoXPBottle: "%prefix% &2You can't use any XP Bottles during a &6XP Booster&2!"
|
NoXPBottle: "%prefix% &2You can't use any XP Bottles during a &6XP Booster&2!"
|
||||||
|
Cooldown: '%prefix% &2You still have to wait &6%hours% hours&2, &6%minutes% minutes&2, &6%seconds% seconds &2.'
|
@ -17,6 +17,13 @@ Lands: false
|
|||||||
SendAsPrivateMessage: false
|
SendAsPrivateMessage: false
|
||||||
# Enable Logging
|
# Enable Logging
|
||||||
Logging: true
|
Logging: true
|
||||||
|
# Compatibility with Jobs
|
||||||
|
Jobs: false
|
||||||
|
# Enable MiniMessage Support for messages. No GUI! (https://webui.adventure.kyori.net)
|
||||||
|
MiniMessageSupport: false
|
||||||
|
# If a booster is started, but one is already running, it will be put on hold and started as soon as the other one runs out. The Booster with higher step will start first
|
||||||
|
Queue:
|
||||||
|
BiggerBoosterFirst: true
|
||||||
Placeholder:
|
Placeholder:
|
||||||
# Should 2 digits always be displayed for Second placeholders
|
# Should 2 digits always be displayed for Second placeholders
|
||||||
TwoDigitsS: false
|
TwoDigitsS: false
|
||||||
@ -73,6 +80,13 @@ Booster:
|
|||||||
Time: 20,10,5,3,2,1
|
Time: 20,10,5,3,2,1
|
||||||
# Sound to be played
|
# Sound to be played
|
||||||
Sound: 'placeholder'
|
Sound: 'placeholder'
|
||||||
|
# If a booster is started, but one is already running, it will be put on hold and started as soon as the other one runs out.
|
||||||
|
Queue:
|
||||||
|
Enable: false
|
||||||
|
# Cooldown before a new one can be started. Time in Seconds Queue will be disabled.
|
||||||
|
Cooldown:
|
||||||
|
Enable: false
|
||||||
|
Time: 1200
|
||||||
Break:
|
Break:
|
||||||
# Time how long a booster is active in Minutes. Set it to -1 to disable it
|
# Time how long a booster is active in Minutes. Set it to -1 to disable it
|
||||||
Time: 10
|
Time: 10
|
||||||
@ -115,6 +129,13 @@ Booster:
|
|||||||
Time: 20,10,5,3,2,1
|
Time: 20,10,5,3,2,1
|
||||||
# Sound to be played
|
# Sound to be played
|
||||||
Sound: 'placeholder'
|
Sound: 'placeholder'
|
||||||
|
# If a booster is started, but one is already running, it will be put on hold and started as soon as the other one runs out.
|
||||||
|
Queue:
|
||||||
|
Enable: false
|
||||||
|
# Cooldown before a new one can be started. Time in Seconds Queue will be disabled.
|
||||||
|
Cooldown:
|
||||||
|
Enable: false
|
||||||
|
Time: 1200
|
||||||
Drop:
|
Drop:
|
||||||
# Time how long a booster is active in Minutes. Set it to -1 to disable it
|
# Time how long a booster is active in Minutes. Set it to -1 to disable it
|
||||||
Time: 10
|
Time: 10
|
||||||
@ -163,6 +184,13 @@ Booster:
|
|||||||
Time: 20,10,5,3,2,1
|
Time: 20,10,5,3,2,1
|
||||||
# Sound to be played
|
# Sound to be played
|
||||||
Sound: 'placeholder'
|
Sound: 'placeholder'
|
||||||
|
# If a booster is started, but one is already running, it will be put on hold and started as soon as the other one runs out.
|
||||||
|
Queue:
|
||||||
|
Enable: false
|
||||||
|
# Cooldown before a new one can be started. Time in Seconds Queue will be disabled.
|
||||||
|
Cooldown:
|
||||||
|
Enable: false
|
||||||
|
Time: 1200
|
||||||
Mob:
|
Mob:
|
||||||
# Time how long a booster is active in Minutes. Set it to -1 to disable it
|
# Time how long a booster is active in Minutes. Set it to -1 to disable it
|
||||||
Time: 10
|
Time: 10
|
||||||
@ -207,6 +235,13 @@ Booster:
|
|||||||
Time: 20,10,5,3,2,1
|
Time: 20,10,5,3,2,1
|
||||||
# Sound to be played
|
# Sound to be played
|
||||||
Sound: 'placeholder'
|
Sound: 'placeholder'
|
||||||
|
# If a booster is started, but one is already running, it will be put on hold and started as soon as the other one runs out.
|
||||||
|
Queue:
|
||||||
|
Enable: false
|
||||||
|
# Cooldown before a new one can be started. Time in Seconds Queue will be disabled.
|
||||||
|
Cooldown:
|
||||||
|
Enable: false
|
||||||
|
Time: 1200
|
||||||
Fly:
|
Fly:
|
||||||
# Time how long a booster is active in Minutes. Set it to -1 to disable it
|
# Time how long a booster is active in Minutes. Set it to -1 to disable it
|
||||||
Time: 10
|
Time: 10
|
||||||
@ -246,11 +281,20 @@ Booster:
|
|||||||
Enable: true
|
Enable: true
|
||||||
# Time when players do not get fall damage after finishing in seconds
|
# Time when players do not get fall damage after finishing in seconds
|
||||||
Time: 5
|
Time: 5
|
||||||
|
# If a booster is started, but one is already running, it will be put on hold and started as soon as the other one runs out.
|
||||||
|
Queue:
|
||||||
|
Enable: false
|
||||||
|
# Cooldown before a new one can be started. Time in Seconds Queue will be disabled.
|
||||||
|
Cooldown:
|
||||||
|
Enable: false
|
||||||
|
Time: 1200
|
||||||
Shop:
|
Shop:
|
||||||
# If this is disabled, you must buy each booster type separately. If this setting is active, a purchased booster is usable for all types
|
# If this is disabled, you must buy each booster type separately. If this setting is active, a purchased booster is usable for all types
|
||||||
GlobalBoosters: false
|
GlobalBoosters: false
|
||||||
# Sound to be played when the store is opened. Set it to null to disable it
|
# Sound to be played when the store is opened. Set it to null to disable it
|
||||||
Sound: 'placeholder'
|
Sound: 'placeholder'
|
||||||
|
# Player get a notification at join if he can get a BonusBooster
|
||||||
|
BonusBoosterReminder: true
|
||||||
# Booster that players get for free after a certain period of time (With Permission)
|
# Booster that players get for free after a certain period of time (With Permission)
|
||||||
Bonusbooster:
|
Bonusbooster:
|
||||||
# Priority of Bonus
|
# Priority of Bonus
|
||||||
|
@ -4,6 +4,14 @@ ConsoleName: 'Server'
|
|||||||
NoPermission: '%prefix% &cDafür hast du keine Rechte.'
|
NoPermission: '%prefix% &cDafür hast du keine Rechte.'
|
||||||
PlayerNotFound: '%prefix% &cDer Spieler wurde nicht gefunden.'
|
PlayerNotFound: '%prefix% &cDer Spieler wurde nicht gefunden.'
|
||||||
OnlyPlayers: '%prefix% &cDiesen Befehl können nur Spieler ausführen!'
|
OnlyPlayers: '%prefix% &cDiesen Befehl können nur Spieler ausführen!'
|
||||||
|
Converter:
|
||||||
|
NoMySQL: '%prefix% &cBitte aktiviere MySQL in der Config.yml!'
|
||||||
|
NoFile: '%prefix% &cDie Booster.yml existiert nicht!'
|
||||||
|
Success: '%prefix% &2Convert abgeschlossen.'
|
||||||
|
Help: '%prefix% &cBitte nutze: &b/booster convert <typ>'
|
||||||
|
Queue:
|
||||||
|
Paused: '%prefix% &2Der Booster wurde pausiert, da ein stärkerer gestartet wurde.'
|
||||||
|
InQueue: '%prefix% &2Der Booster ist in der Warteschlange und wird gestartet, sobald der aktuelle zu Ende ist.'
|
||||||
AddOn:
|
AddOn:
|
||||||
Help: '%prefix% &cBitte nutze: &b/booster module load/unload/info/list <AddOn>'
|
Help: '%prefix% &cBitte nutze: &b/booster module load/unload/info/list <AddOn>'
|
||||||
AddOnNotFound: '%prefix% &cAddOn nicht gefunden.'
|
AddOnNotFound: '%prefix% &cAddOn nicht gefunden.'
|
||||||
@ -90,6 +98,7 @@ Bonusbooster:
|
|||||||
Disabled: '%prefix% &cBonusBooster ist aktuell deaktiviert.'
|
Disabled: '%prefix% &cBonusBooster ist aktuell deaktiviert.'
|
||||||
Recive: '%prefix% &2Du hast &6%count% %type%-Booster &2bekommen.'
|
Recive: '%prefix% &2Du hast &6%count% %type%-Booster &2bekommen.'
|
||||||
Wait: '%prefix% &2Du musst noch &6%days% Tage&2, &6%hours% Stunden&2, &6%minutes% Minuten &2warten.'
|
Wait: '%prefix% &2Du musst noch &6%days% Tage&2, &6%hours% Stunden&2, &6%minutes% Minuten &2warten.'
|
||||||
|
Join: '%prefix% &2Du kannst dir einen BonusBooster holen.'
|
||||||
Reset:
|
Reset:
|
||||||
Help: '%prefix% &cBitte nutze: &b/booster bbreset <player>'
|
Help: '%prefix% &cBitte nutze: &b/booster bbreset <player>'
|
||||||
Success: '%prefix% &2Du hast von &6%player% &2die Zeit resettet.'
|
Success: '%prefix% &2Du hast von &6%player% &2die Zeit resettet.'
|
||||||
@ -108,6 +117,7 @@ Booster:
|
|||||||
End: '%newline%%newline%%newline%%prefix% &6Break-Booster &2wurde nun deaktiviert!'
|
End: '%newline%%newline%%newline%%prefix% &6Break-Booster &2wurde nun deaktiviert!'
|
||||||
Join: '%prefix% &2Es ist ein &6Break-Booster &2aktiv!'
|
Join: '%prefix% &2Es ist ein &6Break-Booster &2aktiv!'
|
||||||
Disabled: '%prefix% &2Der &6Break-Booster &2ist deaktiviert!'
|
Disabled: '%prefix% &2Der &6Break-Booster &2ist deaktiviert!'
|
||||||
|
Cooldown: '%prefix% &2Du musst noch &6%hours% Stunden&2, &6%minutes% Minuten&2, &6%seconds% Sekunden &2warten.'
|
||||||
FLY:
|
FLY:
|
||||||
StartCountdown: '%prefix% &cAchtung, Fly Booster startet in &6%time% &cSekunden!'
|
StartCountdown: '%prefix% &cAchtung, Fly Booster startet in &6%time% &cSekunden!'
|
||||||
Executer: '%prefix% &2Du hast den &6Fly-Booster &2aktiviert!'
|
Executer: '%prefix% &2Du hast den &6Fly-Booster &2aktiviert!'
|
||||||
@ -117,6 +127,7 @@ Booster:
|
|||||||
End: '%newline%%newline%%newline%%prefix% &6Fly-Booster &2wurde nun deaktiviert!'
|
End: '%newline%%newline%%newline%%prefix% &6Fly-Booster &2wurde nun deaktiviert!'
|
||||||
Join: '%prefix% &2Es ist ein &6Fly-Booster &2aktiv!'
|
Join: '%prefix% &2Es ist ein &6Fly-Booster &2aktiv!'
|
||||||
Disabled: '%prefix% &2Der &6Fly-Booster &2ist deaktiviert!'
|
Disabled: '%prefix% &2Der &6Fly-Booster &2ist deaktiviert!'
|
||||||
|
Cooldown: '%prefix% &2Du musst noch &6%hours% Stunden&2, &6%minutes% Minuten&2, &6%seconds% Sekunden &2warten.'
|
||||||
DROP:
|
DROP:
|
||||||
StartCountdown: '%prefix% &cAchtung, Drop Booster startet in &6%time% &cSekunden!'
|
StartCountdown: '%prefix% &cAchtung, Drop Booster startet in &6%time% &cSekunden!'
|
||||||
Executer: '%prefix% &2Du hast den &6Drop-Booster &2aktiviert!'
|
Executer: '%prefix% &2Du hast den &6Drop-Booster &2aktiviert!'
|
||||||
@ -126,6 +137,7 @@ Booster:
|
|||||||
End: '%newline%%newline%%newline%%prefix% &6Drop-Booster &2wurde nun deaktiviert!'
|
End: '%newline%%newline%%newline%%prefix% &6Drop-Booster &2wurde nun deaktiviert!'
|
||||||
Join: '%prefix% &2Es ist ein &6Drop-Booster &2aktiv!'
|
Join: '%prefix% &2Es ist ein &6Drop-Booster &2aktiv!'
|
||||||
Disabled: '%prefix% &2Der &6Drop-Booster &2ist deaktiviert!'
|
Disabled: '%prefix% &2Der &6Drop-Booster &2ist deaktiviert!'
|
||||||
|
Cooldown: '%prefix% &2Du musst noch &6%hours% Stunden&2, &6%minutes% Minuten&2, &6%seconds% Sekunden &2warten.'
|
||||||
MOB:
|
MOB:
|
||||||
StartCountdown: '%prefix% &cAchtung, Mob Booster startet in &6%time% &cSekunden!'
|
StartCountdown: '%prefix% &cAchtung, Mob Booster startet in &6%time% &cSekunden!'
|
||||||
Executer: '%prefix% &2Du hast den &6Mob-Booster &2aktiviert!'
|
Executer: '%prefix% &2Du hast den &6Mob-Booster &2aktiviert!'
|
||||||
@ -135,6 +147,7 @@ Booster:
|
|||||||
End: '%newline%%newline%%newline%%prefix% &6Mob-Booster &2wurde nun deaktiviert!'
|
End: '%newline%%newline%%newline%%prefix% &6Mob-Booster &2wurde nun deaktiviert!'
|
||||||
Join: '%prefix% &2Es ist ein &6Mob-Booster &2aktiv!'
|
Join: '%prefix% &2Es ist ein &6Mob-Booster &2aktiv!'
|
||||||
Disabled: '%prefix% &2Der &6Mob-Booster &2ist deaktiviert!'
|
Disabled: '%prefix% &2Der &6Mob-Booster &2ist deaktiviert!'
|
||||||
|
Cooldown: '%prefix% &2Du musst noch &6%hours% Stunden&2, &6%minutes% Minuten&2, &6%seconds% Sekunden &2warten.'
|
||||||
XP:
|
XP:
|
||||||
StartCountdown: '%prefix% &cAchtung, XP Booster startet in %time% Sekunden!'
|
StartCountdown: '%prefix% &cAchtung, XP Booster startet in %time% Sekunden!'
|
||||||
Executer: '%prefix% &2Du hast den &6XP-Booster &2aktiviert!'
|
Executer: '%prefix% &2Du hast den &6XP-Booster &2aktiviert!'
|
||||||
@ -144,4 +157,5 @@ Booster:
|
|||||||
End: '%newline%%newline%%newline%%prefix% &6XP-Booster &2wurde nun deaktiviert!'
|
End: '%newline%%newline%%newline%%prefix% &6XP-Booster &2wurde nun deaktiviert!'
|
||||||
Join: '%prefix% &2Es ist ein &6XP-Booster &2aktiv!'
|
Join: '%prefix% &2Es ist ein &6XP-Booster &2aktiv!'
|
||||||
Disabled: '%prefix% &2Der &6XP-Booster &2ist deaktiviert!'
|
Disabled: '%prefix% &2Der &6XP-Booster &2ist deaktiviert!'
|
||||||
NoXPBottle: '%prefix% &2Du kannst während eines &6XP-Booster &2keine XP-Bottles nutzen!'
|
NoXPBottle: '%prefix% &2Du kannst während eines &6XP-Booster &2keine XP-Bottles nutzen!'
|
||||||
|
Cooldown: '%prefix% &2Du musst noch &6%hours% Stunden&2, &6%minutes% Minuten&2, &6%seconds% Sekunden &2warten.'
|
Loading…
Reference in New Issue
Block a user