• This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn more.
  • Minecraft 1.16.220 Update + Bug/Crash Fixes
    Added MCPE 1.16.220 version and fixed crashes for multiple plugins. You can view the full changelist here.
  • Forum Updates - 4/11/2021
    Various changes have been made to the forums and a few categories. You can view the full changelist here.

Is there a way with MadCommands to set a welcome message?

Warning!
Hello , there have been no replies in this thread for more than 30 days.
Please make sure you have a valid reason before you reply to this thread or you may face moderation action.

thedeibo

Department Head
Staff Member
Department Head
Community Team
#2
This is off the top of my head, but this should work.

Code:
/cmd create joinevent
/cmd add joinevent sleep 0.5
/cmd add joinevent message %p% \"Whatever message you want here\"
/cmd trigger login joinevent
/cmd unregister joinevent
It needs the sleep function due to the client not fully being on the server yet. Gives some time for the server to recognise the player is online