move /help hint from on-join motd to post-login welcome
Players are still in AuthLimbo when motd fires on join, so the hint scrolls past while they type /register or /login. Move it into AuthMe welcome.txt which fires after successful login. - Essentials/motd.txt: emptied (hint moved out) - AuthMe/welcome.txt: appended "type /help for a list of commands" below the existing "successfully logged in" line Live: applied via docker exec + essentials/authme reload.
This commit is contained in:
parent
69fdea58d7
commit
7e7d18e836
2 changed files with 3 additions and 2 deletions
|
|
@ -1 +1,2 @@
|
|||
&8[&fracked.ru&8]&r &7successfully logged in, &e{PLAYER}
|
||||
&8[&fracked.ru&8]&r &7successfully logged in, &e{PLAYER}
|
||||
&8[&fracked.ru&8]&r &7type &e/help &7for a list of commands
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
&8[&fracked.ru&8]&r &7Type &e/help &7for a list of commands.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue