Advertisement
Guest User

Untitled

a guest
Feb 16th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. # M S G
  2. #
  3. # - G I C B E -
  4. # 3 . 0
  5.  
  6. command /message [<player>] [<text>]:
  7. aliases: /msg
  8. trigger:
  9. if arg 1 and arg 2 is not set:
  10. send "&cCorrect Usage: /msg <player> <text>"
  11. if arg 1 is set:
  12. if arg 2 is not set:
  13. send "&cYou need to write a message!"
  14. if arg 1 and arg 2 is set:
  15. send "&3%player%&7 -> &b%arg 1%:&7 %arg 1%" to event-player
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement