PlayerMOTD
PlayerMOTD is a bukkit plugin that allows server owners to set player-specific MOTDs. If there is no MOTD set for a specific player, they will be shown the default MOTD. Here is some more info:
How to set MOTDs:
To set a MOTD, you need to have ran the server with the plugin in your plugins folder so the plugin can generate the necessary files. Once you have done that, go into your server folder, then into the plugins folder and then the PlayerMOTD folder. Once you are there, open the config.yml file. It should look something like this:
#Default message to be displayed if there is no player specific message message: Welcome to the server! #Player specific messages. DO NOT USE TABS (Use 4 spaces instead) users: username: This is an example MOTD #Example MOTD can not be changed, YET.
To set the default message, edit the text after 'message: '. To set a player-specific MOTD, create a new line after where it says 'username:'. You now need to indent the new line, but DO NOT USE TABS, that will mess it up. use four spaces instead. Now type the player's username and then put a ':' and a space. Now you can type the MOTD for that player. It should look something like this:
users: username: This is an example MOTD lobuo: Welcome, lobuo!
Downloading, getting source code, getting help, and reporting bugs.
Download link: http://dev.bukkit.org/bukkit-plugins/playermotd/files/
Source code (for developers): https://github.com/lobuo/PlayerMOTD
Help link: https://snowy-evening.com/lobuo/playermotd
Reporting bugs: https://github.com/lobuo/PlayerMOTD/issues OR https://snowy-evening.com/lobuo/playermotd
Comments