Changes
This commit is contained in:
parent
5f61bc894c
commit
8c08605940
@ -111,7 +111,7 @@ Slots:
|
||||
# The type defines what properties the slot has. Types: Material or Skull
|
||||
Type: Material
|
||||
# The material of the item. (Can be made visible in the client with F3 + H).
|
||||
Material: experience_bottle
|
||||
Material: 'placeholder_xp'
|
||||
# The name of the item
|
||||
Title: '&6XP-Booster'
|
||||
# Lore of the item.
|
||||
|
@ -235,10 +235,25 @@ Shop:
|
||||
Sound: 'placeholder'
|
||||
# Booster that players get for free after a certain period of time (With Permission)
|
||||
Bonusbooster:
|
||||
# Time until you can get a bonus booster in hours (Set to -1 to disable)
|
||||
# Priority of Bonus
|
||||
# Require Numbers
|
||||
1:
|
||||
# Time until you can get a bonus booster in hours
|
||||
Time: 168
|
||||
# Number of boosters you get
|
||||
Count: 1
|
||||
# What booster Man should get guys: XP, Break, Drop, Mob, Fly, ALL, Random
|
||||
# You can also set it like this, for example: XP,Break,Mob, Random
|
||||
Type: Random
|
||||
# Permission
|
||||
Permission: 'booster.bonusbooster.mod'
|
||||
2:
|
||||
# Time until you can get a bonus booster in hours
|
||||
Time: 168
|
||||
# Number of boosters you get
|
||||
Count: 2
|
||||
# What booster Man should get guys: XP, Break, Drop, Mob, Fly, ALL, Random
|
||||
# You can also set it like this, for example: XP,Break,Mob, Random
|
||||
Type: ALL
|
||||
# Permission
|
||||
Permission: 'booster.bonusbooster.admin'
|
@ -73,7 +73,7 @@ Bonusbooster:
|
||||
Help: '%prefix% &cBitte nutze: &b/booster bbreset <player>'
|
||||
Success: '%prefix% &2Du hast von &6%player% &2die Zeit resettet.'
|
||||
Booster:
|
||||
MaxStep: '%prefix% &cEs ist bereits die Maximale stäre des &6%type%-Boosters&c.'
|
||||
MaxStep: '%prefix% &cEs ist bereits die Maximale Stärke des &6%type%-Boosters&c.'
|
||||
Not_Enough: '%prefix% &cDu hast nicht genügend Booster.'
|
||||
Wrong_World: '%prefix% &cDu kannst den Booster in dieser Welt nicht starten.'
|
||||
Infinity: 'unendlich'
|
||||
|
Loading…
Reference in New Issue
Block a user