From c6617952da7ff65f3d3bfd9883983452d191b12c Mon Sep 17 00:00:00 2001 From: Taner <11832079-Tanerx@users.noreply.gitlab.com> Date: Sun, 10 Sep 2023 10:58:21 +0000 Subject: [PATCH] New translations class-select.yml (German) --- .../translation/German/gui/class-select.yml | 54 +++++++++++++++---- 1 file changed, 44 insertions(+), 10 deletions(-) diff --git a/MMOCore-Dist/src/main/resources/default/translation/German/gui/class-select.yml b/MMOCore-Dist/src/main/resources/default/translation/German/gui/class-select.yml index 5f099971..9440251c 100644 --- a/MMOCore-Dist/src/main/resources/default/translation/German/gui/class-select.yml +++ b/MMOCore-Dist/src/main/resources/default/translation/German/gui/class-select.yml @@ -1,20 +1,54 @@ #GUI display name -name: Class Selection +name: Klassen-Auswahl #Number of slots in your inventory. Must be #between 9 and 54 and must be a multiple of 9. slots: 27 items: - class: + class-rogue: slots: - - 13 - - 12 - - 14 - 11 - - 15 - - 10 - - 16 - function: class - name: '&a&lThe {name}' + function: class-rogue + name: '&a&lThe Rogue' + hide-flags: true + lore: + - '{lore}' + - '' + - '{attribute-lore}' + class-mage: + slots: + - 12 + function: class-mage + name: '&a&lThe Mage' + hide-flags: true + lore: + - '{lore}' + - '' + - '{attribute-lore}' + class-marksman: + slots: + - 13 + function: class-marksman + name: '&a&lThe Marksman' + hide-flags: true + lore: + - '{lore}' + - '' + - '{attribute-lore}' + class-warrior: + slots: + - 14 + function: class-warrior + name: '&a&lThe Warrior' + hide-flags: true + lore: + - '{lore}' + - '' + - '{attribute-lore}' + class-paladin: + slots: + - 15 + function: class-paladin + name: '&a&lThe Paladin' hide-flags: true lore: - '{lore}'