From 8c08605940ada95eec39c1987aae129d1a4e4776 Mon Sep 17 00:00:00 2001 From: Jkobs <66284145+Minzilein2003@users.noreply.github.com> Date: Mon, 11 Jul 2022 17:38:34 +0200 Subject: [PATCH] Changes --- Configs/GUIs/overview.yml | 2 +- Configs/config.yml | 29 ++++++++++++++++++++++------- Configs/messages.yml | 2 +- 3 files changed, 24 insertions(+), 9 deletions(-) diff --git a/Configs/GUIs/overview.yml b/Configs/GUIs/overview.yml index 2f3494e..ef29b0b 100644 --- a/Configs/GUIs/overview.yml +++ b/Configs/GUIs/overview.yml @@ -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. diff --git a/Configs/config.yml b/Configs/config.yml index afbc071..48e7957 100644 --- a/Configs/config.yml +++ b/Configs/config.yml @@ -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 \ No newline at end of file + # 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' \ No newline at end of file diff --git a/Configs/messages.yml b/Configs/messages.yml index 9ac6268..0608535 100644 --- a/Configs/messages.yml +++ b/Configs/messages.yml @@ -73,7 +73,7 @@ Bonusbooster: Help: '%prefix% &cBitte nutze: &b/booster bbreset ' 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'