Advertisement
NORTBE

Untitled

Nov 10th, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. # If player reaches a cerain amount of violations on
  2. # a certain check, he will be flagged as "kicked first time".
  3. # Repetitive reaching high amount of violations will flag
  4. # him as "kicked 2/3/n times"
  5. Thresholds:
  6. FrontEntity: 3
  7. KillauraCombined: 16
  8. Direction: 40
  9. FightSpeed: 4
  10. Reach: 99999999
  11. FastSwitch: 5
  12. NPC: 6
  13. Velocity: 70
  14. PingSpoof: 999999999
  15. Criticals: 999999999
  16.  
  17. # Please specify how should the plugin ban players.
  18. # 0: amount of "kicks" will reset only when server gets disabled,
  19. # useful for mini-game (SkyWars, SurvivalGames, BedWars, etc.) servers
  20. # that restart after game ends. Therefore, it will work like "if player
  21. # has been "kicked" by Reflex too many times per one game, ban him".
  22. # 1: amount of "kicks" is going to be reset every N minutes (option below),
  23. # useful for Survival/KitPvP servers that doesn't restart often. Therefore,
  24. # it will work like "if player has been "kicked" by Reflex too many times
  25. # per X minutes, ban him"
  26. Mode: 1
  27.  
  28. # If Mode over here is set to 1, how often should
  29. # amount of "kicks" be reset (in minutes)?
  30. KicksInvalidateDelay: 5
  31.  
  32. # Should Reflex create files with name 'YYYY-MM-DD.log'
  33. # containing which players have been banned at that date,
  34. # check they were banned by, and amount of "kicks" they had
  35. LogBans: true
  36.  
  37. # If ban logging is enabled, please specify the directory
  38. # where Reflex will create log files
  39. LogDirectory: '/root/server/pvp/logs/reflex/'
  40.  
  41. # If player has been "kicked" by Reflexx this amount of
  42. # times, commands below are going to be dispatched
  43. KicksToAct: 2
  44.  
  45. # A list of commands, which will be dispatched one-by-one
  46. # when plaer have been "kicked" by Reflex %KicksToAct% times
  47. Actions:
  48. - ekick %Player% &7[&eAntiCheat&7] > &6Вы были кикнуты за использование боевых читов...
  49. - bc &6%Player% был кикнут за читерство.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement