mirror of
https://gitlab.com/phoenix-dvpmt/mmocore.git
synced 2025-01-07 07:17:46 +01:00
New translations class-select.yml (German)
This commit is contained in:
parent
b60b628654
commit
c6617952da
@ -1,20 +1,54 @@
|
|||||||
#GUI display name
|
#GUI display name
|
||||||
name: Class Selection
|
name: Klassen-Auswahl
|
||||||
#Number of slots in your inventory. Must be
|
#Number of slots in your inventory. Must be
|
||||||
#between 9 and 54 and must be a multiple of 9.
|
#between 9 and 54 and must be a multiple of 9.
|
||||||
slots: 27
|
slots: 27
|
||||||
items:
|
items:
|
||||||
class:
|
class-rogue:
|
||||||
slots:
|
slots:
|
||||||
- 13
|
|
||||||
- 12
|
|
||||||
- 14
|
|
||||||
- 11
|
- 11
|
||||||
- 15
|
function: class-rogue
|
||||||
- 10
|
name: '&a&lThe Rogue'
|
||||||
- 16
|
hide-flags: true
|
||||||
function: class
|
lore:
|
||||||
name: '&a&lThe {name}'
|
- '{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
|
hide-flags: true
|
||||||
lore:
|
lore:
|
||||||
- '{lore}'
|
- '{lore}'
|
||||||
|
Loading…
Reference in New Issue
Block a user