This commit is contained in:
Jkobs 2022-07-11 17:38:34 +02:00
parent 5f61bc894c
commit 8c08605940
3 changed files with 24 additions and 9 deletions

View File

@ -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.

View File

@ -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)
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
# 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'

View File

@ -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'