Advertisement
Guest User

Untitled

a guest
Apr 20th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. on command:
  2. if command is "commandspy":
  3. cancel event
  4. if player has permission "system.commandspy":
  5. if {spy.%player's uuid%} isn't set:
  6. set {spy.%player's uuid%} to true
  7. send "&aCommandSpy aktiviert"
  8. else:
  9. reset {spy.%player's uuid%}
  10. send "&cCommandSpy deaktiviert"
  11. else:
  12. send "&cKeine Rechte"
  13.  
  14. on command:
  15. if {spy.%player's uuid%} is true:
  16. send "%player% %command%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement