AuthMeReloaded icon indicating copy to clipboard operation
AuthMeReloaded copied to clipboard

Improve welcome and EssentialsMOTD.

Open LcyDev opened this issue 3 years ago • 2 comments

What feature do you want to see added?

Now, EssentialsMOTD has the following placeholders:

Display name: {PLAYER} Username: {USERNAME} IP: {IP} Address: {ADDRESS} Balance: {BALANCE} Unread mails: {MAILS} Current world: {WORLD} Worlds list: {WORLDS} Number of online players: {ONLINE} Number of unique players who joined the server: {UNIQUE} Player list: {PLAYERLIST} Time of server: {TIME} Date of server: {DATE} Time of world PM/AM: {WORLDTIME12} Time of world: {WORLDTIME24} Date of world: {WORLDDATE} Plugin list: {PLUGINS} Version of Craftbukkit: {VERSION}

In the authme welcome, there are far less. Also, EssentialsMOTD supports RGB already, with &#00000. Welcome doesn't You can run welcome after login, you can't do the same for EssentialsMOTD.

And yess, running /motd after logging exists but it's not the same. It's different than when it runs automatically by joining.

I would like PAPI support here too.

Are there any alternatives?

what?

Anything else?

No response

LcyDev avatar Nov 19 '21 02:11 LcyDev

UPDATE: Essentials keywords:

PLAYER
DISPLAYNAME
USERNAME
NICKNAME
PREFIX
SUFFIX
GROUP
BALANCE
MAILS
PLAYTIME
WORLD
WORLDNAME
ONLINE
UNIQUE
WORLDS
PLAYERLIST
TIME
DATE
WORLDTIME12
WORLDTIME24
WORLDDATE
COORDS
TPS
UPTIME
IP
ADDRESS
PLUGINS
VERSION

LcyDev avatar Nov 19 '21 23:11 LcyDev

https://github.com/EssentialsX/Essentials/blob/2.x/Essentials/src/test/java/com/earth2me/essentials/utils/FormatUtilTest.java https://github.com/EssentialsX/Essentials/blob/2.x/Essentials/src/main/java/com/earth2me/essentials/textreader/KeywordReplacer.java

LcyDev avatar Nov 19 '21 23:11 LcyDev