Advertisement
Guest User

Untitled

a guest
Dec 15th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. ############################
  2. # AutoKiller Configuration #
  3. ############################
  4.  
  5. # Choose whether or not the plugin will run a command when the vl-to-ban is reached.
  6. ban: false
  7.  
  8. # The ping at which all checks will be disabled to prevent false positives due to lag.
  9. max-ping: 120
  10.  
  11. # Here you can set the command that will be run when a player reaches a high enough VL to be banned.
  12. # Placeholders: %player% for the player's name.
  13. ban-command: "ban %player% &6AutoKiller &f» &cUnfair Advantage"
  14.  
  15. # You can customize the alert messages here.
  16. # Placeholders: %player% for player's name, %ping% for player's ping, %cheat% for the cheat type, %vl% for the violation level (VL is cps for clickspeed-alert).
  17. clickspeed-alert: "&f[&c&lKGB&f] &6%player% &8>>> &6%cheat% &8[&b%vl% cps&7/&c%ping%ms&8]"
  18. normal-alert: "&f[&c&lKGB&f] &6%player% &8>>> &6%cheat% &f[&bVL:%vl%&7/&c%ping%ms&f]"
  19.  
  20. click-speed:
  21. vl-to-alert: 12
  22. vl-to-ban: 300
  23. enabled: true
  24. # The cps at which the "Click Speed" check will alert/ban.
  25. max-speed: 13
  26.  
  27. # Consistent-Clicks check options
  28. consistent-clicks:
  29. vl-to-alert: 10
  30. vl-to-ban: 300
  31. enabled: true
  32. # The sensitivity of the consistency check. Lower values are more sensitive. Recommended 18-35, default 21.
  33. sensitivity: 21
  34.  
  35. # Zero-Delay check options
  36. zero-delay:
  37. vl-to-alert: 8
  38. vl-to-ban: 11
  39. enabled: true
  40.  
  41. # Don't change this
  42. config-version: 2.5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement