diff --git a/Configs/config.yml b/Configs/config.yml index 48e7957..2a52580 100644 --- a/Configs/config.yml +++ b/Configs/config.yml @@ -241,19 +241,19 @@ Bonusbooster: # Time until you can get a bonus booster in hours Time: 168 # Number of boosters you get - Count: 1 + 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: Random + # You can also set it like this, for example: XP,Break,Mob, Random, Select + Type: ALL # Permission - Permission: 'booster.bonusbooster.mod' + Permission: 'booster.bonusbooster.admin' 2: # Time until you can get a bonus booster in hours Time: 168 # Number of boosters you get - Count: 2 + 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: ALL + # You can also set it like this, for example: XP,Break,Mob, Random, Select + Type: Random # Permission - Permission: 'booster.bonusbooster.admin' \ No newline at end of file + Permission: 'booster.bonusbooster.mod'