Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. variables:
  2. {a.fly.%player%} = 0
  3.  
  4. options:
  5. t: &8[&2Ultimate&9Cheat&cProtection&8]
  6.  
  7. on any movement:
  8. if player has permission "worldguard.*":
  9. if player has permission "essentials.tp":
  10. stop
  11. else:
  12. command "pex user %player% remove worldguard.*"
  13.  
  14. on any movement:
  15. if player is flying:
  16. if player has permission "essentials.fly":
  17. stop
  18. else:
  19. wait 5 seconds
  20. send "{@t} &cPrzestań latać, w innym przypadku zostaniesz uznany za cheatera."
  21. wait 5 seconds
  22. add 1 to {a.fly.%player%}
  23. command "run %player% /top"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement