Initial server configuration
This commit is contained in:
@@ -0,0 +1,65 @@
|
||||
# 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: 2
|
||||
# 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'
|
||||
|
||||
chat_message_formatter:
|
||||
player_chat_format: "%1$s§7: %2$s"
|
||||
player_join: "%1$s§e hat den Server betreten"
|
||||
player_kick: "%1$s§e wurde vom Server geworfen"
|
||||
player_quit: "%1$s§e hat den Server verlassen"
|
||||
|
||||
autostop:
|
||||
aborted: "§7Autostop §dabgebrochen"
|
||||
scheduled: "§dAutostop geplant in %1$s"
|
||||
status: "§7Autostop in %1$s"
|
||||
status_not_scheduled: "§dAutostop nicht geplant"
|
||||
shutdown: "§dAutostop initiiert!"
|
||||
|
||||
command_autostop:
|
||||
usage: "%1$s §7<§aabort§7|§aschedule§7|§astatus§7>"
|
||||
description: "Verwaltet Autostop."
|
||||
help: "§aabort§7:§r Bricht den geplaten Autostop ab.\n\
|
||||
§aschedule §7[§bdelay§7]:§r Plant Autostop sofort, ohne Beachtung der Spieleranzahl. Akzeptiert ein delay als Ersatz des konfigurierten Werts.\n\
|
||||
§astatus§7:§r Zeigt den aktuellen Autostop status."
|
||||
|
||||
hazard_protection:
|
||||
wither_spawn_prohibited: "§7Der Wither kann in dieser Welt nicht spawnen!"
|
||||
|
||||
command_gamemode:
|
||||
set: "§7Gamemode von %1$s§7 wurde auf %2$s§7 gesetzt."
|
||||
usage: "%1$s §bgamemode §7[§bplayer§7]"
|
||||
description: "Setzt den Gamemode des aktuellen oder gegebenen Spielers."
|
||||
help: "Setzt den Gamemode des aktuellen oder gegebenen Spielers."
|
||||
|
||||
command_slimechunk:
|
||||
slime_chunk_yes: "§aDies ist ein Slimechunk."
|
||||
slime_chunk_no: "§cDies ist kein Slimechunk."
|
||||
usage: "%1$s"
|
||||
description: "Testet, ob der aktuelle Chunk ein Slimechunk ist."
|
||||
help: "Testet, ob der aktuelle Chunk ein Slimechunk ist."
|
||||
|
||||
command_time:
|
||||
usage: "%1$s §btime §7[§bworld§7]"
|
||||
description: "Setzt die Zeit der aktuellen oder gegebenen Welt."
|
||||
help: "Setzt die Zeit der aktuellen oder gegebenen Welt."
|
||||
|
||||
command_weather:
|
||||
usage: "%1$s §bweather §7[§bworld§7]"
|
||||
description: "Setzt das Wetter der aktuellen oder gegebenen Welt."
|
||||
help: "Setzt das Wetter der aktuellen oder gegebenen Welt."
|
||||
Reference in New Issue
Block a user