Initial server configuration
This commit is contained in:
@@ -0,0 +1,105 @@
|
||||
# vim: set tabstop=2 softtabstop=0 expandtab shiftwidth=2:
|
||||
#
|
||||
# >> See lang-en.yml for variable descriptions <<
|
||||
#
|
||||
# +-----------------------------------+
|
||||
# | CAUTION: Do NOT change this file! |
|
||||
# +-----------------------------------+
|
||||
#
|
||||
# It will be silently overwritten with updates! If you want
|
||||
# to customize strings yourself, copy this file to lang-custom.yml
|
||||
# and set the language in the config.yml to "lang: 'custom'"
|
||||
|
||||
# DO NOT CHANGE! The version of this language file. Used to determine
|
||||
# if the file needs to be updated.
|
||||
version: 4
|
||||
# The corresponding language code used in resource packs. Used for
|
||||
# resource pack generation. Typically, this is a combination of the
|
||||
# language code (ISO 639) and the country code (ISO 3166).
|
||||
resource_pack_lang_code: 'de_de'
|
||||
|
||||
command_heads:
|
||||
usage: "%1$s"
|
||||
description: "Kaufe Köpfe zur Dekoration."
|
||||
help: "Führe den Befehl aus um das Köpfe-Menü zu öffnen."
|
||||
|
||||
command_finditem:
|
||||
usage: "%1$s"
|
||||
description: "Sucht nach dem gegebenen Material in Kisten und Entities in der Nähe."
|
||||
help: "Sucht nach dem gegebenen Material in Kisten und Entities in der Nähe."
|
||||
|
||||
command_setspawn:
|
||||
usage: "%1$s"
|
||||
description: "Setzt den globalen Spawn auf deine aktuelle Position."
|
||||
help: "Setzt den globalen Spawn auf deine aktuelle Position."
|
||||
|
||||
storage:
|
||||
open_stacked_item: "Nur ein einzelnes Item kann geöffnet werden."
|
||||
item_pouch:
|
||||
name: "Beutel"
|
||||
item_backpack:
|
||||
name: "Rucksack"
|
||||
|
||||
xp_bottles:
|
||||
item_small_xp_bottle:
|
||||
name: "Kleine Erfahrungsflasche"
|
||||
item_medium_xp_bottle:
|
||||
name: "Mittlere Erfahrungsflasche"
|
||||
item_large_xp_bottle:
|
||||
name: "Große Erfahrungsflasche"
|
||||
|
||||
item_empty_xp_bottle:
|
||||
name: "Leere Erfahrungsflasche"
|
||||
|
||||
item_north_compass:
|
||||
name: "Nordkompass"
|
||||
|
||||
item_reinforced_elytra:
|
||||
name: "Netherit Elytren"
|
||||
|
||||
item_file:
|
||||
name: "Feile"
|
||||
|
||||
item_slime_bucket:
|
||||
name: "Schleim im Eimer"
|
||||
|
||||
item_papyrus_scroll:
|
||||
# The display name of this item variant.
|
||||
name: "Papyrusrolle"
|
||||
|
||||
item_trowel:
|
||||
name: "Kelle"
|
||||
lore:
|
||||
- "§7Rechtsklicke dieses Item im Inventar um die Blockzufuhr zu ändern."
|
||||
- "§7Aktuelle Blockzufuhr: %1$s"
|
||||
|
||||
sickles:
|
||||
item_wooden_sickle:
|
||||
name: "Holzsichel"
|
||||
item_stone_sickle:
|
||||
name: "Steinsichel"
|
||||
item_iron_sickle:
|
||||
name: "Eisensichel"
|
||||
item_golden_sickle:
|
||||
name: "Goldsichel"
|
||||
item_diamond_sickle:
|
||||
name: "Diamantsichel"
|
||||
item_netherite_sickle:
|
||||
name: "Netheritsichel"
|
||||
|
||||
scrolls:
|
||||
item_home_scroll:
|
||||
name: "Portalschriftrolle (Heim)"
|
||||
item_unstable_scroll:
|
||||
name: "Portalschriftrolle (Instabil)"
|
||||
teleport_no_previous_teleport: "§cDu hast zuvor keine andere Schriftrolle verwendet."
|
||||
item_spawn_scroll:
|
||||
name: "Portalschriftrolle (Spawn)"
|
||||
item_lodestone_scroll:
|
||||
name: "Portalschriftrolle (Leitstein)"
|
||||
teleport_no_bound_lodestone: "§bVerbinde die Schriftrolle zuerst mit einem Leitstein durch Ducken und Rechtsklicken."
|
||||
teleport_missing_lodestone: "§cDie Schriftrolle scheint nichts zu funktionieren.. &6Du schlussfolgerst, dass der Leitstein nicht mehr existiert."
|
||||
bound_lore: "§7Verbunden mit (%2$s§7, %3$s§7, %4$s§7) in %1$s"
|
||||
item_death_scroll:
|
||||
name: "Portalschriftrolle (Tod)"
|
||||
teleport_no_recent_death: "§cDu bist nicht kürzlich gestorben, oder hast bereits eine Todesschriftrolle verwendet!"
|
||||
Reference in New Issue
Block a user