This commit is contained in:
Gabriele C 2016-08-07 12:07:17 +02:00
parent 168186321c
commit 306ebe3631
2 changed files with 4 additions and 2 deletions

View File

@ -84,7 +84,7 @@ public class RegistrationSettings implements SettingsClass {
public static final Property<Boolean> DELAY_JOIN_MESSAGE =
newProperty("settings.delayJoinMessage", false);
@Comment("Should we remove leave messages for unlogged users?")
@Comment("Should we remove the leave messages of unlogged users?")
public static final Property<Boolean> REMOVE_UNLOGGED_LEAVE_MESSAGE =
newProperty("settings.removeUnloggedLeaveMessage", false);

View File

@ -255,9 +255,11 @@ settings:
broadcastWelcomeMessage: false
# Should we delay the join message and display it once the player has logged in?
delayJoinMessage: false
# Should we remove the leave messages of unlogged users?
removeUnloggedLeaveMessage: false
# Should we remove join messages altogether?
removeJoinMessage: false
# Should we remove leave messages?
# Should we remove leave messages altogether?
removeLeaveMessage: false
# Do we need to add potion effect Blinding before login/register?
applyBlindEffect: false