33 lines
1.1 KiB
YAML
33 lines
1.1 KiB
YAML
# _ __ __ __ __
|
|
# / | / /__ _ ____ _______/ / ____ / /_ / /_ __ __
|
|
# / |/ / _ \| |/_/ / / / ___/ / / __ \/ __ \/ __ \/ / / /
|
|
# / /| / __/> </ /_/ (__ ) /___/ /_/ / /_/ / /_/ / /_/ /
|
|
# /_/ |_/\___/_/|_|\__,_/____/_____/\____/_.___/_.___/\__, /
|
|
# /____/
|
|
#
|
|
# -----------------------------------------------------
|
|
# ArmorStandTools Configuration
|
|
# -----------------------------------------------------
|
|
|
|
# Nachrichten
|
|
prefix: "§8[§6ArmorStand§8] §7"
|
|
no-permission: "§cDu hast keine Berechtigung dafür!"
|
|
gui-title: "Armor Stand Editor"
|
|
armorstand-not-found: "§cKein ArmorStand in der Nähe gefunden!"
|
|
tool-selected: "§7Tool ausgewählt: §6{tool}"
|
|
|
|
# Einstellungen
|
|
settings:
|
|
require-creative: false
|
|
cooldown-ticks: 20
|
|
allow-command-blocks: true
|
|
log-commands: true
|
|
|
|
# GUI Items
|
|
gui:
|
|
filler-material: BLACK_STAINED_GLASS_PANE
|
|
tools:
|
|
head: "§eKopf drehen"
|
|
body: "§eKörper drehen"
|
|
arms: "§eArme umschalten"
|
|
invisible: "§eSichtbarkeit umschalten" |