What are all of the MOTD placeholders? #2456
-
I know of the placeholders |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
There is You can find it in the source code here. Also feel free to suggest other "placeholder" stuff, if they're doable and make sense to add they will most likely be implemented in the future. |
Beta Was this translation helpful? Give feedback.
There is
%map%
for the map name, or server name if you have that enabled in config.%players%
lists the name of currently online players and joins their names like "player1
,player2
,player3
, etc.".%specifier%
matches whatever command specifier you have set in config.%onlineplayers%
shows the number of players online.%serverslots%
shows the server's player cap set via config.You can find it in the source code here.
Also feel free to suggest other "placeholder" stuff, if they're doable and make sense to add they will most likely be implemented in the future.