knugi

Untitled

Dec 7th, 2015
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. command /cheater [<text>] [<text>]:
  2. trigger:
  3. if arg 1 is set:
  4. set {_} to arg 1
  5. set {_} to {_} parsed as offlineplayer
  6. if {_} is online:
  7. if arg 2 is not set:
  8. send "&7Podaj co robi ten gracz."
  9. loop all players:
  10. if loop-player has permission "knugi.cheater":
  11. send "&6Gracz &3%player% &6zglasza &c%arg 1% &6jako cheatera, lecz nie podal powodu." to loop-player
  12. stop
  13. loop all players:
  14. if loop-player has permission "knugi.cheater":
  15. send "&6Gracz &3%player% &6zglasza &c%arg 1% &6jako cheatera: &3%arg 2%" to loop-player
  16. stop
  17. send "&6Ten gracz nie jest online." to player
  18. stop
  19. send "&6Poprawne uzycie: &3/cheater <nick> <co_robi>"
Advertisement
Add Comment
Please, Sign In to add comment