Advertisement
ash4377

Untitled

Mar 17th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. command /msg [<text>] [<text>]:
  2. aliases: m
  3. trigger:
  4. if arg-1 is not set:
  5. send "&e密語 &7>> &a/m <ID> <訊息>"
  6. stop
  7. if arg-1 is set:
  8. if arg-2 is not set:
  9. send "&e密語 &7>> &a/m <ID> <訊息>"
  10. stop
  11. if arg-2 is set:
  12. set {_player} to "%arg-1%" parsed as player
  13. if {_player} is a player:
  14. send "&e你偷偷的跟 &b%{_player}% &e說&r: %arg-2%" to player
  15. send "&e玩家 &b%player% &e偷偷跟你說&r: %arg-2%" to {_player}
  16. else:
  17. send "&e密語 &7>> &c該玩家不存在或不在線上"
  18. stop
  19.  
  20. #command /r [<text>]:
  21. # trigger:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement