MilkTeaPopcorn

Untitled

Nov 7th, 2017
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. on damage:
  2. if attacker is a player:
  3. if victim is a player:
  4. attacker's gamemode is not creative
  5. set {_distance} to distance between attacker and victim
  6. if {_distance} > 5:
  7. if damage cause is not a projectile:
  8. loop all players:
  9. loop-player is op:
  10. send "&6[AntiCheat] &c%attacker% &9Reach has been detected &c(%{_distance}%)" to loop-player
Add Comment
Please, Sign In to add comment