From 7e7d18e836f2ef045f7e0064cf54033ffe9a043a Mon Sep 17 00:00:00 2001 From: s8n-ru <279801990+s8n-ru@users.noreply.github.com> Date: Mon, 4 May 2026 18:24:53 +0100 Subject: [PATCH] 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. --- live-server/plugins/AuthMe/welcome.txt | 3 ++- live-server/plugins/Essentials/motd.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/live-server/plugins/AuthMe/welcome.txt b/live-server/plugins/AuthMe/welcome.txt index 800be44..41a79ce 100644 --- a/live-server/plugins/AuthMe/welcome.txt +++ b/live-server/plugins/AuthMe/welcome.txt @@ -1 +1,2 @@ -&8[&fracked.ru&8]&r &7successfully logged in, &e{PLAYER} \ No newline at end of file +&8[&fracked.ru&8]&r &7successfully logged in, &e{PLAYER} +&8[&fracked.ru&8]&r &7type &e/help &7for a list of commands diff --git a/live-server/plugins/Essentials/motd.txt b/live-server/plugins/Essentials/motd.txt index f9fea0d..8b13789 100644 --- a/live-server/plugins/Essentials/motd.txt +++ b/live-server/plugins/Essentials/motd.txt @@ -1 +1 @@ -&8[&fracked.ru&8]&r &7Type &e/help &7for a list of commands. +