Not only will it show in the console, it will now send a message to the joining player if there is an update. (You must be OP or have the permission)
Now, when a non OP or someone who does not have permissions, the command will not show up to be executed.
THE ONLY UNIVERSAL COMMAND IS /motd
When changing MOTD, join message, or quit message by command, you can use color code and it will then display in said colors.
NEW CONFIG LAYOUT: #IF You need ANY HELP, feel free to let me know! #Discord: discord.gg/Ppu4rhShQa
#Use %player% to display player's name
#IMPORTANT: IF YOU UPDATED THIS PLUGIN, YOU MUST DELETE THIS CONFIG FILE AND DO reload confirm IN YOUR SERVER CONSOLE. AS NEW CONFIG WILL NOT LOAD IN OTHERWISE. #NOTE: Doing ^ will result in Default Config. I suggest doing one of two things # 1. Visit the update page on spigotmc and just copy and paste the new code for the config OR 2. Backup this and then paste it in the new config.
#When changing the messages, you can use colors as well such as &b or &a. Even if you use a command to change it!
#Shows the version of plugin and if there is an update show-update-info: message: There is an update! enabled: true
# Player Join Message - Sends to Joining Player ONLY join-message: message: Welcome back %player% enabled: true
# Server Join Message - Sends to everyone on the server server-join-message: message: '&c%player% just joined the server. | Be nice to %player%!' enabled: true
# Server Leave Message - Sends to everyone on the server quit-message: message: '&b%player% has left the server. Lets hope they come back!' enabled: true
# MOTD - You can use %player% to reference to the player that is seeing the MOTD motd: message: 'This is the MOTD. To change it, you need to change it in the config.yml' enabled: true
# Number of players online show-online-players: true
#this message will show when someone uses a command (within this plugin) that don't have permissions. ONLY in the even the command is available to someone it shouldn't be #by default the commands will appear invalid to those without proper permissions
messages: no-permission: 'You do not have permissions to use that command!'
# players using any message setting commands MUST have the associated permission OR OP
#There are permissions required to set any messages. Using your permission editor, give 'custommessages.' to who you would like to be able to OR #custommessages.setmotd #custommessages.setjoinmessage #custommessages.setquitmessage