SilentShiro

Untitled

Mar 19th, 2018
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. options:
  2. p: &8[&cPing&8]
  3. cc: &8[&cChatClear&8]
  4. ccperm: clear.chat
  5. noperm: &8[&bNAME&8] &4You don't have any Permission for that
  6.  
  7. command /ping [<offlineplayer>]:
  8. trigger:
  9. if arg 1 is not set:
  10. send "{@p} &ayou curently have a &e%player's ping%ms"
  11. if arg 1 is set:
  12. send "{@p} &a%arg 1% curently have a &e%arg 1's ping%ms"
  13.  
  14. command /chatclear:
  15. permission: {@ccperm}
  16. permission message: {@noperm}
  17. aliases: cc
  18. trigger:
  19. loop 150 times:
  20. broadcast ""
  21. broadcast "{@cc} &b%player's display name% cleared the chat"
Add Comment
Please, Sign In to add comment