#550 Show welcome message only after login

- Never send welcome message just after registration (with no subsequent login)
- Always run force command options upon registration
This commit is contained in:
ljacqu
2016-04-29 21:16:42 +02:00
parent 59d3bc95c0
commit 077cb242f0
3 changed files with 16 additions and 24 deletions
@@ -67,7 +67,7 @@ public class RegistrationSettings implements SettingsClass {
newListProperty("settings.forceRegisterCommandsAsConsole");
@Comment({
"Enable to display the welcome message (welcome.txt) after a registration or a login",
"Enable to display the welcome message (welcome.txt) after a login",
"You can use colors in this welcome.txt + some replaced strings:",
"{PLAYER}: player name, {ONLINE}: display number of online players, {MAXPLAYERS}: display server slots,",
"{IP}: player ip, {LOGINS}: number of players logged, {WORLD}: player current world, {SERVER}: server name",