Fix some minor configuration issues #1344

This commit is contained in:
Gabriele C
2017-10-02 08:43:20 +02:00
parent d95e5adc39
commit 3d08e1bae5
5 changed files with 34 additions and 12 deletions
@@ -80,7 +80,8 @@ public final class RegistrationSettings implements SettingsHolder {
"keep empty to use the original one.",
"Available variables:",
"{PLAYERNAME}: the player name (no colors)",
"{DISPLAYNAME}: the player name (with colors)"})
"{DISPLAYNAME}: the player display name (with colors)",
"{PLAYERLISTNAME}: the player list name (with colors)"})
public static final Property<String> CUSTOM_JOIN_MESSAGE =
newProperty("settings.customJoinMessage", "");