Advertisement
NORTBE

Untitled

Apr 3rd, 2016
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. # Set it to 'true' if you wish enable in-game notifications about suspected players
  2. notifications: false
  3. # Set it to 'true' if you wanna know the most accuracy reason why player was kicked (what check was used)
  4. debug: false
  5. # If it set to 'true', player damage events will be cancelled if the player is suspected for Angle KillAura
  6. cancel-suspicious-combat: true
  7. # If server TPS drops down than this value, AAK won`t kick players
  8. min-tps: '18'
  9. # Customize cheat names as you want
  10. # These cheat names will be displayed in in-game notifications and broadcast messages
  11. cheat-names:
  12. killaura-heuristics: 'KillAura (heuristics)'
  13. killaura-reach: 'KillAura (reach)'
  14. # These commands will be performed if player has reached threshold limit
  15. # {Player} is a cheater who has reached the limit
  16. commands:
  17. killaura-heuristics: 'ekick {Player} &2[&aAntiCheat&2]&f Вы были кикнуты за использование боевых читов.'
  18. killaura-reach: 'kick {Player} &8[&cAAK&8]&f Вы были кикнуты за попытки ударить игрока находящегося слишком далеко от вас.'
  19. # Set it to 'false' if you wish keep all checks enabled, but disable kick
  20. kick-for-hacking: true
  21. # Set it to 'false' if you wish disable Reach check
  22. reach-check: true
  23. killaura:
  24. # Set it to 'false' if you wish disable secret killaura check
  25. secret-check: true
  26. # How many times player must fight like a killaura user before he will get kicked
  27. heuristics:
  28. accuracy-thresholds:
  29. 1:
  30. ping: 100
  31. threshold: 9
  32. 2:
  33. ping: 200
  34. threshold: 13
  35. 3:
  36. ping: 350
  37. threshold: 15
  38. 4:
  39. ping-more-than: 450
  40. threshold: 20
  41. reach-thresholds:
  42. 1:
  43. ping: 100
  44. threshold: 9
  45. 2:
  46. ping: 200
  47. threshold: 13
  48. 3:
  49. ping: 350
  50. threshold: 15
  51. 4:
  52. ping-more-than: 450
  53. threshold: 20
  54. fightspeed-threshold: 14
  55. suspicious-direction-offset: '120.0D'
  56. # When a player is suspected for hacking, people with permission 'aak.notify' will receive this message
  57. # TIP: {Player} is suspected player, {Cheat} is a cheat which player is suspected for
  58. notification-message: '&f{Player} is suspected for &c{Cheat}&f'
  59. # When AAK performs a command for cheater, all other players will be notified about it with this message
  60. broadcast-message: '&2[&aAntiCheat&2] &e{Cheater} &6был кикнут за использование &cКиллауры&6!'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement