Advertisement
NORTBE

Untitled

Dec 18th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. # Direction check forces player to look his
  2. # view at the target before attacking it
  3. direction:
  4.  
  5. # Enable this check?
  6. enabled: true
  7.  
  8. # Player won't be kicked if his ping is higher than this val (milliseconds)
  9. lag_ping: 205
  10.  
  11. # Should Reflex cancel hits which cannot happen normally
  12. cancel_suspicious_combat: true
  13.  
  14. # How far away off an entity should player
  15. # be allowed to look to attack it
  16. direction.max_offset: 15.0
  17.  
  18. # Commands
  19. actions:
  20. 6:
  21. - ekick %Player% &7[&eAntiCheat&7] > &6Вы были кикнуты за использование боевых читов.
  22. - bc &6%Player% был кикнут за читерство.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement