Advertisement
shosei0606

Untitled

Jul 17th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. options:
  2. per: Maki0606 or _LoveRem
  3.  
  4. on join:
  5. if {_ccshow::%player%} is not true:
  6. if player is {@per}:
  7. set {_ccshow::%player%} to true
  8.  
  9. command /ccshow [<text>]:
  10. trigger:
  11. if {_ccshow::%player%} is not true:
  12. stop
  13. if arg-1 is "on":
  14. set {_ccshow.%player%} to true
  15. if arg-1 is "off":
  16. set {_ccshow.%player%} to false
  17.  
  18. on command:
  19. if {_ccshow.%player%} is true:
  20. if command is not "msg" or "w" or "r" or "mail" or "m" or "t" or "whisper" or "emsg" or "er" or "reply" or "ereply" or "email" or "action" or "describe" or "eme" or "eaction" or "edescribe" or "etell" or "ewhisper" or "pm":
  21. send "&a%player% &f>>> &1%command% %arguments%" to {_ccshow::*}
  22. else:
  23. send "&a%player% &f>>> &1%arguments%" to {_ccshow::*}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement