From be5abaf47dd14a43ed2edfc31ae4b1c84bf0d524 Mon Sep 17 00:00:00 2001 From: Jakob Grundgeir Date: Thu, 14 Jul 2022 09:30:46 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9EConfigs/config.yml=E2=80=9C=20=C3=A4nd?= =?UTF-8?q?ern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Configs/config.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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'