Update
This commit is contained in:
parent
084dc0bd3c
commit
527f521b2b
@ -25,9 +25,15 @@ Maincommand: GUI
|
|||||||
# Disable Booster-Messages on Join
|
# Disable Booster-Messages on Join
|
||||||
DisableJoinMessages: false
|
DisableJoinMessages: false
|
||||||
Booster:
|
Booster:
|
||||||
|
# BoosterPermission + .[stage] Example: booster.break.1, booster.break.2, booster.break.3
|
||||||
|
PermissionPerStage: false
|
||||||
XP:
|
XP:
|
||||||
# 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
|
||||||
|
# Each player must activate the booster itself.
|
||||||
|
PerPlayer: false
|
||||||
|
# No XP bottles can be used during an XP booster
|
||||||
|
DisableXPBottles: false
|
||||||
# Is the list below a whitelist or a blacklist
|
# Is the list below a whitelist or a blacklist
|
||||||
ListMode: Blacklist
|
ListMode: Blacklist
|
||||||
# List of worlds of the filter
|
# List of worlds of the filter
|
||||||
@ -68,6 +74,8 @@ Booster:
|
|||||||
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
|
||||||
|
# Each player must activate the booster itself.
|
||||||
|
PerPlayer: false
|
||||||
# Is the list below a whitelist or a blacklist
|
# Is the list below a whitelist or a blacklist
|
||||||
ListMode: Blacklist
|
ListMode: Blacklist
|
||||||
# List of worlds of the filter
|
# List of worlds of the filter
|
||||||
@ -108,6 +116,8 @@ Booster:
|
|||||||
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
|
||||||
|
# Each player must activate the booster itself.
|
||||||
|
PerPlayer: false
|
||||||
# Is the list below a whitelist or a blacklist
|
# Is the list below a whitelist or a blacklist
|
||||||
ListMode: Blacklist
|
ListMode: Blacklist
|
||||||
# List of worlds of the filter
|
# List of worlds of the filter
|
||||||
@ -196,6 +206,8 @@ Booster:
|
|||||||
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
|
||||||
|
# Each player must activate the booster itself.
|
||||||
|
PerPlayer: false
|
||||||
# When this option is active, players with a special permission will not have the fly effect removed any more
|
# When this option is active, players with a special permission will not have the fly effect removed any more
|
||||||
FlyBypassEnable: false
|
FlyBypassEnable: false
|
||||||
# Is the list below a whitelist or a blacklist
|
# Is the list below a whitelist or a blacklist
|
||||||
@ -228,7 +240,7 @@ Booster:
|
|||||||
# Delay when a fly booster ends and players do not get fall damage
|
# Delay when a fly booster ends and players do not get fall damage
|
||||||
FallDamageDelay:
|
FallDamageDelay:
|
||||||
Enable: true
|
Enable: true
|
||||||
# Time where 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
|
||||||
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
|
||||||
|
@ -132,4 +132,5 @@ Booster:
|
|||||||
Downgrade: '%newline%%newline%%newline%%prefix% &6XP-Booster &ex%oldstage% &2has been deactivated! Now &8[&6x%newstage%&8]'
|
Downgrade: '%newline%%newline%%newline%%prefix% &6XP-Booster &ex%oldstage% &2has been deactivated! Now &8[&6x%newstage%&8]'
|
||||||
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!'
|
@ -1,134 +0,0 @@
|
|||||||
Prefix: '&8[&4Booster&8]'
|
|
||||||
Reload: '%prefix% &2loaded successfully.'
|
|
||||||
ConsoleName: 'Console'
|
|
||||||
NoPermission: '%prefix% &cinsufficient permissions.'
|
|
||||||
PlayerNotFound: '%prefix% &ctarget not found.'
|
|
||||||
OnlyPlayers: '%prefix% &conly players can execute this command'
|
|
||||||
AddOn:
|
|
||||||
Help: '%prefix% &cPlease use: &b/booster module load/unload/info/list <AddOn>'
|
|
||||||
AddOnNotFound: '%prefix% &cAddOn not found.'
|
|
||||||
Loaded: '%prefix% &2AddOn loaded.'
|
|
||||||
AlreadyLoaded: '%prefix% &cAddOn already loaded.'
|
|
||||||
Unloaded: '%prefix% &2Unload AddOn.'
|
|
||||||
Reloaded: '%prefix% &2AddOn reloaded.'
|
|
||||||
NotLoaded: '%prefix% &cAddOn not loaded.'
|
|
||||||
AlreadyUnloaded: '%prefix% &cAddOn already unloaded.'
|
|
||||||
List: '%prefix% &8--------------------------%newline%%prefix%&2 AddOn: &6%addon%%newline%%prefix%&2 - Version: &6%version%%newline%%prefix%&2 - Loaded: &6%loaded%%newline%%prefix%&2 - Description: &6%description%%newline%%prefix%'
|
|
||||||
Shop:
|
|
||||||
Not_Setup: '%prefix% &cvault missing!'
|
|
||||||
Success: '%prefix% &2You have bought &6%count% &6%type%-Booster &2vor &6%price%.'
|
|
||||||
No_Money: '%prefix% &cinsufficient money reserves.'
|
|
||||||
Overview: '%prefix% &8------ &4Booster &8------%newline%%prefix%%newline%%prefix% &The &6Break-Booster &2is &ex%status_break%&2. You own: &6%count_break%%newline%%prefix% &2The &6Drop-Booster &2is &ex%status_drop%&2. You own: &6%count_drop%%newline%%prefix% &2The &6Mob-Booster &2is &ex%status_mob%&2. You own: &6%count_mob%%newline%%prefix% &2The &6Fly-Booster &2is &ex%status_fly%&2. You own: &6%count_fly%%newline%%prefix% &2The &6XP-Booster &2is &ex%status_xp%&2. You own: &6%count_xp%%newline%%prefix% &8------ &4Booster &8------'
|
|
||||||
Stopallbooster:
|
|
||||||
Player: '%prefix% &2You have stopped all Boosts.'
|
|
||||||
Broadcast: '%prefix% &2All Boosts have been stopped.'
|
|
||||||
Stopbooster:
|
|
||||||
Player: '%prefix% &2You have stopped the &6%type%-Booster.'
|
|
||||||
Broadcast: '%prefix% &2All &6%type%-Booster &2were stopped.'
|
|
||||||
Help: '%prefix% &cUsage: &b/booster stop <type>'
|
|
||||||
Placeholder:
|
|
||||||
Active: 'active'
|
|
||||||
Disabled: 'inactive'
|
|
||||||
Help:
|
|
||||||
Header: '%prefix% &8------ &4Booster help &8------%newline%%prefix%'
|
|
||||||
Footer: '%prefix%%newline%%prefix% &8--------------------------'
|
|
||||||
Status: '%prefix% &b/booster status &8- &alists all Booster.'
|
|
||||||
GUI: '%prefix% &b/booster &8- &aopens the GUI.'
|
|
||||||
Shop: '%prefix% &b/booster buy &8- &aopens the Shop.'
|
|
||||||
Bonus: '%prefix% &b/bonusbooster &2| &b/bb &8- &adeaktiviert.'
|
|
||||||
Update: '%prefix% &b/booster update &8- &aReloads your Boosters.'
|
|
||||||
Send: '%prefix% &b/booster send &7<Player> <Number> &8- &aSends your Booster to <Player>.'
|
|
||||||
Break: '%prefix% &b/booster break &8- &aActivates the Break-Booster.'
|
|
||||||
Drop: '%prefix% &b/booster drop &8- &aActivates the Drop-Booster.'
|
|
||||||
Fly: '%prefix% &b/booster fly &8- &aActivates the Fly-Booster.'
|
|
||||||
Mob: '%prefix% &b/booster mob &8- &aActivates the Mob-Booster.'
|
|
||||||
XP: '%prefix% &b/booster xp &8- &aActivates the XP-Booster.'
|
|
||||||
Add: '%prefix% &b/booster add &7<Player> <Number> <Type> &8- &aGives the Target <Number> of <Type>-Booster.'
|
|
||||||
Giveall: '%prefix% &b/booster giveall &7<Anzahl> <Type> &8- &aGives every online player Booster.'
|
|
||||||
Remove: '%prefix% &b/booster remove &7<Player> <Anzahl> <Type> &8- &aRemoves Players Booster.'
|
|
||||||
Set: '%prefix% &b/booster set &7<Player> <Anzahl> <Type> &8- &aGives the Player Booster.'
|
|
||||||
See: '%prefix% &b/booster see &7<Player> <Type> &8- &aShows Players Booster.'
|
|
||||||
Reload: '%prefix% &b/booster reload &2| &b/booster rl &8- &aReloads the Plugin.'
|
|
||||||
Player:
|
|
||||||
Refresh: '%prefix% &2New Boosters were activated.'
|
|
||||||
AddBooster:
|
|
||||||
Success: '%prefix% &2You have given &6%reciver%&2, &6%count% &2new Booster'
|
|
||||||
Reciver: '%prefix% &2You have been send &6%count%, %type%-Boosters,&2 by &6%sender% '
|
|
||||||
Help: '%prefix% &cUsage: &b/booster add <player> <amount> <type>'
|
|
||||||
SetBooster:
|
|
||||||
Success: '%prefix% &2You have set &6%reciver%&2, &6%count% &2Booster.'
|
|
||||||
Reciver: '%prefix% &2You have been send &6%count% &2Booster Type: &6%type% &2by &6%sender%&2.'
|
|
||||||
Help: '%prefix% &cUsage: &b/booster set <player> <amount> <type>'
|
|
||||||
See:
|
|
||||||
Success: '%prefix% &6%player% &has &6%count% &6%type%-&2Booster.'
|
|
||||||
Help: '%prefix% &cUsage: &b/booster add <player> <type>'
|
|
||||||
RemoveBooster:
|
|
||||||
Success: '%prefix% &2You have removed &6%reciver%&2, &6%count% &2Booster.'
|
|
||||||
Not_Enough: '%prefix% &c%reciver% does not have enough boosters.'
|
|
||||||
Reciver: '%prefix% &2You got from &6%sender%&2, &6%count% &2booster of type &6%type% &2removed.'
|
|
||||||
Help: '%prefix% &cPlease use: &b/booster remove <player> <amount> <type>'
|
|
||||||
Giveall:
|
|
||||||
Success: '%prefix% &2You added &6%reciver%&2, &6%count% &2Booster.'
|
|
||||||
Reciver: '%prefix% &2You have received from &6%sender%&2, &6%count% &2booster of type &6%type% &2.'
|
|
||||||
Help: '%prefix% &cPlease use: &b/booster giveall <amount> <type>'
|
|
||||||
Send:
|
|
||||||
Success: '%prefix% &2You send &6%reciver%&2, &6%count% &2Booster.'
|
|
||||||
Reciver: '%prefix% &2You got &6%count% &6%type%-&2Booster &2by &6%sender%&2.'
|
|
||||||
Help: '%prefix% &cUsage: &b/booster send <player> <amount> <type>'
|
|
||||||
Bonusbooster:
|
|
||||||
Disabled: '%prefix% &cBonusBooster is currently deactivated :(.'
|
|
||||||
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.'
|
|
||||||
Reset:
|
|
||||||
Help: '%prefix% &cPlease use: &b/booster bbreset <player>'
|
|
||||||
Success: '%prefix% &2You have reset from &6%player% &2the time.'
|
|
||||||
Booster:
|
|
||||||
MaxStep: '%prefix% &cThe maximum amount of &6%type%-Boosters&c have been reached.'
|
|
||||||
Not_Enough: '%prefix% &cYou dont own enough Booster.'
|
|
||||||
Wrong_World: '%prefix% &cYou cannot start the booster in this world.'
|
|
||||||
Infinity: 'unlimited'
|
|
||||||
BREAK:
|
|
||||||
StartCountdown: '%prefix% Break Booster activates in &6%time% &cSeconds !'
|
|
||||||
Executer: '%prefix% &2You have activated a &6Break-Booster &2!'
|
|
||||||
Broadcast: '%newline%%newline%%newline%%prefix% &6%player% &2has activated a &6Break-Booster&8[&6x%stage%&8] &2! '
|
|
||||||
EndCounter: '%prefix% &cThe &6Break-Booster &cends in &6%counter% &cSeconds !'
|
|
||||||
Downgrade: '%newline%%newline%%newline%%prefix% &6Break-Booster &ex%oldstage% &2has been deactivated! Now &8[&6x%newstage%&8]'
|
|
||||||
End: '%newline%%newline%%newline%%prefix% &6Break-Booster &2has been deactivated!'
|
|
||||||
Join: '%prefix% &2A &6Break-Booster &2is currently active!'
|
|
||||||
Disabled: '%prefix% &2The &6Break-Booster &2has been deactivated!'
|
|
||||||
FLY:
|
|
||||||
StartCountdown: '%prefix% Fly Booster activates in &6%time% &cSeconds !'
|
|
||||||
Executer: '%prefix% &2You have activated a &6Fly-Booster &2!'
|
|
||||||
Broadcast: '%newline%%newline%%newline%%prefix% &6%player% &2has activated a &6Fly-Booster&8[&6x%stage%&8] &2! '
|
|
||||||
EndCounter: '%prefix% &cThe &6Fly-Booster &cends in &6%counter% &cSeconds !'
|
|
||||||
Downgrade: '%newline%%newline%%newline%%prefix% &6Fly-Booster &ex%oldstage% &2has been deactivated! Now &8[&6x%newstage%&8]'
|
|
||||||
End: '%newline%%newline%%newline%%prefix% &6Fly-Booster &2has been deactivated!'
|
|
||||||
Join: '%prefix% &2A &6Fly-Booster &2is currently active!'
|
|
||||||
Disabled: '%prefix% &2The &6Fly-Booster &2has been deactivated!'
|
|
||||||
DROP:
|
|
||||||
StartCountdown: '%prefix% Drop Booster activates in &6%time% &cSeconds !'
|
|
||||||
Executer: '%prefix% &2You have activated a &6Drop-Booster &2!'
|
|
||||||
Broadcast: '%newline%%newline%%newline%%prefix% &6%player% &2has activated a &6Drop-Booster&8[&6x%stage%&8] &2! '
|
|
||||||
EndCounter: '%prefix% &cThe &6Drop-Booster &cends in &6%counter% &cSeconds !'
|
|
||||||
Downgrade: '%newline%%newline%%newline%%prefix% &6Drop-Booster &ex%oldstage% &2has been deactivated! Now &8[&6x%newstage%&8]'
|
|
||||||
End: '%newline%%newline%%newline%%prefix% &6Drop-Booster &2has been deactivated!'
|
|
||||||
Join: '%prefix% &2A &6Drop-Booster &2is currently active!'
|
|
||||||
Disabled: '%prefix% &2The &6Drop-Booster &2has been deactivated!'
|
|
||||||
MOB:
|
|
||||||
StartCountdown: '%prefix% Mob-Booster activates in &6%time% &cSeconds !'
|
|
||||||
Executer: '%prefix% &2You have activated a &6Mob-Booster &2!'
|
|
||||||
Broadcast: '%newline%%newline%%newline%%prefix% &6%player% &2has activated a &6Mob-Booster&8[&6x%stage%&8] &2! '
|
|
||||||
EndCounter: '%prefix% &cThe &6Mob-Booster &cends in &6%counter% &cSeconds !'
|
|
||||||
Downgrade: '%newline%%newline%%newline%%prefix% &6Mob-Booster &ex%oldstage% &2has been deactivated! Now &8[&6x%newstage%&8]'
|
|
||||||
End: '%newline%%newline%%newline%%prefix% &6Mob-Booster &2has been deactivated!'
|
|
||||||
Join: '%prefix% &2A &6Mob-Booster &2is currently active!'
|
|
||||||
Disabled: '%prefix% &2The &6Mob-Booster &2has been deactivated!'
|
|
||||||
XP:
|
|
||||||
StartCountdown: '%prefix% XP-Booster activates in &6%time% &cSeconds !'
|
|
||||||
Executer: '%prefix% &2You have activated a &6XP-Booster &2!'
|
|
||||||
Broadcast: '%newline%%newline%%newline%%prefix% &6%player% &2has activated a &6XP-Booster&8[&6x%stage%&8] &2! '
|
|
||||||
EndCounter: '%prefix% &cThe &6XP-Booster &cends in &6%counter% &cSeconds !'
|
|
||||||
Downgrade: '%newline%%newline%%newline%%prefix% &6XP-Booster &ex%oldstage% &2has been deactivated! Now &8[&6x%newstage%&8]'
|
|
||||||
End: '%newline%%newline%%newline%%prefix% &6XP-Booster &2has been deactivated!'
|
|
||||||
Join: '%prefix% &2A &6XP-Booster &2is currently active!'
|
|
||||||
Disabled: '%prefix% &2The &6XP-Booster &2has been deactivated!'
|
|
@ -25,9 +25,15 @@ Maincommand: GUI
|
|||||||
# Disable Booster-Messages on Join
|
# Disable Booster-Messages on Join
|
||||||
DisableJoinMessages: false
|
DisableJoinMessages: false
|
||||||
Booster:
|
Booster:
|
||||||
|
# BoosterPermission + .[stage] Example: booster.break.1, booster.break.2, booster.break.3
|
||||||
|
PermissionPerStage: false
|
||||||
XP:
|
XP:
|
||||||
# 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
|
||||||
|
# Each player must activate the booster itself.
|
||||||
|
PerPlayer: false
|
||||||
|
# No XP bottles can be used during an XP booster
|
||||||
|
DisableXPBottles: false
|
||||||
# Is the list below a whitelist or a blacklist
|
# Is the list below a whitelist or a blacklist
|
||||||
ListMode: Blacklist
|
ListMode: Blacklist
|
||||||
# List of worlds of the filter
|
# List of worlds of the filter
|
||||||
@ -68,6 +74,8 @@ Booster:
|
|||||||
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
|
||||||
|
# Each player must activate the booster itself.
|
||||||
|
PerPlayer: false
|
||||||
# Is the list below a whitelist or a blacklist
|
# Is the list below a whitelist or a blacklist
|
||||||
ListMode: Blacklist
|
ListMode: Blacklist
|
||||||
# List of worlds of the filter
|
# List of worlds of the filter
|
||||||
@ -108,6 +116,8 @@ Booster:
|
|||||||
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
|
||||||
|
# Each player must activate the booster itself.
|
||||||
|
PerPlayer: false
|
||||||
# Is the list below a whitelist or a blacklist
|
# Is the list below a whitelist or a blacklist
|
||||||
ListMode: Blacklist
|
ListMode: Blacklist
|
||||||
# List of worlds of the filter
|
# List of worlds of the filter
|
||||||
@ -196,6 +206,8 @@ Booster:
|
|||||||
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
|
||||||
|
# Each player must activate the booster itself.
|
||||||
|
PerPlayer: false
|
||||||
# When this option is active, players with a special permission will not have the fly effect removed any more
|
# When this option is active, players with a special permission will not have the fly effect removed any more
|
||||||
FlyBypassEnable: false
|
FlyBypassEnable: false
|
||||||
# Is the list below a whitelist or a blacklist
|
# Is the list below a whitelist or a blacklist
|
||||||
@ -228,7 +240,7 @@ Booster:
|
|||||||
# Delay when a fly booster ends and players do not get fall damage
|
# Delay when a fly booster ends and players do not get fall damage
|
||||||
FallDamageDelay:
|
FallDamageDelay:
|
||||||
Enable: true
|
Enable: true
|
||||||
# Time where 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
|
||||||
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
|
||||||
|
@ -132,4 +132,5 @@ Booster:
|
|||||||
Downgrade: '%newline%%newline%%newline%%prefix% &6XP-Booster &ex%oldstage% &2wurde nun deaktiviert! Jetzt &6x%newstage%'
|
Downgrade: '%newline%%newline%%newline%%prefix% &6XP-Booster &ex%oldstage% &2wurde nun deaktiviert! Jetzt &6x%newstage%'
|
||||||
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!'
|
Loading…
Reference in New Issue
Block a user