Advertisement
K2Rk1o

testjoinmsg

Nov 6th, 2018
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. command /setmsg <text>:
  2. permission: skript.setmotd
  3. description: Sets message of the day
  4. trigger:
  5. message "Set the msg to '%argument%<reset>'"
  6. set {msg} to argument
  7.  
  8. command /showmsg:
  9. description: Displays the message of the day
  10. trigger:
  11. message {msg}
  12.  
  13. on join:
  14. message {msg}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement