Advertisement
smessie

new config AAK survival

Apr 11th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. # | --->> PLEASE READ THE ENTIRE AAK OVERVIEW FOR CONFIG HELP <<--- | #
  2. debug: false
  3. cancel-suspicious-combat: true
  4. min-tps: '18'
  5. cheat-names:
  6. killaura-heuristics: 'KillAura (heuristics)'
  7. killaura-npc: 'KillAura (NPC check)'
  8. killaura-reach: 'KillAura (reach)'
  9. moving-nofall: 'NoFall'
  10. commands:
  11. killaura-heuristics: 'say {player} failed heuristics check.'
  12. killaura-fightspeed: 'say {player} failed fightspeed check.'
  13. killaura-reach: 'say {player} failed reach check.'
  14. killaura-playeroverhead: 'say {player} failed playeroverhead check.'
  15. moving-nofall: 'say {player} failed nofall check.'
  16. kick-for-hacking: true
  17. reach-check: true
  18. moving:
  19. nofall-check: false
  20. killaura:
  21. secret-check: true
  22. fightspeed-check: true
  23. playeroverhead-check: true
  24. heuristics:
  25. accuracy-thresholds:
  26. 1:
  27. ping: 100
  28. threshold: 13
  29. 2:
  30. ping: 160
  31. threshold: 15
  32. 3:
  33. ping: 220
  34. threshold: 17
  35. 4:
  36. ping-more-than: 350
  37. threshold: 27
  38. reach-thresholds:
  39. 1:
  40. ping: 80
  41. threshold: 9
  42. 2:
  43. ping: 120
  44. threshold: 12
  45. 3:
  46. ping: 185
  47. threshold: 15
  48. 4:
  49. ping-more-than: 265
  50. threshold: 25
  51. fightspeed-threshold: 22
  52. suspicious-direction-offset: '120.0D'
  53. playeroverhead:
  54. npcs: 2
  55. threshold: 4
  56. real-player-names: true
  57. visible: false
  58. broadcast-message: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement