mirror of
https://github.com/JEFF-Media-GbR/ChestSort.git
synced 2024-12-02 15:43:22 +01:00
added German language support
This commit is contained in:
parent
3b9ca1dcc9
commit
6b41eeef8c
2
.settings/org.eclipse.core.resources.prefs
Normal file
2
.settings/org.eclipse.core.resources.prefs
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
eclipse.preferences.version=1
|
||||||
|
encoding/config.yml=UTF-8
|
34
config.yml
34
config.yml
@ -1,21 +1,33 @@
|
|||||||
# when set to false, new players will have
|
#########################
|
||||||
# to run /chestsort once to enable automatic
|
##### ChestSort #####
|
||||||
# chest sorting.
|
#########################
|
||||||
|
|
||||||
|
# when set to false, new players will have to run /chestsort
|
||||||
|
# once to enable automatic chest sorting.
|
||||||
sorting-enabled-by-default: false
|
sorting-enabled-by-default: false
|
||||||
|
|
||||||
# when set to true, players with sorting
|
# when set to true, players with sorting disabled will be
|
||||||
# disabled will be shown a message on how
|
# shown a message on how to enable automatic chest sorting
|
||||||
# to enable automatic chest sorting when
|
# when they use a chest for the first time.
|
||||||
# they use a chest for the first time.
|
|
||||||
show-message-when-using-chest: true
|
show-message-when-using-chest: true
|
||||||
|
|
||||||
# when set to true, the message is shown again
|
# when set to true, the message is shown again when a player
|
||||||
# when a player logs out and back in and then
|
# logs out and back in and then uses a chest again.
|
||||||
# uses a chest again.
|
|
||||||
show-message-again-after-logout: true
|
show-message-again-after-logout: true
|
||||||
|
|
||||||
# localization
|
|
||||||
|
#########################
|
||||||
|
##### localization ######
|
||||||
|
#########################
|
||||||
|
|
||||||
|
##### English
|
||||||
message-when-using-chest: "&7Hint: Type &6/chestsort&7 to enable automatic chest sorting."
|
message-when-using-chest: "&7Hint: Type &6/chestsort&7 to enable automatic chest sorting."
|
||||||
message-sorting-disabled: "&7Automatic chest sorting has been &cdisabled&7.&r"
|
message-sorting-disabled: "&7Automatic chest sorting has been &cdisabled&7.&r"
|
||||||
message-sorting-enabled: "&7Automatic chest sorting has been &aenabled&7.&r"
|
message-sorting-enabled: "&7Automatic chest sorting has been &aenabled&7.&r"
|
||||||
message-error-players-only: "&cError: This command can only be run by players.&r"
|
message-error-players-only: "&cError: This command can only be run by players.&r"
|
||||||
|
|
||||||
|
##### German
|
||||||
|
#message-when-using-chest: "&7Hinweis: Benutze &6/chestsort&7 um die automatische Kistensortierung zu aktivieren."
|
||||||
|
#message-sorting-disabled: "&7Automatische Kistensortierung &cdeaktiviert&7.&r"
|
||||||
|
#message-sorting-enabled: "&7Automatische Kistensortierung &aaktiviert&7.&r"
|
||||||
|
#message-error-players-only: "&cFehler: Dieser Befehl ist nur für Spieler verfügbar.&r"
|
@ -1,6 +1,6 @@
|
|||||||
main: de.jeffclan.JeffChestSort.JeffChestSortPlugin
|
main: de.jeffclan.JeffChestSort.JeffChestSortPlugin
|
||||||
name: ChestSort
|
name: ChestSort
|
||||||
version: 1.3.1
|
version: 1.3.2
|
||||||
api-version: 1.13
|
api-version: 1.13
|
||||||
description: Allows automatic chest sorting
|
description: Allows automatic chest sorting
|
||||||
author: mfnalex
|
author: mfnalex
|
||||||
|
Loading…
Reference in New Issue
Block a user