Advertisement
ReportCards

Untitled

Apr 8th, 2017
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. command /dm <player> <text>:
  2. description: Whisper another player
  3. usage: /dm <player> <message>
  4. aliases: /m
  5. trigger:
  6. set {chat.private.reply.%player%} to arg 1
  7. set {chat.private.reply.%arg 1%} to player
  8. send "&c[MSG] &aTO: %arg 1% &e->&c %arg 2%" to player
  9. send "&c[MSG] &eFROM: %player% &e->&c %arg 2%" to arg 1
  10.  
  11. command /rdm <text>:
  12. description: Reply command.
  13. usage: /rdm <message>
  14. aliases: /re
  15. trigger:
  16. send "&c[MSG] &aTO: %{chat.private.reply.%player%}% &e->&c %arg 1%" to player
  17. send "&c[MSG] &eFROM: %player% &e->&c %arg 1%" to {chat.private.reply.%player%}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement