OhLorenzo

Untitled

Dec 31st, 2021
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 129.50 KB | None | 0 0
  1. ##############################################
  2. # Vulcan Anti-Cheat Configuration File #
  3. ##############################################
  4.  
  5. # The prefix that will be used for all of the %prefix% messages throughout the plugin
  6. prefix: '&4&lVulcan &8»'
  7. alerts:
  8. # This is the chat format that will be followed when a player fails a check.
  9. # Valid placeholders are %player% (player name), %max-vl% (max violations), %check% (name of check), %description% (check description),
  10. # %version% (player's client version), %dev% (* for whether or not the check is experimental), %vl% (violation level),
  11. # %ping% (the player's ping), %tps% (the server's TPS), and %type% (character denoting the type for the check, A, B, C, etc),
  12. # %severity% for changing colors depending on the violations (options found in severity option below), %x% (player's X-coordinate),
  13. # %y% (player's Y-coordinate), %z% (player's Z-coordinate), %world% (player's world), %complex-type% which will show a more
  14. # advanced name for the check, such as Speed (Ground) instead of Speed (Type B)
  15. format: '%prefix% &f%player% &7failed &f%check% %dev%&7(&fType %type%&7)%dev% &7[&4%vl%&7/&4%max-vl%&7]'
  16. # This is the hover text that will be displayed when you hover over the alert message in chat.
  17. # All of the same placeholders as the ones for the format are valid.
  18. hover-message:
  19. - '&7Ping: &c%ping% &8| &7TPS: &c%tps% &8| &7Version: &c%version% &8| &7Client:
  20. &c%client-brand%'
  21. - ''
  22. - '&7Description:'
  23. - '&7%description%'
  24. - ''
  25. - '&7Information:'
  26. - '&7%info%'
  27. - ''
  28. - '&7Click to teleport to &b%player%&7.'
  29. # This is the command that will be executed when you click the alert message. Unfortunately we are limited to one
  30. # command per ChatComponent so we use a little magic and make our own command that is able to execute a list of any commands.
  31. # Valid placeholders
  32. click-commands:
  33. - /vulcan clickalert %player%
  34. # The commands that will be run when you use /vulcan clickalert %player% (must be a player parameter)
  35. click-alert-command-commands:
  36. - tp %player%
  37. # The message that will be sent when you toggle on alerts. Valid placeholder are %prefix%.
  38. toggled-on-message: '%prefix% &7Vulcan alerts &aenabled&7!'
  39. # The message that will be sent when you toggle off alerts. Valid placeholder are %prefix%.
  40. toggled-off-message: '%prefix% &7Vulcan alerts &cdisabled&7!'
  41. # Whether or not alerts will be printed to the console.
  42. print-to-console: true
  43. # The format for printing alerts to the console
  44. console-format: '[Vulcan] %player% failed %check% %dev%(Type %type%)%dev% (%vl%/%max-vl%)'
  45. # This is a fully customizable list of commands that will be executed each time a player flags a check, just in case
  46. # you want to do anything special when they flag without needing to use the API. All valid placeholders are the same
  47. # as listed above once again.
  48. custom-commands: []
  49. # You can use this section to color code your alerts or add chances to them depending on the violation level.
  50. severity:
  51. violations:
  52. '2': 4
  53. '3': 8
  54. '4': 12
  55. '5': 16
  56. '6': 16
  57. '7': 16
  58. '8': 16
  59. '9': 16
  60. '10': 16
  61. colors:
  62. '1': '&a'
  63. '2': '&e'
  64. '3': '&6'
  65. '4': '&c'
  66. '5': '&4'
  67. '6': '&4'
  68. '7': '&4'
  69. '8': '&4'
  70. '9': '&4'
  71. '10': '&4'
  72. # The symbol that will be displayed for the %dev% placeholder to denote experimental checks.
  73. experimental-symbol: '*'
  74. verbose:
  75. # Verbose notifications are sent whenever a player increases the buffer on a check. Only really here for developer
  76. # purposes as it is very very spammy. All of the same info from above applies here. Not really recommended to be used
  77. # as it will just completely spam your chat.
  78. format: '%prefix% &f%player% &7verbosed &f%check% &7(&f%type%&7) %dev% &7[&4%percent%%&7]'
  79. hover-message:
  80. - '&7Ping: &c%ping% &8| &7TPS: &c%tps% &8| &7Version: &c%version%'
  81. - ''
  82. - '&7Description:'
  83. - '&7%description%'
  84. - ''
  85. - '&7Buffer:'
  86. - '&7%buffer%/%max-buffer%'
  87. - ''
  88. - '&7Click to teleport to &b%player%&7.'
  89. # This is the command that will be executed when you click the alert message. Unfortunately we are limited to one
  90. # command per ChatComponent so we use a little magic and make our own command that is able to execute a list of any commands.
  91. # Valid placeholders
  92. click-commands:
  93. - /tp %player%
  94. # The message that will be sent when you toggle on alerts. Valid placeholder are %prefix%.
  95. toggled-on-message: '%prefix% &7Vulcan verbose &aenabled&7!'
  96. # The message that will be sent when you toggle off alerts. Valid placeholder are %prefix%.
  97. toggled-off-message: '%prefix% &7Vulcan verbose &cdisabled&7!'
  98.  
  99. #This section deals with the log file (violations.txt)
  100. log-file:
  101. # Whether or not the log file is enabled
  102. enabled: true
  103. # The message that is logged when a player fails a check.
  104. # Valid placeholders are %player% (player name), %max-vl% (max violations), %check% (name of check), %description% (check description),
  105. # %version% (player's client version), %dev% (* for whether or not the check is experimental), %vl% (violation level),
  106. # %ping% (the player's ping), %tps% (the server's TPS), and %type% (character denoting the type for the check, A, B, C, etc).
  107. alert-message: '%player% failed %check% %dev%(Type %type%)%dev% [VL: %vl%] [Ping:
  108. %ping%] [TPS: %tps%] [Version: %version%]'
  109. punishment-message: '%player% was punished for %check% %dev%(Type %type%)%dev% [VL:
  110. %vl%] [Ping: %ping%] [TPS: %tps%]'
  111.  
  112. # This section deals with the punishments.txt file
  113. punishment-file:
  114. # Whether or not the punishments.txt file is enabled.
  115. enabled: true
  116.  
  117. # This section deals with automatic violation resets
  118. violation-reset:
  119. # Whether or not violations should reset automatically
  120. enabled: true
  121. # The interval (in minutes) in which violations should automatically be reset.
  122. interval-in-minutes: 8
  123. # Whether or not a message will be sent when violations are reset (this is only sent to staff who have /alerts enabled).
  124. message-enabled: true
  125. # The message that is sent (only to staff with /alerts enabled) when violations are reset.
  126. message: '%prefix% &7Violations for all online players were reset!'
  127.  
  128. # This section deals with client brand alerts and client brand blacklisting.
  129. client-brand-alerts:
  130. # Whether or not Vulcan should even try to resolve the player's client brand - disabling this won't register
  131. # the messaging channel at all.
  132. resolve: true
  133. # Whether or not client brand alerts are enabled.
  134. enabled: true
  135. # A list of client brands for which alerts will not be sent for. This doesn't have to match exactly, i.e
  136. # 'lunar' will be able to pick up 'lunarclient', etc.
  137. ignore-alerts-list:
  138. - vanilla
  139. # The message sent when a player joins the server. Valid placeholder are %player (player name), %prefix% (plugin prefix),
  140. # %client-brand% (the user's client brand), and %client-version% (the user's client version).
  141. message: '%prefix% &c%player% &7joined using &f%client-brand%&7!'
  142. # A list of client brands that will not be allowed and will be kicked automatically when they join. This uses
  143. # string comparison so it doesnt need to be exact, for example, 'forge' will block Forge, 'lunar' will block lunar, etc.
  144. blocked-client-brands: fabric
  145. unallowed-client-brand-kick-message: '&cYou can''t join with &f%client-brand%! &7&oWe
  146. recommend using Optifine or Vanilla'
  147. # Whether or not client brand alerts should be sent to the console
  148. console: false
  149. # The message that should be printed to the console (if the above option is enabled)
  150. console-message: '[Vulcan] %player% joined using %client-brand%!'
  151. # Whether or not the client brand whitelist should be enabled. Anyone joining with a client brand that is not
  152. # included in the list below will not be allowed to join
  153. whitelist-enabled: false
  154. # The client brands that will be whitelisted This uses string comparison so it doesnt need to be exact, for example,
  155. # 'forge' will block Forge, 'lunar' will block lunar, etc.
  156. whitelisted-client-brands: []
  157. connection:
  158. transaction:
  159. kick-enabled: true
  160. max-delay: 45000
  161. kick-message: 'Internal Exception: io.netty.handler.timeout.ReadTimeoutException'
  162. staff-alert-message: '%prefix% &c%player% &7was kicked for not replying to Transaction
  163. Packets! &7(&c%delay%ms&7)'
  164. console-message: '[Vulcan] &c%player% &7was kicked for not replying to Transaction
  165. Packets! &7(&c%delay%ms&7)'
  166. keepalive:
  167. kick-enabled: true
  168. max-delay: 45000
  169. kick-message: 'Internal Exception: io.netty.handler.timeout.ReadTimeoutException'
  170. staff-alert-message: '%prefix% &c%player% &7was kicked for not replying to KeepAlive
  171. Packets! &7(&c%delay%ms&7)'
  172. console-message: '[Vulcan] &c%player% &7was kicked for not replying to KeepAlive
  173. Packets! &7(&c%delay%ms&7)'
  174. max-ping:
  175. kick-enabled: true
  176. max-ping: 20000
  177. max-ticks: 20
  178. kick-message: 'Internal Exception: io.netty.handler.timeout.ReadTimeoutException'
  179. staff-alert-message: '%prefix% &c%player% &7was kicked for having too high ping!
  180. &7(&c%ping%ms&7)'
  181. console-message: '[Vulcan] &c%player% &7kicked for having too high ping! &7(&c%ping%ms&7)'
  182.  
  183. # This section deals with punishment.s
  184. punishments:
  185. # The message that is sent when a player is punished (only sent to staff with /alerts enabled)
  186. message: '%prefix% &c%player% &7was punished for &f%check% &7(&fType %type%&7) &7[&4x%vl%&7]'
  187. # The message that will be broadcast to the whole server when a player is punished
  188. broadcast:
  189. - '&7&m---»--*-------------------------------------*--«---'
  190. - '&cVulcan &7has detected &c%player% &7to be cheating and has removed them from
  191. the network.'
  192. - '&7&m---»--*-------------------------------------*--«---'
  193.  
  194. #Judgement Day options
  195. judgement-days:
  196. # The message that wil be broadcast to the server when someone has executed /jday start
  197. started-broadcast:
  198. - '&7&m---»--*-------------------------------------*--«---'
  199. - '&cVulcan Judgement Day v1 has commenced...'
  200. - '&7&m---»--*-------------------------------------*--«---'
  201. # The message that will be broadcast to the server when the judgement day has ended.
  202. ended-broadcast:
  203. - '&7&m---»--*-------------------------------------*--«---'
  204. - '&cThe Judgement Day has ended... %amount% players were punished.'
  205. - '&7&m---»--*-------------------------------------*--«---'
  206. # The commands that will be executed, %player% indicates a player who was added to judgement day (/jday add (name)))
  207. commands:
  208. - ban %player% &c[Vulcan] Judgement Day v1
  209. # The broadcast that will be sent to the server when someone is punished in a judgement day.
  210. broadcast:
  211. - '&7&m---»--*-------------------------------------*--«---'
  212. - '&c%player% &7was banned for &c[Vulcan] Judgement Day v1&7.'
  213. - '&7&m---»--*-------------------------------------*--«---'
  214. # How long we should wait in between players who are queued in judgement days
  215. cooldown: 1000
  216. # Whether or not judgement days should run automatically at a specified interval (if the above is true)
  217. run-at-interval: false
  218. # If the above is true, the interval at which they should run (in ticks, 20 ticks = 1 second. default = 36000 ticks = 30mins)
  219. interval: 36000
  220. freeze:
  221. # A customizable list of commands that will be executed when a player logs out while frozen
  222. logged-out-while-frozen-commands: []
  223.  
  224. # Options regarding the join message
  225. join-message:
  226. # Whether or not the join message is enabled
  227. enabled: false
  228. # The message that will be sent when a player joins the server.
  229. message:
  230. - ''
  231. - '&4&lWARNING &cButterfly clicking is strongly discouraged and may result in a
  232. ban!'
  233. - ''
  234.  
  235. # Whether or not staff will /alerts enabled will be notified when players get kicked for any of these reasons by
  236. # Spigot itself (these are just messages, Vulcan is not actually kicking the player for any of these things)
  237. kick-alert-messages:
  238. enabled: true
  239. messages:
  240. flying-not-enabled: '%prefix% &c%player% &7was kicked for &bFlying is Not Enabled&7!'
  241. invalid-move-packet: '%prefix% &c%player% &7was kicked for &bInvalid Movement
  242. Packet&7!'
  243. too-many-packets: '%prefix% &c%player% &7was kicked for &bToo Many Packets&7!'
  244.  
  245. # GUI Options.
  246. gui:
  247. # Title of the main menu in /vulcan gui. Doesn't support color codes. /vulcan reload won't reload this value
  248. # since it's only initialized onEnable.
  249. title: Vulcan AntiCheat
  250.  
  251. # Whether or not ghost block fix should be enabled. Players will be set back and the blocks will be updated.
  252. ghost-blocks-fix:
  253. # Whether or not ghost block fix should be enabled at all.
  254. enabled: true
  255. # Whether or not Vulcan should try to account for ghost water blocks
  256. ghost-water-fix: true
  257. # Buffer settings
  258. buffer:
  259. max: 3
  260. decay: 0.1
  261. # Whether or not setbacks for ghost blocks should be enabled.
  262. setback: true
  263. # Whether or not block change packets should be sent around the bottom of the player reupdating the blocks below them
  264. update-blocks: false
  265. # How many ticks should they be in the air before being flagged as on a ghost block (default 3)
  266. ticks: 3
  267. # Whether or not the player will get sent a message when ghost blocks around them are updated
  268. message-enabled: false
  269. # The message that will get sent to players when they're on a ghost block (if the above is enabled)
  270. message: '&cYou were walking on a ghost block. It has been updated!'
  271. # Whether or not staff should be sent a message when someone is setback for being on a ghost block
  272. staff-message-enabled: true
  273. # The message that will be sent to staff when a player's position is updated for being on a ghost block.
  274. staff-message: '%prefix% &c%player%''s &7position was updated for being on a ghost
  275. block! (%world%, %x%, %y%, %z%) &7[%ticks%]'
  276. # Whether or not the ghost block message should be printed to console
  277. print-to-console: true
  278. # The message that is printed to console if the above is true.
  279. console-message: '%player% position was updated for being on a ghost block! (%world%,
  280. %x%, %y%, %z%) &7[%ticks%]'
  281.  
  282.  
  283. # Message options - these are all pretty self explanatory.
  284. messages:
  285. no-permission: '&cYou don''t have permission to execute this command!'
  286. cant-execute-from-console: '&cYou can''t execute this command from console!'
  287. ban-command-syntax: '%prefix% &7Proper Syntax: &c/vulcan ban (player)&7.'
  288. kb-command-syntax: '%prefix% &7Proper Syntax: &c/vulcan knockback (player) &8| &c/vulcan
  289. kb (player)&7.'
  290. profile-command-syntax: '%prefix% &7Proper Syntax: &c/vulcan profile (player)&7.'
  291. jday-command-syntax: '%prefix% &7Proper Syntax: &c/jday add (player) &8| &c/jday
  292. execute &8| &c/jday list &8| &c/jday remove (player)&7.'
  293. reload-success: '%prefix% &aSuccessfully reloaded Vulcan! (You may have to run this
  294. command twice to take effect)'
  295. invalid-target: '%prefix% &cThe specified player could not be found!'
  296. kb-test-success: '%prefix% &aSuccessfully performed knockback test on %player%!'
  297. jday-no-pending-bans: '%prefix% &cThere are no pending bans!'
  298. jday-added-to-list: '%prefix% &c%player% &7was successfully added to the list!'
  299. reset-command: '%prefix% &7Violations for all online players were reset!'
  300. no-next-page: '%prefix% &cThere is no next page!'
  301. no-previous-page: '%prefix% &cThere is no previous page!'
  302. enabled-all-checks: '%prefix% &aEnabled all checks!'
  303. disabled-all-checks: '%prefix% &cDisabled all checks!'
  304. enabled-all-punishments: '%prefix% &aEnabled all punishments!'
  305. disabled-all-punishments: '%prefix% &cDisabled all punishments!'
  306. disabled-check: '%prefix% &cDisabled check %check%!'
  307. enabled-check: '%prefix% &aEnabled check %check%!'
  308. disabled-punishment: '%prefix% &cDisabled punishment for %check%!'
  309. enabled-punishment: '%prefix% &aEnabled punishment for %check%!'
  310. disabled-hotbar-shuffle: '%prefix% &cHotbar shuffle for %check% disabled!'
  311. enabled-hotbar-shuffle: '%prefix% &aHotbar shuffle for %check% enabled!'
  312. disabled-random-rotation: '%prefix% &cRandom rotation for %check% disabled!'
  313. enabled-random-rotation: '%prefix% &aRandom rotation for %check% enabled!'
  314. disabled-broadcast-punishment: '%prefix% &cBroadcast punishment for %check% disabled!'
  315. enabled-broadcast-punishment: '%prefix% &aBroadcast punishment for %check% enabled!'
  316. must-be-an-integer: '&cMust be an integer!'
  317. must-be-positive: '&cMust be positive!'
  318. must-be-number: '&cMust be a number!'
  319. set-max-buffer: '%prefix% &aSet max buffer for %check% to %value%!'
  320. set-hotbar-shuffle-minimum-violations: '%prefix% &aSet minimum violations to shuffle
  321. hotbar for %check% to %value%!'
  322. set-hotbar-shuffle-interval: '%prefix% &aSet hotbar shuffle interval for %check%
  323. to %value%!'
  324. set-random-rotation-minimum-violations: '%prefix% &aSet minimum violations to randomly
  325. rotate for %check% to %value%!'
  326. set-random-rotation-interval: '%prefix% &aSet random rotation interval for %check%
  327. to %value%!'
  328. set-alert-interval: '%prefix% &aSet alert interval for %check% to %value%!'
  329. set-buffer-decay: '%prefix% &aSet buffer decay for %check% to %value%!'
  330. set-buffer-multiple: '%prefix% &aSet buffer multiple for %check% to %value%!'
  331. set-max-violations: '%prefix% &aSet max violations for %check% to %value%!'
  332. set-minimum-violations-to-alert: '%prefix% &aSet minimum violations to alert for
  333. %check% to %value%!'
  334. set-maximum-ping: '%prefix% &aSet maximum ping for %check% to %value%!'
  335. set-minimum-tps: '%prefix% &aSet minimum TPS for %check% to %value%!'
  336. removed-punishment-command: '%prefix% &aRemoved command %command% from check %check%!'
  337. invalid-index-number: '%prefix% &cInvalid index number!'
  338. stopped-editing-punishment-commands: '%prefix% &cStopped editing punishment commands!'
  339. added-punishment-command: '%prefix% &aAdded punishment command %command% to check
  340. %check%!'
  341. enter-punishment-command: '%prefix% &aEnter the command you want to add! Type STOP
  342. or CANCEL to exit!'
  343. remove-punishment-command: '%prefix% &cEnter the index of the command you want to
  344. remove. Type STOP or CANCEL to exit!'
  345. disable-check-command-syntax: '%prefix% &cProper Syntax: /vulcan disablecheck (check
  346. name) - case sensitive.'
  347. invalid-check: '%prefix% &cInvalid check name! Examples: AimA, BadPacketsF, AutoClickerJ.'
  348. removed-check: '%prefix% &cDisabled check %check%!'
  349. violations-command-syntax: '%prefix% &cProper Syntax: /vulcan violations (player)'
  350. no-logs: '%prefix% &cThis player set off no logs!'
  351. cps-command-syntax: '%prefix% &cProper Syntax: /vulcan cps (player)'
  352. connection-command-syntax: '%prefix% &cProper Syntax: /vulcan connection (player)'
  353. logs-command-syntax: '%prefix% &cProper Syntax: /logs (player) (page)'
  354. no-logs-file: '%prefix% &cThere is no logs file!'
  355. logs-command-no-logs: '%prefix% &cThere were no logs found for %player%!'
  356. no-page: '%prefix% &cThere is no page %page% for %player%!'
  357. update-available: '%prefix% &7A new update for &cVulcan &7is available! (&cv%new-version%&7)'
  358. latest-version: '%prefix% &aYou are running the latest version of Vulcan!'
  359. injection-failure: You joined too quickly. Please try again!
  360. frozen: '&cYou are frozen! Please await instructions from staff.'
  361. logged-out-while-frozen: '%prefix% &c%player% logged out while frozen!'
  362. froze: '%prefix% &7You froze &a%player%&7!'
  363. unfroze: '%prefix% &7You unfroze &c%player%!'
  364. freeze-command-syntax: '%prefix% &cProper Syntax: /vulcan freeze (player)'
  365. shuffle-command-syntax: '%prefix% &cProper Syntax: /vulcan shuffle (player)'
  366. shuffled-hotbar: '%prefix% &aSuccessfully shuffled hotbar for %player%!'
  367. rotate-command-syntax: '%prefix% &cProper Syntax: /vulcan rotate (player)'
  368. randomly-rotated: '%prefix% &aSuccessfully rotated %player%!'
  369. reset-command-syntax: '%prefix% &cProper Syntax: /vulcan reset (player)'
  370. violations-reset: '%prefix% &aSuccessfully reset violations for %player%!'
  371. unknown-command: '%prefix% &cUnknown command!'
  372. unfroze-staff-broadcast: '%prefix% &c%player% &7was unfrozen by &c%staff%&7!'
  373. froze-staff-broadcast: '%prefix% &c%player% &7was frozen by &c%staff%&7!'
  374. removed-from-jday: '%prefix% &aSuccesfully removed %player% from Judgement Day!'
  375. jday-remove-syntax: '%prefix% &cProper Syntax: /jday remove (player)'
  376. punishlogs-syntax: '%prefix% &cProper Syntax: /punishlogs (player)'
  377.  
  378. # Command configuration options.
  379. commands:
  380. # Vulcan help command message.
  381. help:
  382. - '&7&m---»--*-------------------------------------*--«---'
  383. - '&cVulcan Cheat Detection v%version% by &cfrep (frap#0002)'
  384. - '&r'
  385. - '&c/vulcan help &8- &7Opens this help menu'
  386. - '&c/vulcan menu &8| &c/vulcan gui &8- &7Open Vulcan''s GUI'
  387. - '&c/vulcan profile &8 - &7Show''s a player''s Vulcan profile.'
  388. - '&c/vulcan ban (player) &8- &7Ban a player through Vulcan.'
  389. - '&c/vulcan reload &8- &7Reload all files.'
  390. - '&c/vulcan disablecheck (check) &8- &7Disables a check (case sensitive).'
  391. - '&c/vulcan violations (player) &8- &7Shows all violations of the specified player.'
  392. - '&c/vulcan cps (player) &8- &7Displays the CPS of the player.'
  393. - '&c/vulcan kb (player) &8 | &c/vulcan knockback (player) &8- &7Applies knockback
  394. to a player.'
  395. - '&c/vulcan checks &8- &7Shows all enabled checks.'
  396. - '&c/vulcan connection (player) &8- &7Shows connection info of the player.'
  397. - '&c/vulcan freeze (player) &8- &7Freezes/unfreezes a player.'
  398. - '&c/vulcan rotate (player) &8- &7Randomly rotates a player''s yaw/pitch.'
  399. - '&c/vulcan shuffle (player) &8- &7Randomly shuffle a player''s hotbar slot.'
  400. - '&c/vulcan top &8- &7Display the players with highest violations for each category.'
  401. - '&r'
  402. - '&c/jday add (name) &8- &7Adds a player to Judgement Day.'
  403. - '&c/jday execute &8- &7Executes a Judgement Day.'
  404. - ''
  405. - '&c/verbose &8- &7Turn on and off verbose notifications.'
  406. - '&c/alerts &8- &7Turn on and off cheat alerts.'
  407. - '&7&m---»--*-------------------------------------*--«---'
  408. ban:
  409. # The commands that will be executed when /vulcan ban (player) is executed
  410. commands:
  411. - ban %player% &c[Vulcan] Unfair Advantage
  412. # The messages that will be broadcast when /vulcan ban (player) is executed
  413. broadcast:
  414. - '&7&m---»--*-------------------------------------*--«---'
  415. - '&cVulcan &7has detected &c%player% &7to be cheating and has removed them from
  416. the network.'
  417. - '&7&m---»--*-------------------------------------*--«---'
  418. # Options for the /vulcan profile (name) command
  419. profile:
  420. - '&7&m---»--*-------------------------------------*--«---'
  421. - '&cVulcan Profile for %player%:'
  422. - ' &8» &7%uuid%'
  423. - ''
  424. - '&7Version: &c%client-version%'
  425. - '&7Client Brand: &c%client-brand%'
  426. - '&7Sensitivity: &c%sensitivity%%'
  427. - '&7Last CPS: &c%cps% CPS'
  428. - ''
  429. - '&7Total Violations (&c%total-violations%&7):'
  430. - ' &8» &7Combat: &c%combat-violations%'
  431. - ' &8» &7Movement: &c%movement-violations%'
  432. - ' &8» &7Player: &c%player-violations%'
  433. - ''
  434. - '&7Collisions:'
  435. - '&8» &7Nearby Blocks: %nearby-blocks%'
  436. - '&8» &7Nearby Entities: %nearby-entities%'
  437. - ''
  438. - '&7Potion Effects: %potion-effects%'
  439. - '&7&m---»--*-------------------------------------*--«---'
  440. cps: '%prefix% &7CPS for &c%player%&7: &c%cps%'
  441. connection:
  442. - '&7&m---»--*-------------------------------------*--«---'
  443. - '&cConnection Information for %player%:'
  444. - ''
  445. - '&7Transaction Ping: &c%transaction-ping%ms'
  446. - '&7KeepAlive Ping: &c%keepalive-ping%ms'
  447. - ''
  448. - '&7Last Replied Transaction: &c%last-replied-transaction%ms ago'
  449. - '&7Queued Transactions: &c%queued-transactions%'
  450. - ''
  451. - '&7Flying Delay: &c%flying-delay%ms'
  452. - '&7&m---»--*-------------------------------------*--«---'
  453. logs:
  454. color: '&7'
  455. header-footer: '&7&m---»--*--&r&7[ Logs for &c%player% &7(&c%page%&8/&c%max-pages%&7)
  456. &7]&7&m--*--«---'
  457. top:
  458. - '&7&m---»--*-------------------------------------*--«---'
  459. - '&cTop Total Violations:'
  460. - ' &8- &7%total-1-name% &7(&c%total-1-violations% VL&7)'
  461. - ' &8- &7%total-2-name% &7(&c%total-2-violations% VL&7)'
  462. - ' &8- &7%total-3-name% &7(&c%total-3-violations% VL&7)'
  463. - ' &8- &7%total-4-name% &7(&c%total-4-violations% VL&7)'
  464. - ' &8- &7%total-5-name% &7(&c%total-5-violations% VL&7)'
  465. - ''
  466. - '&cTop Combat Violations:'
  467. - ' &8- &7%combat-1-name% &7(&c%combat-1-violations% VL&7)'
  468. - ' &8- &7%combat-2-name% &7(&c%combat-2-violations% VL&7)'
  469. - ' &8- &7%combat-3-name% &7(&c%combat-3-violations% VL&7)'
  470. - ' &8- &7%combat-4-name% &7(&c%combat-4-violations% VL&7)'
  471. - ' &8- &7%combat-5-name% &7(&c%combat-5-violations% VL&7)'
  472. - ''
  473. - '&cTop Movement Violations:'
  474. - ' &8- &7%movement-1-name% &7(&c%movement-1-violations% VL&7)'
  475. - ' &8- &7%movement-2-name% &7(&c%movement-2-violations% VL&7)'
  476. - ' &8- &7%movement-3-name% &7(&c%movement-3-violations% VL&7)'
  477. - ' &8- &7%movement-4-name% &7(&c%movement-4-violations% VL&7)'
  478. - ' &8- &7%movement-5-name% &7(&c%movement-5-violations% VL&7)'
  479. - ''
  480. - '&cTop Player Violations:'
  481. - ' &8- &7%player-1-name% &7(&c%player-1-violations% VL&7)'
  482. - ' &8- &7%player-2-name% &7(&c%player-2-violations% VL&7)'
  483. - ' &8- &7%player-3-name% &7(&c%player-3-violations% VL&7)'
  484. - ' &8- &7%player-4-name% &7(&c%player-4-violations% VL&7)'
  485. - ' &8- &7%player-5-name% &7(&c%player-5-violations% VL&7)'
  486. - '&7&m---»--*-------------------------------------*--«---'
  487. jday:
  488. list-header-footer: '&7&m---»--*-------------------------------------*--«---'
  489. list-format: ' &8- &7%name%'
  490. punishlogs:
  491. header-footer: '&7&m---»--*--&r&7[ Punishment Logs for &c%player% &7]&7&m--*--«---'
  492. punishment-statistics-broadcast:
  493. # Whether or not Vulcan should broadcast how many players it has punished.
  494. enabled: false
  495. # The interval at which the message should be broadcasted in (in ticks) (default = 18000 = 15min)
  496. interval: 18000
  497. # The message that should be broadcasted
  498. broadcast:
  499. - '&7&m---»--*-------------------------------------*--«---'
  500. - '&7In the past 7 days, &cVulcan &7has punished &c%amount% &7players.'
  501. - '&7&m---»--*-------------------------------------*--«---'
  502.  
  503. # Some simple settings
  504. settings:
  505. # Whether or not alerts will automatically be enabled on-join for players who have the permission "vulcan.alerts"
  506. toggle-alerts-on-join: true
  507. # Whether or not the severity placeholder should be based off of per-check violations or the total violations of the player
  508. per-check-severities: true
  509. # Whether or not cinematic mode will be checked for certain aim checks. This isn't really a big deal and can be
  510. # left disabled as this will pretty much NEVER happen unless done intentionally. Enabling this will slow
  511. # detection speeds for certain checks.
  512. cinematic: false
  513. # This is just here in case I forget to remove a debug message when I post an update. If I forget to remove a debug
  514. # message and you see [Vulcan Debug] on your server, disable this (it won't effect you if this is enabled or disabled
  515. # unless I forget to remove a debug message, but if you see [Vulcan Debug] in chat, then set this to false and reload).
  516. debug: true
  517. # Whether or not 'A new update is available!' message will be set on join for players with 'vulcan.admin' permission
  518. check-for-updates: true
  519. # A setting for PacketEvents, we may ask you to change this if you're having issues injecting. If everything is working
  520. # fine, don't touch this.
  521. inject-early: true
  522. # This is the time (in ticks - 20 ticks per second - default value is 80 (4 seconds)) of how long players should be exempt from certain
  523. # checks after velocity gets applied to them via another plugin or something (such as Launchpads, crate plugins, etc etc).
  524. max-velocity-ticks: 50
  525. # This is the max file size (in KB) before the violations.txt should be zipped and put into the logs folder
  526. max-logs-file-size: 7500
  527. # If you have a bungee network and want to have a specific server name for punishment/alert messages, etc
  528. server-name: Default
  529. # Whether or not alert messages should be sent on the main thread or asynchronously. If your server is on bungee, it is recommended to keep this
  530. # disabled as sending large chat component messages with so much info (hover, click commands, etc) like the alert commands can
  531. # sometimes cause people to be kicked for 'The server you were on has went down' or something.
  532. # TLDR:
  533. # - Bungeecord Networks: leave this FALSE
  534. # - Single servers: set this to TRUE to save some performance
  535. async-alerts: false
  536. # Whether or not the API should be enabled. If you want to hook into Vulcan and do anything fancy, then enable this, however
  537. # the majority of people will never use this and disabling it allows for less runnables and more performance as the events dont
  538. # need to be called at all (they are also forced to be called sync, so this is a win win performance gain)
  539. enable-api: false
  540. # Whether or not the update checker should be enabled
  541. update-checker: true
  542. # The delay in milliseconds (1000ms = 1 second)
  543. punishment-delay: 10000
  544. # Whether or not Vulcan should automatically ignore Bedrock players using Floodgate's API.
  545. ignore-floodgate: true
  546. # This is highly highly recommended to keep false as it can be spoofed by the client, however, if you're using Geyser and
  547. # for whatever reason can't get Floodgate to work, then enable this. If you have floodgate-bukkit on your server
  548. # and Geyser is working fine, then don't touch this.
  549. ignore-flags-geyser-client-brand: false
  550. # How long we should wait for everything to initialize before players start being checked (in milliseconds). Default
  551. # value is 2500ms.
  552. join-check-wait-time: 2500
  553. # Whether or not players with UUID's starting with '000000' should be ignored and not flagged - used for exemptions of
  554. # Geyser players if all else fails.
  555. ignore-geyser-uuids: true
  556. # Whether or not we should ignore flags for players whose usernames start with a certain character/string of characters
  557. ignore-geyser-prefixes: true
  558. # The string to be ignored - all players names who start with a * will not be flagged (case sensitive if not symbols)
  559. ignore-geyser-prefix: '*'
  560. # The max violation (violations above this won't be sent)
  561. max-alert-violation: 250
  562. # How long should people be exempt from checks when they were in /fly (default = 40 ticks, 2 seconds)
  563. flight-cooldown: 40
  564. # What the /vulcan top command should display if there aren't enough users for it to sort
  565. top-command-unresolved: Unresolved
  566. # Whether or not players who are in the judgement day queue should be able to be banned again.
  567. ignore-if-in-judgement-day: false
  568. # Whether or not players who join with Vivecraft should be ignored. Be careful with this as it can be spoofed.
  569. ignore-vivecraft: false
  570. # Scaffolding are really broken blocks, whether or not we should be more lenient for them for certain checks.
  571. lenient-scaffolding: true
  572. # Whether or not Vulcan should account for server lag spikes for certain checks (beta feature)
  573. server-lag-spike: false
  574. # Whether or not bStats should be loaded
  575. bstats: true
  576. # Whether or not Vulcan should account for entity collisions
  577. entity-collision: true
  578. # Whether or not Vulcan should hook into mcMMO if it is available.
  579. hook-mcmmo: true
  580. # Whether or not Vulcan should hook into MythicMobs if it is available.
  581. hook-mythicmobs: true
  582. # Whether or not Vulcan should hook into GSit if it is available
  583. hook-gsit: true
  584. # Whether or not Vulcan should hook with Brewery if available
  585. hook-brewery: true
  586. # Whether or not Vulcan should ignore alerts for violations which are greater than the max violations threshold
  587. ignore-alerts-over-max-violations: false
  588. # The amount greater than the max violations that should be ignored (example, 3 would mean that if the max violations
  589. # was set to 10, alerts greater than VL 13 would be ignored)
  590. ignore-alerts-over-max-violations-amount: 3
  591. # Whether or not Vulcan should warn you if you may be using an incompatible spigot fork.
  592. incompatability-manager: true
  593. # Whether or not Vulcan should send plugin messages
  594. plugin-messaging: true
  595. # Whether or not Vulcan should setback players when they are lower than their last onGround position (this can lead to
  596. # things such as anti-voids, so not particularly recommended if you have something like a SkyWars/BedWars server)
  597. dont-setback-lower-positions: false
  598. hooks:
  599. ######################################################################################################################
  600. # Discord Configuration #
  601. # enable-hook: Enable/Disable discord support. You must have DiscordBotAPI installed. #
  602. # Requires https://www.spigotmc.org/resources/discordbotapi.86518/ #
  603. ######################################################################################################################
  604. discord:
  605. enable-hook: false
  606. alerts-channel-id: channel_id_here
  607. punishment-channel-id: channel_id_here
  608. command-prefix: '!vulcan'
  609. alerts-format:
  610. color: ORANGE
  611. title: Vulcan Alert
  612. description: '%player% failed %check% (Type: %type%) (VL:%vl%)'
  613. image: https://crafatar.com/avatars/%uuid%
  614. content:
  615. - Info|%info%|false
  616. - Location|%world% - X:%x%, Y:%y%, Z:%z%|false
  617. - Client Version|%client-version%|false
  618. - Client Brand|%client-brand%|false
  619. - Client Ping|%ping%|false
  620. - Server TPS|%tps%|false
  621. punishment-format:
  622. color: RED
  623. title: Vulcan Punishment
  624. description: '%player% was banned for %check% (Type: %type%) (VL:%vl%)'
  625. image: https://crafatar.com/avatars/%uuid%
  626. ######################################################################################################################
  627. # Discord Webhook Configuration #
  628. ######################################################################################################################
  629. discord-webhook:
  630. alerts:
  631. enabled: false
  632. url: insert-webhook-url-here
  633. avatar: https://i.imgur.com/JPG1Kwk.png
  634. thumbnail: http://cravatar.eu/avatar/%name%/64.png
  635. color-r: 252
  636. color-g: 140
  637. color-b: 3
  638. username: Vulcan
  639. title: Vulcan Alert
  640. description: '**%player%** failed %check% %dev%(Type %type%)%dev% [%vl%/%max-vl%]'
  641. content: ''
  642. information-field: false
  643. client-version-field: true
  644. client-brand-field: true
  645. server-name-field: false
  646. description-field: false
  647. location-field: true
  648. ping-tps-field: true
  649. punishments:
  650. enabled: false
  651. url: insert-webhook-url-here
  652. avatar: https://i.imgur.com/JPG1Kwk.png
  653. thumbnail: http://cravatar.eu/avatar/%name%/64.png
  654. color-r: 255
  655. color-g: 0
  656. color-b: 0
  657. username: Vulcan
  658. title: Vulcan Punishment
  659. description: '**%player%** was punished for %check% (Type %type%) [VL: %vl%]'
  660. content: ''
  661. description-field: false
  662. server-name-field: false
  663. client-brand-field: false
  664. client-version-field: false
  665. ping-tps-field: false
  666. location-field: false
  667.  
  668. ########################################################################################################################
  669. # AbstractCheck Configuration. Almost all of these options are editable live in game via /vulcan gui
  670. # enabled: Whether or not the check is enabled or disabled
  671. # punishable: Whether or not the commands will be executed when the max-violations is reached
  672. # broadcast-punishment: Whether or not the punishment broadcast (found above) should be sent when the max-violations is reached
  673. # max-violations: The max violations threshold; when this is hit, the punishment-commands will be executed (if punishable is set to true)
  674. # alert-interval: How often alerts for this check will be sent, for example, 2 will only send alerts for VL 2, 4, 6, 8, 3 will send alerts
  675. # for violations 3, 6, 9, 12, etc. If you want to reduce the spam in the chat, then you can use this.
  676. # dont-alert-until: This will make it so that only alerts greater than this value are sent. For example, if you set this to 6,
  677. # then only alerts 6 and higher would be sent (anything less than that is still logged, but not sent to staff)
  678. # maximum-ping: 100000 is the default value and your ping can't go higher than this without being kicked for KeepAlive timeout.
  679. # You won't really ever need to change this as ping doesn't really effect any checks and this can open the possibility
  680. # of bypasses with ping spoof, however, the option is here nonetheless.
  681. # minimum-tps: If the TPS is lower than this value, the check won't fire.
  682. #
  683. # buffer:
  684. # max: Buffer is how many times the player needs to 'fail' the check in order to actually alert. This is basically how
  685. # sensitive the check is. I recommend keeping these as default, but if you want the anticheat to be a little more
  686. # sensitive or less sensitive you can play with them a little. Don't set them too low or too high or else there will be
  687. # too many false flags or it just won't flag at all.
  688. # multiple: This is what the buffer gets multiplied by after an alert is sent. For example, if you set it to 1, then it wouldn't
  689. # do anything since (1 * x) is just x. You can also change this if you want alerts to happen slower, for example
  690. # setting it to 0 would make it so when a player reaches the max buffer of 5 for example, their buffer is set to 0
  691. # instead of 2.5 (as it would be if the multiple was .5 and not 0.
  692. # decay: How much the buffer should decay if the player doesn't fail the check. Again, don't really touch this if you don't
  693. # know what you're doing as you can cause checks to either not flag at all or false positive a lot. You need to have a
  694. # balanced ratio of increasing buffers and decaying the buffer. What we mean by this is that having the decay as 1
  695. # and increasing the buffer by 1 isn't really balanced as you can just cheat for a tick and then not do anything and
  696. # you will bypass. On the other hand, a buffer decay of .1 against an increase of one is much more balanced as it ensures
  697. # that people who constantly fail the checks will continue to alert and be punished yet any little errors will be
  698. # filtered out and not alert.
  699. # hotbar-shuffle:
  700. # enabled: Whether or not this feature will be enabled. For me.frep.vulcan.spigot.check.impl.combat checks, if the player is failing the check, this will
  701. # shuffle around the item in their hand. Funny to watch as they try to frantically figure out what's going on
  702. # minimum-vl-to-shuffle: The minimum violations that a player has to be at in order for this feature to function.
  703. # shuffle-every: Interval at which this feature will be executed.
  704. #
  705. # random-rotation:
  706. # enabled: Whether or not this feature will be enabled. When players fail me.frep.vulcan.spigot.check.impl.combat checks, their head will be thrown around
  707. # to random locations. Again, pretty funny to watch.
  708. # minimum-vl-to-randomly-rotate: Minimum violations which the player needs to be at in order for this feature to work.
  709. # rotate-every: Interval at which this will be executed.
  710. # For any questions on configuration, please join our Discord or send me on a pm! https://discord.gg/SCNuwUG | frap#0002
  711. ########################################################################################################################
  712. checks:
  713. combat:
  714. aim:
  715. a:
  716. enabled: true
  717. punishable: true
  718. discord-alert-interval: 1
  719. broadcast-punishment: false
  720. max-violations: 3
  721. alert-interval: 1
  722. dont-alert-until: 1
  723. maximum-ping: 100000
  724. minimum-tps: 19.0
  725. punishment-commands:
  726. - vulcan reset %player%
  727. - kick %player% &c[Vulcan] Unfair Advantage
  728. buffer:
  729. max: 3
  730. multiple: 0.75
  731. decay: 0.5
  732. hotbar-shuffle:
  733. enabled: false
  734. minimum-vl-to-shuffle: 2
  735. shuffle-every: 2
  736. random-rotation:
  737. enabled: false
  738. minimum-vl-to-randomly-rotate: 2
  739. rotate-every: 2
  740. b:
  741. enabled: true
  742. punishable: true
  743. discord-alert-interval: 1
  744. broadcast-punishment: false
  745. max-violations: 8
  746. alert-interval: 1
  747. dont-alert-until: 1
  748. maximum-ping: 100000
  749. minimum-tps: 19.0
  750. punishment-commands:
  751. - kick %player% &c[Vulcan] Unfair Advantage
  752. buffer:
  753. max: 6
  754. multiple: 0.5
  755. decay: 0.65
  756. hotbar-shuffle:
  757. enabled: false
  758. minimum-vl-to-shuffle: 2
  759. shuffle-every: 2
  760. random-rotation:
  761. enabled: false
  762. minimum-vl-to-randomly-rotate: 2
  763. rotate-every: 2
  764. c:
  765. enabled: true
  766. punishable: true
  767. discord-alert-interval: 1
  768. broadcast-punishment: false
  769. max-violations: 5
  770. alert-interval: 1
  771. dont-alert-until: 1
  772. maximum-ping: 100000
  773. minimum-tps: 19.0
  774. punishment-commands:
  775. - kick %player% &c[Vulcan] Unfair Advantage
  776. buffer:
  777. max: 5
  778. multiple: 0.5
  779. decay: 0.75
  780. hotbar-shuffle:
  781. enabled: false
  782. minimum-vl-to-shuffle: 2
  783. shuffle-every: 2
  784. random-rotation:
  785. enabled: false
  786. minimum-vl-to-randomly-rotate: 2
  787. rotate-every: 2
  788. d:
  789. enabled: true
  790. punishable: true
  791. discord-alert-interval: 1
  792. broadcast-punishment: false
  793. max-violations: 10
  794. alert-interval: 1
  795. dont-alert-until: 1
  796. maximum-ping: 100000
  797. minimum-tps: 19.0
  798. punishment-commands:
  799. - kick %player% &c[Vulcan] Unfair Advantage
  800. buffer:
  801. max: 8
  802. multiple: 0.5
  803. decay: 0.75
  804. hotbar-shuffle:
  805. enabled: false
  806. minimum-vl-to-shuffle: 2
  807. shuffle-every: 2
  808. random-rotation:
  809. enabled: false
  810. minimum-vl-to-randomly-rotate: 2
  811. rotate-every: 2
  812. e:
  813. enabled: true
  814. punishable: true
  815. discord-alert-interval: 1
  816. broadcast-punishment: false
  817. max-violations: 3
  818. alert-interval: 1
  819. dont-alert-until: 1
  820. maximum-ping: 100000
  821. minimum-tps: 19.0
  822. punishment-commands:
  823. - kick %player% &c[Vulcan] Unfair Advantage
  824. buffer:
  825. max: 4
  826. multiple: 0.75
  827. decay: 0.25
  828. hotbar-shuffle:
  829. enabled: false
  830. minimum-vl-to-shuffle: 2
  831. shuffle-every: 2
  832. random-rotation:
  833. enabled: false
  834. minimum-vl-to-randomly-rotate: 2
  835. rotate-every: 2
  836. f:
  837. enabled: true
  838. punishable: true
  839. discord-alert-interval: 1
  840. broadcast-punishment: false
  841. max-violations: 10
  842. alert-interval: 1
  843. dont-alert-until: 1
  844. maximum-ping: 100000
  845. minimum-tps: 19.0
  846. punishment-commands:
  847. - kick %player% &c[Vulcan] Unfair Advantage
  848. buffer:
  849. max: 12
  850. multiple: 0.5
  851. decay: 0.45
  852. hotbar-shuffle:
  853. enabled: false
  854. minimum-vl-to-shuffle: 2
  855. shuffle-every: 2
  856. random-rotation:
  857. enabled: false
  858. minimum-vl-to-randomly-rotate: 2
  859. rotate-every: 2
  860. g:
  861. enabled: true
  862. punishable: true
  863. discord-alert-interval: 1
  864. broadcast-punishment: false
  865. max-violations: 5
  866. alert-interval: 1
  867. dont-alert-until: 1
  868. maximum-ping: 100000
  869. minimum-tps: 19.0
  870. punishment-commands:
  871. - kick %player% &c[Vulcan] Unfair Advantage
  872. buffer:
  873. max: 4
  874. multiple: 0.5
  875. decay: 0.75
  876. hotbar-shuffle:
  877. enabled: false
  878. minimum-vl-to-shuffle: 2
  879. shuffle-every: 2
  880. random-rotation:
  881. enabled: false
  882. minimum-vl-to-randomly-rotate: 2
  883. rotate-every: 2
  884. h:
  885. enabled: true
  886. punishable: true
  887. discord-alert-interval: 1
  888. broadcast-punishment: false
  889. max-violations: 10
  890. alert-interval: 1
  891. dont-alert-until: 1
  892. maximum-ping: 100000
  893. minimum-tps: 19.0
  894. punishment-commands:
  895. - kick %player% &c[Vulcan] Unfair Advantage
  896. buffer:
  897. max: 7
  898. multiple: 0.5
  899. decay: 0.75
  900. hotbar-shuffle:
  901. enabled: false
  902. minimum-vl-to-shuffle: 2
  903. shuffle-every: 2
  904. random-rotation:
  905. enabled: false
  906. minimum-vl-to-randomly-rotate: 2
  907. rotate-every: 2
  908. i:
  909. enabled: true
  910. punishable: true
  911. discord-alert-interval: 1
  912. broadcast-punishment: false
  913. max-violations: 10
  914. alert-interval: 1
  915. dont-alert-until: 1
  916. maximum-ping: 100000
  917. minimum-tps: 19.0
  918. punishment-commands:
  919. - kick %player% &c[Vulcan] Unfair Advantage
  920. buffer:
  921. max: 7
  922. multiple: 0.5
  923. decay: 0.75
  924. hotbar-shuffle:
  925. enabled: false
  926. minimum-vl-to-shuffle: 2
  927. shuffle-every: 2
  928. random-rotation:
  929. enabled: false
  930. minimum-vl-to-randomly-rotate: 2
  931. rotate-every: 2
  932. k:
  933. enabled: true
  934. punishable: true
  935. discord-alert-interval: 1
  936. broadcast-punishment: false
  937. max-violations: 15
  938. alert-interval: 1
  939. dont-alert-until: 1
  940. maximum-ping: 100000
  941. minimum-tps: 19.0
  942. punishment-commands:
  943. - kick %player% &c[Vulcan] Unfair Advantage
  944. buffer:
  945. max: 6
  946. multiple: 0.5
  947. decay: 0.25
  948. hotbar-shuffle:
  949. enabled: false
  950. minimum-vl-to-shuffle: 2
  951. shuffle-every: 2
  952. random-rotation:
  953. enabled: false
  954. minimum-vl-to-randomly-rotate: 2
  955. rotate-every: 2
  956. l:
  957. enabled: true
  958. punishable: true
  959. discord-alert-interval: 1
  960. broadcast-punishment: false
  961. max-violations: 5
  962. alert-interval: 1
  963. dont-alert-until: 1
  964. maximum-ping: 100000
  965. minimum-tps: 19.0
  966. punishment-commands:
  967. - kick %player% &c[Vulcan] Unfair Advantage
  968. buffer:
  969. max: 10
  970. multiple: 0.45
  971. hotbar-shuffle:
  972. enabled: false
  973. minimum-vl-to-shuffle: 2
  974. shuffle-every: 2
  975. random-rotation:
  976. enabled: false
  977. minimum-vl-to-randomly-rotate: 2
  978. rotate-every: 2
  979. m:
  980. enabled: true
  981. punishable: true
  982. discord-alert-interval: 1
  983. broadcast-punishment: false
  984. max-violations: 3
  985. alert-interval: 1
  986. dont-alert-until: 1
  987. maximum-ping: 100000
  988. minimum-tps: 19.0
  989. punishment-commands:
  990. - kick %player% &c[Vulcan] Unfair Advantage
  991. buffer:
  992. max: 2
  993. multiple: 0.4
  994. decay: 0.25
  995. hotbar-shuffle:
  996. enabled: false
  997. minimum-vl-to-shuffle: 2
  998. shuffle-every: 2
  999. random-rotation:
  1000. enabled: false
  1001. minimum-vl-to-randomly-rotate: 2
  1002. rotate-every: 2
  1003. n:
  1004. enabled: true
  1005. punishable: true
  1006. discord-alert-interval: 1
  1007. broadcast-punishment: false
  1008. max-violations: 10
  1009. alert-interval: 1
  1010. dont-alert-until: 1
  1011. maximum-ping: 100000
  1012. minimum-tps: 19.0
  1013. punishment-commands:
  1014. - kick %player% &c[Vulcan] Unfair Advantage
  1015. buffer:
  1016. max: 5
  1017. multiple: 0.5
  1018. decay: 0.5
  1019. hotbar-shuffle:
  1020. enabled: false
  1021. minimum-vl-to-shuffle: 2
  1022. shuffle-every: 2
  1023. random-rotation:
  1024. enabled: false
  1025. minimum-vl-to-randomly-rotate: 2
  1026. rotate-every: 2
  1027. o:
  1028. enabled: true
  1029. punishable: true
  1030. discord-alert-interval: 1
  1031. broadcast-punishment: false
  1032. max-violations: 10
  1033. alert-interval: 1
  1034. dont-alert-until: 1
  1035. maximum-ping: 100000
  1036. minimum-tps: 19.0
  1037. punishment-commands:
  1038. - kick %player% &c[Vulcan] Unfair Advantage
  1039. buffer:
  1040. max: 5
  1041. multiple: 0.5
  1042. decay: 0.25
  1043. hotbar-shuffle:
  1044. enabled: false
  1045. minimum-vl-to-shuffle: 2
  1046. shuffle-every: 2
  1047. random-rotation:
  1048. enabled: false
  1049. minimum-vl-to-randomly-rotate: 2
  1050. rotate-every: 2
  1051. p:
  1052. enabled: true
  1053. punishable: true
  1054. discord-alert-interval: 1
  1055. broadcast-punishment: false
  1056. max-violations: 5
  1057. alert-interval: 1
  1058. dont-alert-until: 1
  1059. maximum-ping: 100000
  1060. minimum-tps: 19.0
  1061. punishment-commands:
  1062. - kick %player% &c[Vulcan] Unfair Advantage
  1063. buffer:
  1064. max: 2
  1065. multiple: 0.4
  1066. decay: 0.25
  1067. hotbar-shuffle:
  1068. enabled: false
  1069. minimum-vl-to-shuffle: 2
  1070. shuffle-every: 2
  1071. random-rotation:
  1072. enabled: false
  1073. minimum-vl-to-randomly-rotate: 2
  1074. rotate-every: 2
  1075. q:
  1076. enabled: true
  1077. punishable: true
  1078. discord-alert-interval: 1
  1079. broadcast-punishment: false
  1080. max-violations: 5
  1081. alert-interval: 1
  1082. dont-alert-until: 1
  1083. maximum-ping: 100000
  1084. minimum-tps: 19.0
  1085. punishment-commands:
  1086. - kick %player% &c[Vulcan] Unfair Advantage
  1087. buffer:
  1088. max: 6
  1089. multiple: 0.5
  1090. decay: 0.25
  1091. hotbar-shuffle:
  1092. enabled: false
  1093. minimum-vl-to-shuffle: 2
  1094. shuffle-every: 2
  1095. random-rotation:
  1096. enabled: false
  1097. minimum-vl-to-randomly-rotate: 2
  1098. rotate-every: 2
  1099. r:
  1100. enabled: true
  1101. punishable: true
  1102. discord-alert-interval: 1
  1103. broadcast-punishment: false
  1104. max-violations: 5
  1105. alert-interval: 1
  1106. dont-alert-until: 1
  1107. maximum-ping: 100000
  1108. minimum-tps: 19.0
  1109. punishment-commands:
  1110. - kick %player% &c[Vulcan] Unfair Advantage
  1111. buffer:
  1112. max: 20
  1113. multiple: 0.3
  1114. decay: 0.5
  1115. hotbar-shuffle:
  1116. enabled: false
  1117. minimum-vl-to-shuffle: 2
  1118. shuffle-every: 2
  1119. random-rotation:
  1120. enabled: false
  1121. minimum-vl-to-randomly-rotate: 2
  1122. rotate-every: 2
  1123. s:
  1124. enabled: true
  1125. punishable: true
  1126. discord-alert-interval: 1
  1127. broadcast-punishment: false
  1128. max-violations: 5
  1129. alert-interval: 1
  1130. dont-alert-until: 1
  1131. maximum-ping: 100000
  1132. minimum-tps: 19.0
  1133. punishment-commands:
  1134. - kick %player% &c[Vulcan] Unfair Advantage
  1135. buffer:
  1136. max: 20
  1137. multiple: 0.25
  1138. decay: 0.5
  1139. hotbar-shuffle:
  1140. enabled: false
  1141. minimum-vl-to-shuffle: 2
  1142. shuffle-every: 2
  1143. random-rotation:
  1144. enabled: false
  1145. minimum-vl-to-randomly-rotate: 2
  1146. rotate-every: 2
  1147. u:
  1148. enabled: true
  1149. punishable: true
  1150. discord-alert-interval: 1
  1151. broadcast-punishment: false
  1152. max-violations: 1
  1153. alert-interval: 1
  1154. dont-alert-until: 1
  1155. maximum-ping: 100000
  1156. minimum-tps: 19.0
  1157. punishment-commands:
  1158. - kick %player% &c[Vulcan] Unfair Advantage
  1159. hotbar-shuffle:
  1160. enabled: false
  1161. minimum-vl-to-shuffle: 2
  1162. shuffle-every: 2
  1163. random-rotation:
  1164. enabled: false
  1165. minimum-vl-to-randomly-rotate: 2
  1166. rotate-every: 2
  1167. w:
  1168. enabled: true
  1169. punishable: true
  1170. discord-alert-interval: 1
  1171. broadcast-punishment: false
  1172. max-violations: 5
  1173. alert-interval: 1
  1174. dont-alert-until: 1
  1175. maximum-ping: 100000
  1176. minimum-tps: 19.0
  1177. punishment-commands:
  1178. - kick %player% &c[Vulcan] Unfair Advantage
  1179. buffer:
  1180. max: 20
  1181. multiple: 0.25
  1182. decay: 0.125
  1183. hotbar-shuffle:
  1184. enabled: false
  1185. minimum-vl-to-shuffle: 2
  1186. shuffle-every: 2
  1187. random-rotation:
  1188. enabled: false
  1189. minimum-vl-to-randomly-rotate: 2
  1190. rotate-every: 2
  1191. x:
  1192. enabled: true
  1193. punishable: true
  1194. discord-alert-interval: 1
  1195. broadcast-punishment: false
  1196. max-violations: 5
  1197. alert-interval: 1
  1198. dont-alert-until: 1
  1199. maximum-ping: 100000
  1200. minimum-tps: 19.0
  1201. punishment-commands:
  1202. - kick %player% &c[Vulcan] Unfair Advantage
  1203. buffer:
  1204. max: 12
  1205. multiple: 0.25
  1206. decay: 0.125
  1207. hotbar-shuffle:
  1208. enabled: false
  1209. minimum-vl-to-shuffle: 2
  1210. shuffle-every: 2
  1211. random-rotation:
  1212. enabled: false
  1213. minimum-vl-to-randomly-rotate: 2
  1214. rotate-every: 2
  1215. autoblock:
  1216. a:
  1217. enabled: true
  1218. punishable: true
  1219. discord-alert-interval: 1
  1220. broadcast-punishment: false
  1221. max-violations: 3
  1222. alert-interval: 1
  1223. dont-alert-until: 1
  1224. maximum-ping: 100000
  1225. minimum-tps: 19.0
  1226. punishment-commands:
  1227. - kick %player% &c[Vulcan] Unfair Advantage
  1228. hotbar-shuffle:
  1229. enabled: false
  1230. minimum-vl-to-shuffle: 2
  1231. shuffle-every: 2
  1232. random-rotation:
  1233. enabled: false
  1234. minimum-vl-to-randomly-rotate: 2
  1235. rotate-every: 2
  1236. b:
  1237. enabled: true
  1238. punishable: true
  1239. discord-alert-interval: 1
  1240. broadcast-punishment: false
  1241. max-violations: 3
  1242. alert-interval: 1
  1243. dont-alert-until: 1
  1244. maximum-ping: 100000
  1245. minimum-tps: 19.0
  1246. punishment-commands:
  1247. - kick %player% &c[Vulcan] Unfair Advantage
  1248. hotbar-shuffle:
  1249. enabled: false
  1250. minimum-vl-to-shuffle: 2
  1251. shuffle-every: 2
  1252. random-rotation:
  1253. enabled: false
  1254. minimum-vl-to-randomly-rotate: 2
  1255. rotate-every: 2
  1256. c:
  1257. enabled: true
  1258. punishable: true
  1259. discord-alert-interval: 1
  1260. broadcast-punishment: false
  1261. max-violations: 3
  1262. alert-interval: 1
  1263. dont-alert-until: 1
  1264. maximum-ping: 100000
  1265. minimum-tps: 19.0
  1266. punishment-commands:
  1267. - kick %player% &c[Vulcan] Unfair Advantage
  1268. buffer:
  1269. max: 2
  1270. multiple: 0.5
  1271. decay: 0.5
  1272. hotbar-shuffle:
  1273. enabled: false
  1274. minimum-vl-to-shuffle: 2
  1275. shuffle-every: 2
  1276. random-rotation:
  1277. enabled: false
  1278. minimum-vl-to-randomly-rotate: 2
  1279. rotate-every: 2
  1280. # AutoClicker checks not really recommended for banning since you can't ever be 100% certain, if you crank up
  1281. # the violations you should be fine but it's all just probability / statistics.
  1282. autoclicker:
  1283. a:
  1284. enabled: true
  1285. punishable: true
  1286. discord-alert-interval: 1
  1287. broadcast-punishment: false
  1288. max-violations: 5
  1289. alert-interval: 1
  1290. dont-alert-until: 1
  1291. maximum-ping: 100000
  1292. minimum-tps: 19.0
  1293. punishment-commands:
  1294. - kick %player% &c[Vulcan] Unfair Advantage
  1295. # Don't set this below 22ish
  1296. max-cps: 25
  1297. # Set this to 100000 or something really high to disable this
  1298. instant-punish-cps: 50
  1299. b:
  1300. enabled: true
  1301. punishable: false
  1302. discord-alert-interval: 1
  1303. broadcast-punishment: false
  1304. max-violations: 25
  1305. alert-interval: 1
  1306. dont-alert-until: 1
  1307. maximum-ping: 100000
  1308. minimum-tps: 19.0
  1309. punishment-commands:
  1310. - kick %player% &c[Vulcan] Unfair Advantage
  1311. buffer:
  1312. max: 3
  1313. multiple: 0.5
  1314. decay: 0.5
  1315. c:
  1316. enabled: true
  1317. punishable: false
  1318. discord-alert-interval: 1
  1319. broadcast-punishment: false
  1320. max-violations: 25
  1321. alert-interval: 1
  1322. dont-alert-until: 1
  1323. maximum-ping: 100000
  1324. minimum-tps: 19.0
  1325. punishment-commands:
  1326. - kick %player% &c[Vulcan] Unfair Advantage
  1327. buffer:
  1328. max: 3
  1329. multiple: 0.5
  1330. decay: 1
  1331. d:
  1332. enabled: true
  1333. punishable: false
  1334. discord-alert-interval: 1
  1335. broadcast-punishment: false
  1336. max-violations: 25
  1337. alert-interval: 1
  1338. dont-alert-until: 1
  1339. maximum-ping: 100000
  1340. minimum-tps: 19.0
  1341. punishment-commands:
  1342. - kick %player% &c[Vulcan] Unfair Advantage
  1343. buffer:
  1344. max: 3
  1345. multiple: 0.5
  1346. decay: 0.5
  1347. e:
  1348. enabled: true
  1349. punishable: false
  1350. discord-alert-interval: 1
  1351. broadcast-punishment: false
  1352. max-violations: 25
  1353. alert-interval: 1
  1354. dont-alert-until: 1
  1355. maximum-ping: 100000
  1356. minimum-tps: 19.0
  1357. punishment-commands:
  1358. - kick %player% &c[Vulcan] Unfair Advantage
  1359. buffer:
  1360. max: 3
  1361. multiple: 0.5
  1362. decay: 0.75
  1363. f:
  1364. enabled: true
  1365. punishable: false
  1366. discord-alert-interval: 1
  1367. broadcast-punishment: false
  1368. max-violations: 25
  1369. alert-interval: 1
  1370. dont-alert-until: 1
  1371. maximum-ping: 100000
  1372. minimum-tps: 19.0
  1373. punishment-commands:
  1374. - kick %player% &c[Vulcan] Unfair Advantage
  1375. buffer:
  1376. max: 4
  1377. multiple: 0.5
  1378. decay: 1.25
  1379. g:
  1380. enabled: true
  1381. punishable: false
  1382. discord-alert-interval: 1
  1383. broadcast-punishment: false
  1384. max-violations: 25
  1385. alert-interval: 1
  1386. dont-alert-until: 1
  1387. maximum-ping: 100000
  1388. minimum-tps: 19.0
  1389. punishment-commands:
  1390. - kick %player% &c[Vulcan] Unfair Advantage
  1391. buffer:
  1392. max: 5
  1393. multiple: 0.25
  1394. decay: 1.25
  1395. h:
  1396. enabled: true
  1397. punishable: false
  1398. discord-alert-interval: 1
  1399. broadcast-punishment: false
  1400. max-violations: 25
  1401. alert-interval: 1
  1402. dont-alert-until: 1
  1403. maximum-ping: 100000
  1404. minimum-tps: 19.0
  1405. punishment-commands:
  1406. - kick %player% &c[Vulcan] Unfair Advantage
  1407. buffer:
  1408. max: 4
  1409. multiple: 0.5
  1410. decay: 1
  1411. i:
  1412. enabled: true
  1413. punishable: false
  1414. discord-alert-interval: 1
  1415. broadcast-punishment: false
  1416. max-violations: 25
  1417. alert-interval: 1
  1418. dont-alert-until: 1
  1419. maximum-ping: 100000
  1420. minimum-tps: 19.0
  1421. punishment-commands:
  1422. - kick %player% &c[Vulcan] Unfair Advantage
  1423. buffer:
  1424. max: 5
  1425. multiple: 0.5
  1426. decay: 1.25
  1427. j:
  1428. enabled: true
  1429. punishable: false
  1430. discord-alert-interval: 1
  1431. broadcast-punishment: false
  1432. max-violations: 25
  1433. alert-interval: 1
  1434. dont-alert-until: 1
  1435. maximum-ping: 100000
  1436. minimum-tps: 19.0
  1437. punishment-commands:
  1438. - kick %player% &c[Vulcan] Unfair Advantage
  1439. buffer:
  1440. max: 4
  1441. multiple: 0.5
  1442. decay: 1.25
  1443. k:
  1444. enabled: true
  1445. punishable: false
  1446. discord-alert-interval: 1
  1447. broadcast-punishment: false
  1448. max-violations: 25
  1449. alert-interval: 1
  1450. dont-alert-until: 1
  1451. maximum-ping: 100000
  1452. minimum-tps: 19.0
  1453. punishment-commands:
  1454. - kick %player% &c[Vulcan] Unfair Advantage
  1455. buffer:
  1456. max: 4
  1457. multiple: 0.5
  1458. decay: 0.75
  1459. l:
  1460. enabled: true
  1461. punishable: false
  1462. discord-alert-interval: 1
  1463. broadcast-punishment: false
  1464. max-violations: 25
  1465. alert-interval: 1
  1466. dont-alert-until: 1
  1467. maximum-ping: 100000
  1468. minimum-tps: 19.0
  1469. punishment-commands:
  1470. - kick %player% &c[Vulcan] Unfair Advantage
  1471. buffer:
  1472. max: 4
  1473. multiple: 0.25
  1474. decay: 1
  1475. m:
  1476. enabled: true
  1477. punishable: false
  1478. discord-alert-interval: 1
  1479. broadcast-punishment: false
  1480. max-violations: 25
  1481. alert-interval: 1
  1482. dont-alert-until: 1
  1483. maximum-ping: 100000
  1484. minimum-tps: 19.0
  1485. punishment-commands:
  1486. - kick %player% &c[Vulcan] Unfair Advantage
  1487. buffer:
  1488. max: 4
  1489. multiple: 0.25
  1490. decay: 0.75
  1491. n:
  1492. enabled: true
  1493. punishable: false
  1494. discord-alert-interval: 1
  1495. broadcast-punishment: false
  1496. max-violations: 25
  1497. alert-interval: 1
  1498. dont-alert-until: 1
  1499. maximum-ping: 100000
  1500. minimum-tps: 19.0
  1501. punishment-commands:
  1502. - kick %player% &c[Vulcan] Unfair Advantage
  1503. buffer:
  1504. max: 25
  1505. multiple: 0.15
  1506. decay: 0.75
  1507. o:
  1508. enabled: true
  1509. punishable: false
  1510. discord-alert-interval: 1
  1511. broadcast-punishment: false
  1512. max-violations: 25
  1513. alert-interval: 1
  1514. dont-alert-until: 1
  1515. maximum-ping: 100000
  1516. minimum-tps: 19.0
  1517. punishment-commands:
  1518. - kick %player% &c[Vulcan] Unfair Advantage
  1519. buffer:
  1520. max: 5
  1521. multiple: 0.25
  1522. decay: 1.25
  1523. p:
  1524. enabled: true
  1525. punishable: false
  1526. discord-alert-interval: 1
  1527. broadcast-punishment: false
  1528. max-violations: 25
  1529. alert-interval: 1
  1530. dont-alert-until: 1
  1531. maximum-ping: 100000
  1532. minimum-tps: 19.0
  1533. punishment-commands:
  1534. - kick %player% &c[Vulcan] Unfair Advantage
  1535. buffer:
  1536. max: 2
  1537. multiple: 0.25
  1538. q:
  1539. enabled: true
  1540. punishable: false
  1541. discord-alert-interval: 1
  1542. broadcast-punishment: false
  1543. max-violations: 25
  1544. alert-interval: 1
  1545. dont-alert-until: 1
  1546. maximum-ping: 100000
  1547. minimum-tps: 19.0
  1548. punishment-commands:
  1549. - kick %player% &c[Vulcan] Unfair Advantage
  1550. buffer:
  1551. max: 35
  1552. multiple: 0.3
  1553. decay: 2.0
  1554. r:
  1555. enabled: true
  1556. punishable: false
  1557. discord-alert-interval: 1
  1558. broadcast-punishment: false
  1559. max-violations: 25
  1560. alert-interval: 1
  1561. dont-alert-until: 1
  1562. maximum-ping: 100000
  1563. minimum-tps: 19.0
  1564. punishment-commands:
  1565. - kick %player% &c[Vulcan] Unfair Advantage
  1566. buffer:
  1567. max: 50
  1568. multiple: 0.15
  1569. decay: 10
  1570. s:
  1571. enabled: true
  1572. punishable: false
  1573. discord-alert-interval: 1
  1574. broadcast-punishment: false
  1575. max-violations: 25
  1576. alert-interval: 1
  1577. dont-alert-until: 1
  1578. maximum-ping: 100000
  1579. minimum-tps: 19.0
  1580. punishment-commands:
  1581. - kick %player% &c[Vulcan] Unfair Advantage
  1582. buffer:
  1583. max: 30
  1584. multiple: 0.15
  1585. decay: 0.825
  1586. t:
  1587. enabled: true
  1588. punishable: false
  1589. discord-alert-interval: 1
  1590. broadcast-punishment: false
  1591. max-violations: 25
  1592. alert-interval: 1
  1593. dont-alert-until: 1
  1594. maximum-ping: 100000
  1595. minimum-tps: 19.0
  1596. punishment-commands:
  1597. - kick %player% &c[Vulcan] Unfair Advantage
  1598. buffer:
  1599. max: 25
  1600. multiple: 0.15
  1601. decay: 0.75
  1602. reach:
  1603. a:
  1604. enabled: true
  1605. punishable: true
  1606. discord-alert-interval: 1
  1607. broadcast-punishment: false
  1608. max-violations: 8
  1609. alert-interval: 1
  1610. dont-alert-until: 1
  1611. maximum-ping: 100000
  1612. minimum-tps: 19.0
  1613. punishment-commands:
  1614. - kick %player% &c[Vulcan] Unfair Advantage
  1615. buffer:
  1616. max: 3
  1617. multiple: 0.25
  1618. decay: 0.035
  1619. max-reach: 3.03
  1620. b:
  1621. enabled: true
  1622. punishable: true
  1623. discord-alert-interval: 1
  1624. broadcast-punishment: false
  1625. max-violations: 15
  1626. alert-interval: 1
  1627. dont-alert-until: 1
  1628. maximum-ping: 100000
  1629. minimum-tps: 19.0
  1630. punishment-commands:
  1631. - kick %player% &c[Vulcan] Unfair Advantage
  1632. buffer:
  1633. max: 6
  1634. multiple: 0.25
  1635. decay: 0.225
  1636. max-reach: 3.15
  1637. fastbow:
  1638. a:
  1639. enabled: false
  1640. punishable: true
  1641. discord-alert-interval: 1
  1642. broadcast-punishment: false
  1643. max-violations: 5
  1644. alert-interval: 1
  1645. dont-alert-until: 1
  1646. maximum-ping: 100000
  1647. minimum-tps: 19.0
  1648. punishment-commands:
  1649. - kick %player% &c[Vulcan] Unfair Advantage
  1650. buffer:
  1651. max: 3
  1652. multiple: 0.5
  1653. decay: 0.125
  1654. hotbar-shuffle:
  1655. enabled: false
  1656. minimum-vl-to-shuffle: 2
  1657. shuffle-every: 2
  1658. random-rotation:
  1659. enabled: false
  1660. minimum-vl-to-randomly-rotate: 2
  1661. rotate-every: 2
  1662. criticals:
  1663. a:
  1664. enabled: true
  1665. punishable: true
  1666. discord-alert-interval: 1
  1667. broadcast-punishment: false
  1668. max-violations: 10
  1669. alert-interval: 1
  1670. dont-alert-until: 1
  1671. maximum-ping: 100000
  1672. minimum-tps: 19.0
  1673. punishment-commands:
  1674. - kick %player% &c[Vulcan] Unfair Advantage
  1675. buffer:
  1676. max: 1
  1677. multiple: 0.5
  1678. decay: 0.05
  1679. hotbar-shuffle:
  1680. enabled: false
  1681. minimum-vl-to-shuffle: 2
  1682. shuffle-every: 2
  1683. random-rotation:
  1684. enabled: false
  1685. minimum-vl-to-randomly-rotate: 2
  1686. rotate-every: 2
  1687. b:
  1688. enabled: true
  1689. punishable: true
  1690. discord-alert-interval: 1
  1691. broadcast-punishment: false
  1692. max-violations: 10
  1693. alert-interval: 1
  1694. dont-alert-until: 1
  1695. maximum-ping: 100000
  1696. minimum-tps: 19.0
  1697. punishment-commands:
  1698. - kick %player% &c[Vulcan] Unfair Advantage
  1699. buffer:
  1700. max: 1
  1701. multiple: 0.5
  1702. decay: 0.05
  1703. hotbar-shuffle:
  1704. enabled: false
  1705. minimum-vl-to-shuffle: 2
  1706. shuffle-every: 2
  1707. random-rotation:
  1708. enabled: false
  1709. minimum-vl-to-randomly-rotate: 2
  1710. rotate-every: 2
  1711. killaura:
  1712. a:
  1713. enabled: true
  1714. punishable: true
  1715. discord-alert-interval: 1
  1716. broadcast-punishment: false
  1717. max-violations: 4
  1718. alert-interval: 1
  1719. dont-alert-until: 1
  1720. maximum-ping: 100000
  1721. minimum-tps: 19.0
  1722. punishment-commands:
  1723. - kick %player% &c[Vulcan] Unfair Advantage
  1724. buffer:
  1725. max: 3
  1726. multiple: 0.5
  1727. decay: 0.5
  1728. hotbar-shuffle:
  1729. enabled: false
  1730. minimum-vl-to-shuffle: 2
  1731. shuffle-every: 2
  1732. random-rotation:
  1733. enabled: false
  1734. minimum-vl-to-randomly-rotate: 2
  1735. rotate-every: 2
  1736. b:
  1737. enabled: true
  1738. punishable: true
  1739. discord-alert-interval: 1
  1740. broadcast-punishment: false
  1741. max-violations: 4
  1742. alert-interval: 1
  1743. dont-alert-until: 1
  1744. maximum-ping: 100000
  1745. minimum-tps: 19.0
  1746. punishment-commands:
  1747. - kick %player% &c[Vulcan] Unfair Advantage
  1748. buffer:
  1749. max: 5
  1750. multiple: 0.6
  1751. decay: 0.5
  1752. hotbar-shuffle:
  1753. enabled: false
  1754. minimum-vl-to-shuffle: 2
  1755. shuffle-every: 2
  1756. random-rotation:
  1757. enabled: false
  1758. minimum-vl-to-randomly-rotate: 2
  1759. rotate-every: 2
  1760. c:
  1761. enabled: true
  1762. punishable: true
  1763. discord-alert-interval: 1
  1764. broadcast-punishment: false
  1765. max-violations: 4
  1766. alert-interval: 1
  1767. dont-alert-until: 1
  1768. maximum-ping: 100000
  1769. minimum-tps: 19.0
  1770. punishment-commands:
  1771. - kick %player% &c[Vulcan] Unfair Advantage
  1772. buffer:
  1773. max: 2
  1774. multiple: 0.5
  1775. decay: 0.25
  1776. hotbar-shuffle:
  1777. enabled: false
  1778. minimum-vl-to-shuffle: 2
  1779. shuffle-every: 2
  1780. random-rotation:
  1781. enabled: false
  1782. minimum-vl-to-randomly-rotate: 2
  1783. rotate-every: 2
  1784. d:
  1785. enabled: true
  1786. punishable: true
  1787. discord-alert-interval: 1
  1788. broadcast-punishment: false
  1789. max-violations: 2
  1790. alert-interval: 1
  1791. dont-alert-until: 1
  1792. maximum-ping: 100000
  1793. minimum-tps: 19.0
  1794. punishment-commands:
  1795. - kick %player% &c[Vulcan] Unfair Advantage
  1796. f:
  1797. enabled: true
  1798. punishable: true
  1799. discord-alert-interval: 1
  1800. broadcast-punishment: false
  1801. max-violations: 4
  1802. alert-interval: 1
  1803. dont-alert-until: 1
  1804. maximum-ping: 100000
  1805. minimum-tps: 19.0
  1806. punishment-commands:
  1807. - kick %player% &c[Vulcan] Unfair Advantage
  1808. buffer:
  1809. max: 10
  1810. multiple: 0.25
  1811. decay: 2
  1812. g:
  1813. enabled: true
  1814. punishable: true
  1815. discord-alert-interval: 1
  1816. broadcast-punishment: false
  1817. max-violations: 5
  1818. alert-interval: 1
  1819. dont-alert-until: 1
  1820. maximum-ping: 100000
  1821. minimum-tps: 19.0
  1822. punishment-commands:
  1823. - kick %player% &c[Vulcan] Unfair Advantage
  1824. buffer:
  1825. max: 3
  1826. multiple: 0.5
  1827. decay: 0.05
  1828. h:
  1829. enabled: true
  1830. punishable: true
  1831. discord-alert-interval: 1
  1832. broadcast-punishment: false
  1833. max-violations: 4
  1834. alert-interval: 1
  1835. dont-alert-until: 1
  1836. maximum-ping: 100000
  1837. minimum-tps: 19.0
  1838. punishment-commands:
  1839. - kick %player% &c[Vulcan] Unfair Advantage
  1840. j:
  1841. enabled: true
  1842. punishable: true
  1843. discord-alert-interval: 1
  1844. broadcast-punishment: false
  1845. max-violations: 10
  1846. alert-interval: 1
  1847. dont-alert-until: 1
  1848. maximum-ping: 100000
  1849. minimum-tps: 19.0
  1850. punishment-commands:
  1851. - kick %player% &c[Vulcan] Unfair Advantage
  1852. buffer:
  1853. max: 1
  1854. multiple: 0.5
  1855. decay: 0.5
  1856. k:
  1857. enabled: true
  1858. punishable: true
  1859. discord-alert-interval: 1
  1860. broadcast-punishment: false
  1861. max-violations: 10
  1862. alert-interval: 1
  1863. dont-alert-until: 1
  1864. maximum-ping: 100000
  1865. minimum-tps: 19.0
  1866. punishment-commands:
  1867. - kick %player% &c[Vulcan] Unfair Advantage
  1868. buffer:
  1869. max: 3
  1870. multiple: 0.5
  1871. decay: 0.75
  1872. hitbox:
  1873. a:
  1874. enabled: true
  1875. punishable: true
  1876. discord-alert-interval: 1
  1877. broadcast-punishment: false
  1878. max-violations: 10
  1879. alert-interval: 1
  1880. dont-alert-until: 1
  1881. maximum-ping: 100000
  1882. minimum-tps: 19.0
  1883. punishment-commands:
  1884. - kick %player% &c[Vulcan] Unfair Advantage
  1885. buffer:
  1886. max: 4
  1887. multiple: 0.25
  1888. decay: 0.125
  1889. max-angle: 0.42
  1890. b:
  1891. enabled: true
  1892. punishable: true
  1893. discord-alert-interval: 1
  1894. broadcast-punishment: false
  1895. max-violations: 15
  1896. alert-interval: 1
  1897. dont-alert-until: 1
  1898. maximum-ping: 100000
  1899. minimum-tps: 19.0
  1900. punishment-commands:
  1901. - kick %player% &c[Vulcan] Unfair Advantage
  1902. buffer:
  1903. max: 6
  1904. multiple: 0.25
  1905. decay: 0.125
  1906. max-angle: 45
  1907. velocity:
  1908. a:
  1909. enabled: true
  1910. punishable: true
  1911. discord-alert-interval: 1
  1912. broadcast-punishment: false
  1913. max-violations: 15
  1914. alert-interval: 1
  1915. dont-alert-until: 1
  1916. maximum-ping: 100000
  1917. minimum-tps: 19.0
  1918. punishment-commands:
  1919. - kick %player% &c[Vulcan] Unfair Advantage
  1920. buffer:
  1921. max: 4
  1922. multiple: 0.25
  1923. decay: 0.075
  1924. b:
  1925. enabled: true
  1926. punishable: true
  1927. discord-alert-interval: 1
  1928. broadcast-punishment: false
  1929. max-violations: 15
  1930. alert-interval: 1
  1931. dont-alert-until: 1
  1932. maximum-ping: 100000
  1933. minimum-tps: 19.0
  1934. punishment-commands:
  1935. - kick %player% &c[Vulcan] Unfair Advantage
  1936. buffer:
  1937. max: 4
  1938. multiple: 0.35
  1939. decay: 0.125
  1940. c:
  1941. enabled: true
  1942. punishable: true
  1943. discord-alert-interval: 1
  1944. broadcast-punishment: false
  1945. max-violations: 15
  1946. alert-interval: 1
  1947. dont-alert-until: 1
  1948. maximum-ping: 100000
  1949. minimum-tps: 19.0
  1950. punishment-commands:
  1951. - kick %player% &c[Vulcan] Unfair Advantage
  1952. buffer:
  1953. max: 5
  1954. multiple: 0.25
  1955. decay: 0.175
  1956. movement:
  1957. noslow:
  1958. a:
  1959. enabled: true
  1960. punishable: true
  1961. discord-alert-interval: 1
  1962. broadcast-punishment: false
  1963. max-violations: 5
  1964. alert-interval: 1
  1965. dont-alert-until: 1
  1966. maximum-ping: 100000
  1967. minimum-tps: 19.0
  1968. punishment-commands:
  1969. - kick %player% &c[Vulcan] Unfair Advantage
  1970. buffer:
  1971. max: 3
  1972. multiple: 0.25
  1973. decay: 0.15
  1974. b:
  1975. enabled: true
  1976. punishable: true
  1977. discord-alert-interval: 1
  1978. broadcast-punishment: false
  1979. max-violations: 15
  1980. alert-interval: 1
  1981. dont-alert-until: 1
  1982. maximum-ping: 100000
  1983. minimum-tps: 19.0
  1984. punishment-commands:
  1985. - kick %player% &c[Vulcan] Unfair Advantage
  1986. buffer:
  1987. max: 7
  1988. multiple: 0.25
  1989. decay: 0.075
  1990. c:
  1991. enabled: true
  1992. punishable: true
  1993. discord-alert-interval: 1
  1994. broadcast-punishment: false
  1995. max-violations: 15
  1996. alert-interval: 1
  1997. dont-alert-until: 1
  1998. maximum-ping: 100000
  1999. minimum-tps: 19.0
  2000. punishment-commands:
  2001. - kick %player% &c[Vulcan] Unfair Advantage
  2002. buffer:
  2003. max: 7
  2004. multiple: 0.25
  2005. decay: 0.15
  2006. d:
  2007. enabled: true
  2008. punishable: true
  2009. discord-alert-interval: 1
  2010. broadcast-punishment: false
  2011. max-violations: 15
  2012. alert-interval: 1
  2013. dont-alert-until: 1
  2014. maximum-ping: 100000
  2015. minimum-tps: 19.0
  2016. punishment-commands:
  2017. - kick %player% &c[Vulcan] Unfair Advantage
  2018. buffer:
  2019. max: 7
  2020. multiple: 0.25
  2021. decay: 0.15
  2022. e:
  2023. enabled: true
  2024. punishable: true
  2025. discord-alert-interval: 1
  2026. broadcast-punishment: false
  2027. max-violations: 15
  2028. alert-interval: 1
  2029. dont-alert-until: 1
  2030. maximum-ping: 100000
  2031. minimum-tps: 19.0
  2032. punishment-commands:
  2033. - kick %player% &c[Vulcan] Unfair Advantage
  2034. buffer:
  2035. max: 7
  2036. multiple: 0.25
  2037. decay: 0.15
  2038. motion:
  2039. a:
  2040. enabled: true
  2041. punishable: true
  2042. setback: false
  2043. min-vl-to-setback: 1
  2044. discord-alert-interval: 1
  2045. broadcast-punishment: false
  2046. max-violations: 15
  2047. alert-interval: 1
  2048. dont-alert-until: 1
  2049. maximum-ping: 100000
  2050. minimum-tps: 19.0
  2051. punishment-commands:
  2052. - kick %player% &c[Vulcan] Unfair Advantage
  2053. buffer:
  2054. max: 3
  2055. multiple: 0.25
  2056. decay: 0.25
  2057. b:
  2058. enabled: true
  2059. punishable: true
  2060. setback: false
  2061. min-vl-to-setback: 1
  2062. discord-alert-interval: 1
  2063. broadcast-punishment: false
  2064. max-violations: 15
  2065. alert-interval: 1
  2066. dont-alert-until: 1
  2067. maximum-ping: 100000
  2068. minimum-tps: 19.0
  2069. punishment-commands:
  2070. - kick %player% &c[Vulcan] Unfair Advantage
  2071. buffer:
  2072. max: 3
  2073. multiple: 0.25
  2074. decay: 0.25
  2075. c:
  2076. enabled: true
  2077. punishable: true
  2078. setback: false
  2079. min-vl-to-setback: 1
  2080. discord-alert-interval: 1
  2081. broadcast-punishment: false
  2082. max-violations: 5
  2083. alert-interval: 1
  2084. dont-alert-until: 1
  2085. maximum-ping: 100000
  2086. minimum-tps: 19.0
  2087. punishment-commands:
  2088. - kick %player% &c[Vulcan] Unfair Advantage
  2089. buffer:
  2090. max: 1
  2091. multiple: 0.5
  2092. decay: 0.05
  2093. d:
  2094. enabled: true
  2095. punishable: true
  2096. setback: false
  2097. min-vl-to-setback: 1
  2098. discord-alert-interval: 1
  2099. broadcast-punishment: false
  2100. max-violations: 15
  2101. alert-interval: 1
  2102. dont-alert-until: 1
  2103. maximum-ping: 100000
  2104. minimum-tps: 19.0
  2105. punishment-commands:
  2106. - kick %player% &c[Vulcan] Unfair Advantage
  2107. buffer:
  2108. max: 2
  2109. multiple: 0.25
  2110. decay: 0.25
  2111. e:
  2112. enabled: true
  2113. punishable: true
  2114. setback: false
  2115. min-vl-to-setback: 1
  2116. discord-alert-interval: 1
  2117. broadcast-punishment: false
  2118. max-violations: 3
  2119. alert-interval: 1
  2120. dont-alert-until: 1
  2121. maximum-ping: 100000
  2122. minimum-tps: 19.0
  2123. punishment-commands:
  2124. - kick %player% &c[Vulcan] Unfair Advantage
  2125. buffer:
  2126. max: 1
  2127. multiple: 0.5
  2128. decay: 0.05
  2129. g:
  2130. enabled: true
  2131. punishable: true
  2132. setback: false
  2133. min-vl-to-setback: 1
  2134. discord-alert-interval: 1
  2135. broadcast-punishment: false
  2136. max-violations: 20
  2137. alert-interval: 1
  2138. dont-alert-until: 1
  2139. maximum-ping: 100000
  2140. minimum-tps: 19.0
  2141. punishment-commands:
  2142. - kick %player% &c[Vulcan] Unfair Advantage
  2143. buffer:
  2144. max: 2
  2145. multiple: 0.25
  2146. decay: 0.15
  2147. jump:
  2148. a:
  2149. enabled: true
  2150. punishable: true
  2151. discord-alert-interval: 1
  2152. setback: false
  2153. min-vl-to-setback: 1
  2154. broadcast-punishment: false
  2155. max-violations: 25
  2156. alert-interval: 1
  2157. dont-alert-until: 1
  2158. maximum-ping: 100000
  2159. minimum-tps: 19.0
  2160. punishment-commands:
  2161. - kick %player% &c[Vulcan] Unfair Advantage
  2162. buffer:
  2163. max: 2
  2164. multiple: 0.25
  2165. decay: 0.15
  2166. b:
  2167. enabled: true
  2168. punishable: true
  2169. discord-alert-interval: 1
  2170. setback: false
  2171. min-vl-to-setback: 1
  2172. broadcast-punishment: false
  2173. max-violations: 25
  2174. alert-interval: 1
  2175. dont-alert-until: 1
  2176. maximum-ping: 100000
  2177. minimum-tps: 19.0
  2178. punishment-commands:
  2179. - kick %player% &c[Vulcan] Unfair Advantage
  2180. buffer:
  2181. max: 2
  2182. multiple: 0.25
  2183. decay: 0.15
  2184. step:
  2185. a:
  2186. enabled: true
  2187. punishable: true
  2188. setback: false
  2189. discord-alert-interval: 1
  2190. broadcast-punishment: false
  2191. max-violations: 5
  2192. alert-interval: 1
  2193. dont-alert-until: 1
  2194. maximum-ping: 100000
  2195. minimum-tps: 19.0
  2196. punishment-commands:
  2197. - kick %player% &c[Vulcan] Unfair Advantage
  2198. b:
  2199. enabled: true
  2200. punishable: true
  2201. setback: false
  2202. discord-alert-interval: 1
  2203. broadcast-punishment: false
  2204. max-violations: 15
  2205. alert-interval: 1
  2206. dont-alert-until: 1
  2207. maximum-ping: 100000
  2208. minimum-tps: 19.0
  2209. punishment-commands:
  2210. - kick %player% &c[Vulcan] Unfair Advantage
  2211. buffer:
  2212. max: 6
  2213. multiple: 0.25
  2214. decay: 0.35
  2215. boatfly:
  2216. a:
  2217. enabled: true
  2218. punishable: true
  2219. discord-alert-interval: 1
  2220. broadcast-punishment: false
  2221. max-violations: 15
  2222. alert-interval: 1
  2223. dont-alert-until: 1
  2224. maximum-ping: 100000
  2225. minimum-tps: 19.0
  2226. punishment-commands:
  2227. - kick %player% &c[Vulcan] Unfair Advantage
  2228. buffer:
  2229. max: 4
  2230. multiple: 0.33
  2231. decay: 0.125
  2232. kick-out: false
  2233. b:
  2234. enabled: true
  2235. punishable: true
  2236. discord-alert-interval: 1
  2237. broadcast-punishment: false
  2238. max-violations: 15
  2239. alert-interval: 1
  2240. dont-alert-until: 1
  2241. maximum-ping: 100000
  2242. minimum-tps: 19.0
  2243. punishment-commands:
  2244. - kick %player% &c[Vulcan] Unfair Advantage
  2245. buffer:
  2246. max: 5
  2247. multiple: 0.25
  2248. decay: 0.25
  2249. kick-out: false
  2250. c:
  2251. enabled: true
  2252. punishable: true
  2253. discord-alert-interval: 1
  2254. broadcast-punishment: false
  2255. max-violations: 15
  2256. alert-interval: 1
  2257. dont-alert-until: 1
  2258. maximum-ping: 100000
  2259. minimum-tps: 19.0
  2260. punishment-commands:
  2261. - kick %player% &c[Vulcan] Unfair Advantage
  2262. buffer:
  2263. max: 5
  2264. multiple: 0.25
  2265. decay: 0.125
  2266. kick-out: false
  2267. entityflight:
  2268. a:
  2269. enabled: true
  2270. punishable: true
  2271. discord-alert-interval: 1
  2272. broadcast-punishment: false
  2273. max-violations: 15
  2274. alert-interval: 1
  2275. dont-alert-until: 1
  2276. maximum-ping: 100000
  2277. minimum-tps: 19.0
  2278. punishment-commands:
  2279. - kick %player% &c[Vulcan] Unfair Advantage
  2280. buffer:
  2281. max: 5
  2282. multiple: 0.5
  2283. decay: 0.25
  2284. kick-out: false
  2285. b:
  2286. enabled: true
  2287. punishable: true
  2288. discord-alert-interval: 1
  2289. broadcast-punishment: false
  2290. max-violations: 15
  2291. alert-interval: 1
  2292. dont-alert-until: 1
  2293. maximum-ping: 100000
  2294. minimum-tps: 19.0
  2295. punishment-commands:
  2296. - kick %player% &c[Vulcan] Unfair Advantage
  2297. buffer:
  2298. max: 5
  2299. multiple: 0.5
  2300. decay: 0.25
  2301. antilevitation:
  2302. a:
  2303. enabled: true
  2304. punishable: true
  2305. discord-alert-interval: 1
  2306. broadcast-punishment: false
  2307. max-violations: 15
  2308. alert-interval: 1
  2309. dont-alert-until: 1
  2310. maximum-ping: 100000
  2311. minimum-tps: 19.0
  2312. punishment-commands:
  2313. - kick %player% &c[Vulcan] Unfair Advantage
  2314. buffer:
  2315. max: 8
  2316. multiple: 0.25
  2317. decay: 0.075
  2318. nosaddle:
  2319. a:
  2320. enabled: true
  2321. punishable: true
  2322. discord-alert-interval: 1
  2323. broadcast-punishment: false
  2324. max-violations: 15
  2325. alert-interval: 1
  2326. dont-alert-until: 1
  2327. maximum-ping: 100000
  2328. minimum-tps: 19.0
  2329. punishment-commands:
  2330. - kick %player% &c[Vulcan] Unfair Advantage
  2331. buffer:
  2332. max: 6
  2333. multiple: 0.5
  2334. decay: 0.125
  2335. entityspeed:
  2336. a:
  2337. enabled: true
  2338. punishable: true
  2339. discord-alert-interval: 1
  2340. broadcast-punishment: false
  2341. max-violations: 15
  2342. alert-interval: 1
  2343. dont-alert-until: 1
  2344. maximum-ping: 100000
  2345. minimum-tps: 19.0
  2346. punishment-commands:
  2347. - kick %player% &c[Vulcan] Unfair Advantage
  2348. buffer:
  2349. max: 5
  2350. multiple: 0.5
  2351. decay: 0.25
  2352. kick-out: false
  2353. elytra:
  2354. a:
  2355. enabled: true
  2356. punishable: true
  2357. discord-alert-interval: 1
  2358. broadcast-punishment: false
  2359. max-violations: 15
  2360. alert-interval: 1
  2361. dont-alert-until: 1
  2362. maximum-ping: 100000
  2363. minimum-tps: 19.0
  2364. punishment-commands:
  2365. - kick %player% &c[Vulcan] Unfair Advantage
  2366. buffer:
  2367. max: 1
  2368. multiple: 0.5
  2369. decay: 0.25
  2370. max-speed: 4.25
  2371. b:
  2372. enabled: true
  2373. punishable: true
  2374. discord-alert-interval: 1
  2375. broadcast-punishment: false
  2376. max-violations: 15
  2377. alert-interval: 1
  2378. dont-alert-until: 1
  2379. maximum-ping: 100000
  2380. minimum-tps: 19.0
  2381. punishment-commands:
  2382. - kick %player% &c[Vulcan] Unfair Advantage
  2383. buffer:
  2384. max: 8
  2385. multiple: 0.25
  2386. decay: 0.125
  2387. c:
  2388. enabled: true
  2389. punishable: true
  2390. discord-alert-interval: 1
  2391. broadcast-punishment: false
  2392. max-violations: 15
  2393. alert-interval: 1
  2394. dont-alert-until: 1
  2395. maximum-ping: 100000
  2396. minimum-tps: 19.0
  2397. punishment-commands:
  2398. - kick %player% &c[Vulcan] Unfair Advantage
  2399. buffer:
  2400. max: 6
  2401. multiple: 0.5
  2402. decay: 0.125
  2403. f:
  2404. enabled: true
  2405. punishable: true
  2406. discord-alert-interval: 1
  2407. broadcast-punishment: false
  2408. max-violations: 10
  2409. alert-interval: 1
  2410. dont-alert-until: 1
  2411. maximum-ping: 100000
  2412. minimum-tps: 19.0
  2413. punishment-commands:
  2414. - kick %player% &c[Vulcan] Unfair Advantage
  2415. buffer:
  2416. max: 6
  2417. multiple: 0.25
  2418. decay: 0.125
  2419. g:
  2420. enabled: true
  2421. punishable: false
  2422. discord-alert-interval: 1
  2423. broadcast-punishment: false
  2424. max-violations: 25
  2425. alert-interval: 1
  2426. dont-alert-until: 1
  2427. maximum-ping: 100000
  2428. minimum-tps: 19.0
  2429. punishment-commands:
  2430. - kick %player% &c[Vulcan] Unfair Advantage
  2431. buffer:
  2432. max: 3
  2433. multiple: 0.25
  2434. decay: 0.1
  2435. i:
  2436. enabled: true
  2437. punishable: true
  2438. discord-alert-interval: 1
  2439. broadcast-punishment: false
  2440. max-violations: 15
  2441. alert-interval: 1
  2442. dont-alert-until: 1
  2443. maximum-ping: 100000
  2444. minimum-tps: 19.0
  2445. punishment-commands:
  2446. - kick %player% &c[Vulcan] Unfair Advantage
  2447. buffer:
  2448. max: 4
  2449. multiple: 0.25
  2450. decay: 0.1
  2451. k:
  2452. enabled: true
  2453. punishable: true
  2454. discord-alert-interval: 1
  2455. broadcast-punishment: false
  2456. max-violations: 15
  2457. alert-interval: 1
  2458. dont-alert-until: 1
  2459. maximum-ping: 100000
  2460. minimum-tps: 19.0
  2461. punishment-commands:
  2462. - kick %player% &c[Vulcan] Unfair Advantage
  2463. buffer:
  2464. max: 4
  2465. multiple: 0.25
  2466. decay: 0.1
  2467. speed:
  2468. a:
  2469. enabled: false
  2470. punishable: true
  2471. discord-alert-interval: 1
  2472. setback: false
  2473. min-vl-to-setback: 1
  2474. broadcast-punishment: false
  2475. max-violations: 12
  2476. alert-interval: 1
  2477. dont-alert-until: 2
  2478. maximum-ping: 100000
  2479. minimum-tps: 19.0
  2480. punishment-commands:
  2481. - kick %player% &c[Vulcan] Unfair Advantage
  2482. buffer:
  2483. max: 3
  2484. multiple: 0.35
  2485. decay: 0.125
  2486. b:
  2487. enabled: false
  2488. punishable: true
  2489. discord-alert-interval: 1
  2490. setback: false
  2491. min-vl-to-setback: 1
  2492. broadcast-punishment: false
  2493. max-violations: 20
  2494. alert-interval: 1
  2495. dont-alert-until: 2
  2496. maximum-ping: 100000
  2497. minimum-tps: 19.0
  2498. punishment-commands:
  2499. - kick %player% &c[Vulcan] Unfair Advantage
  2500. buffer:
  2501. max: 3
  2502. multiple: 0.25
  2503. decay: 0.045
  2504. min-difference: 0.0025
  2505. c:
  2506. enabled: false
  2507. punishable: true
  2508. discord-alert-interval: 1
  2509. setback: false
  2510. min-vl-to-setback: 1
  2511. broadcast-punishment: false
  2512. max-violations: 15
  2513. alert-interval: 2
  2514. dont-alert-until: 2
  2515. maximum-ping: 100000
  2516. minimum-tps: 19.0
  2517. punishment-commands:
  2518. - kick %player% &c[Vulcan] Unfair Advantage
  2519. buffer:
  2520. max: 3
  2521. multiple: 0.25
  2522. decay: 0.045
  2523. min-difference: 0.001
  2524. d:
  2525. enabled: false
  2526. punishable: true
  2527. discord-alert-interval: 1
  2528. setback: false
  2529. min-vl-to-setback: 1
  2530. broadcast-punishment: false
  2531. max-violations: 20
  2532. alert-interval: 1
  2533. dont-alert-until: 2
  2534. maximum-ping: 100000
  2535. minimum-tps: 19.0
  2536. punishment-commands:
  2537. - kick %player% &c[Vulcan] Unfair Advantage
  2538. buffer:
  2539. max: 3
  2540. multiple: 0.25
  2541. decay: 0.045
  2542. min-difference: 0.0025
  2543. fastclimb:
  2544. a:
  2545. enabled: true
  2546. punishable: true
  2547. setback: false
  2548. min-vl-to-setback: 1
  2549. discord-alert-interval: 1
  2550. broadcast-punishment: false
  2551. max-violations: 15
  2552. alert-interval: 1
  2553. dont-alert-until: 1
  2554. maximum-ping: 100000
  2555. minimum-tps: 19.0
  2556. punishment-commands:
  2557. - kick %player% &c[Vulcan] Unfair Advantage
  2558. buffer:
  2559. max: 4
  2560. multiple: 0.5
  2561. decay: 0.125
  2562. wallclimb:
  2563. a:
  2564. enabled: true
  2565. punishable: true
  2566. setback: false
  2567. min-vl-to-setback: 1
  2568. discord-alert-interval: 1
  2569. broadcast-punishment: false
  2570. max-violations: 15
  2571. alert-interval: 1
  2572. dont-alert-until: 1
  2573. maximum-ping: 100000
  2574. minimum-tps: 19.0
  2575. punishment-commands:
  2576. - kick %player% &c[Vulcan] Unfair Advantage
  2577. buffer:
  2578. max: 4
  2579. multiple: 0.35
  2580. decay: 0.225
  2581. jesus:
  2582. a:
  2583. enabled: true
  2584. punishable: true
  2585. setback: true
  2586. min-vl-to-setback: 1
  2587. discord-alert-interval: 1
  2588. broadcast-punishment: false
  2589. max-violations: 15
  2590. alert-interval: 2
  2591. dont-alert-until: 1
  2592. maximum-ping: 100000
  2593. minimum-tps: 19.0
  2594. punishment-commands:
  2595. - kick %player% &c[Vulcan] Unfair Advantage
  2596. buffer:
  2597. max: 3
  2598. multiple: 0.5
  2599. decay: 0.025
  2600. b:
  2601. enabled: true
  2602. punishable: true
  2603. setback: true
  2604. min-vl-to-setback: 1
  2605. discord-alert-interval: 1
  2606. broadcast-punishment: false
  2607. max-violations: 15
  2608. alert-interval: 2
  2609. dont-alert-until: 1
  2610. maximum-ping: 100000
  2611. minimum-tps: 19.0
  2612. punishment-commands:
  2613. - kick %player% &c[Vulcan] Unfair Advantage
  2614. buffer:
  2615. max: 4
  2616. multiple: 0.5
  2617. decay: 0.175
  2618. c:
  2619. enabled: true
  2620. punishable: true
  2621. setback: true
  2622. min-vl-to-setback: 1
  2623. discord-alert-interval: 1
  2624. broadcast-punishment: false
  2625. max-violations: 15
  2626. alert-interval: 2
  2627. dont-alert-until: 1
  2628. maximum-ping: 100000
  2629. minimum-tps: 19.0
  2630. punishment-commands:
  2631. - kick %player% &c[Vulcan] Unfair Advantage
  2632. buffer:
  2633. max: 10
  2634. multiple: 0.45
  2635. decay: 0.75
  2636. d:
  2637. enabled: true
  2638. punishable: true
  2639. setback: true
  2640. min-vl-to-setback: 1
  2641. discord-alert-interval: 1
  2642. broadcast-punishment: false
  2643. max-violations: 15
  2644. alert-interval: 1
  2645. dont-alert-until: 1
  2646. maximum-ping: 100000
  2647. minimum-tps: 19.0
  2648. punishment-commands:
  2649. - kick %player% &c[Vulcan] Unfair Advantage
  2650. buffer:
  2651. max: 4
  2652. multiple: 0.45
  2653. decay: 0.175
  2654. e:
  2655. enabled: true
  2656. punishable: true
  2657. setback: true
  2658. min-vl-to-setback: 1
  2659. discord-alert-interval: 1
  2660. broadcast-punishment: false
  2661. max-violations: 15
  2662. alert-interval: 2
  2663. dont-alert-until: 1
  2664. maximum-ping: 100000
  2665. minimum-tps: 19.0
  2666. punishment-commands:
  2667. - kick %player% &c[Vulcan] Unfair Advantage
  2668. buffer:
  2669. max: 10
  2670. multiple: 0.25
  2671. decay: 0.175
  2672. flight:
  2673. a:
  2674. enabled: true
  2675. punishable: true
  2676. discord-alert-interval: 5
  2677. setback: false
  2678. min-vl-to-setback: 1
  2679. broadcast-punishment: false
  2680. max-violations: 30
  2681. alert-interval: 2
  2682. dont-alert-until: 1
  2683. maximum-ping: 100000
  2684. minimum-tps: 19.0
  2685. punishment-commands:
  2686. - kick %player% &c[Vulcan] Unfair Advantage
  2687. buffer:
  2688. max: 3
  2689. multiple: 0.65
  2690. decay: 0.275
  2691. # Whether or not this check should be disabled for suspected ghost blocks - enabling this will make these checks prone
  2692. # to be bypasses by certain fly modules which spoof onGround values as if the player were on a ghost block, so if you enable
  2693. # this make sure to enable setbacks for ghost-blocks in the ghost-blocks-fix section.
  2694. ignore-ghost-blocks: true
  2695. b:
  2696. enabled: true
  2697. punishable: true
  2698. discord-alert-interval: 5
  2699. setback: false
  2700. min-vl-to-setback: 1
  2701. broadcast-punishment: false
  2702. max-violations: 30
  2703. alert-interval: 2
  2704. dont-alert-until: 1
  2705. maximum-ping: 100000
  2706. minimum-tps: 19.0
  2707. punishment-commands:
  2708. - kick %player% &c[Vulcan] Unfair Advantage
  2709. buffer:
  2710. max: 3
  2711. multiple: 0.5
  2712. decay: 0.275
  2713. c:
  2714. enabled: true
  2715. punishable: true
  2716. discord-alert-interval: 5
  2717. setback: false
  2718. min-vl-to-setback: 1
  2719. broadcast-punishment: false
  2720. max-violations: 30
  2721. alert-interval: 2
  2722. dont-alert-until: 1
  2723. maximum-ping: 100000
  2724. minimum-tps: 19.0
  2725. punishment-commands:
  2726. - kick %player% &c[Vulcan] Unfair Advantage
  2727. buffer:
  2728. max: 4
  2729. multiple: 0.75
  2730. decay: 0.225
  2731. # Whether or not this check should be disabled for suspected ghost blocks - enabling this will make these checks prone
  2732. # to be bypasses by certain fly modules which spoof onGround values as if the player were on a ghost block, so if you enable
  2733. # this make sure to enable setbacks for ghost-blocks in the ghost-blocks-fix section.
  2734. ignore-ghost-blocks: true
  2735. d:
  2736. enabled: true
  2737. punishable: true
  2738. discord-alert-interval: 5
  2739. setback: false
  2740. min-vl-to-setback: 1
  2741. broadcast-punishment: false
  2742. max-violations: 30
  2743. alert-interval: 2
  2744. dont-alert-until: 1
  2745. maximum-ping: 100000
  2746. minimum-tps: 19.0
  2747. punishment-commands:
  2748. - kick %player% &c[Vulcan] Unfair Advantage
  2749. buffer:
  2750. max: 4
  2751. multiple: 0.35
  2752. decay: 0.275
  2753. # Whether or not this check should be disabled for suspected ghost blocks - enabling this will make these checks prone
  2754. # to be bypasses by certain fly modules which spoof onGround values as if the player were on a ghost block, so if you enable
  2755. # this make sure to enable setbacks for ghost-blocks in the ghost-blocks-fix section.
  2756. ignore-ghost-blocks: true
  2757. e:
  2758. enabled: true
  2759. punishable: true
  2760. discord-alert-interval: 5
  2761. setback: false
  2762. min-vl-to-setback: 1
  2763. broadcast-punishment: false
  2764. max-violations: 30
  2765. alert-interval: 2
  2766. dont-alert-until: 1
  2767. maximum-ping: 100000
  2768. minimum-tps: 19.0
  2769. punishment-commands:
  2770. - kick %player% &c[Vulcan] Unfair Advantage
  2771. buffer:
  2772. max: 3
  2773. multiple: 0.4
  2774. decay: 0.5
  2775. # Whether or not this check should be disabled for suspected ghost blocks - enabling this will make these checks prone
  2776. # to be bypasses by certain fly modules which spoof onGround values as if the player were on a ghost block, so if you enable
  2777. # this make sure to enable setbacks for ghost-blocks in the ghost-blocks-fix section.
  2778. ignore-ghost-blocks: true
  2779. vclip:
  2780. a:
  2781. enabled: true
  2782. punishable: false
  2783. setback: false
  2784. discord-alert-interval: 1
  2785. broadcast-punishment: false
  2786. max-violations: 20
  2787. alert-interval: 1
  2788. dont-alert-until: 1
  2789. maximum-ping: 100000
  2790. minimum-tps: 19.0
  2791. punishment-commands:
  2792. - kick %player% &c[Vulcan] Unfair Advantage
  2793. sprint:
  2794. a:
  2795. enabled: true
  2796. punishable: true
  2797. discord-alert-interval: 1
  2798. broadcast-punishment: false
  2799. max-violations: 15
  2800. alert-interval: 1
  2801. dont-alert-until: 1
  2802. maximum-ping: 100000
  2803. minimum-tps: 19.0
  2804. punishment-commands:
  2805. - kick %player% &c[Vulcan] Unfair Advantage
  2806. buffer:
  2807. max: 6
  2808. multiple: 0.25
  2809. decay: 0.4
  2810. strafe:
  2811. a:
  2812. enabled: false
  2813. punishable: true
  2814. setback: false
  2815. min-vl-to-setback: 1
  2816. discord-alert-interval: 1
  2817. broadcast-punishment: false
  2818. max-violations: 15
  2819. alert-interval: 2
  2820. dont-alert-until: 1
  2821. maximum-ping: 100000
  2822. minimum-tps: 19.0
  2823. punishment-commands:
  2824. - kick %player% &c[Vulcan] Unfair Advantage
  2825. buffer:
  2826. max: 2
  2827. multiple: 0.5
  2828. decay: 0.05
  2829. b:
  2830. enabled: false
  2831. punishable: true
  2832. discord-alert-interval: 1
  2833. broadcast-punishment: false
  2834. max-violations: 15
  2835. alert-interval: 1
  2836. dont-alert-until: 1
  2837. maximum-ping: 100000
  2838. minimum-tps: 19.0
  2839. punishment-commands:
  2840. - kick %player% &c[Vulcan] Unfair Advantage
  2841. buffer:
  2842. max: 4
  2843. multiple: 0.15
  2844. decay: 0.075
  2845. player:
  2846. fastuse:
  2847. a:
  2848. enabled: true
  2849. punishable: true
  2850. discord-alert-interval: 1
  2851. broadcast-punishment: false
  2852. max-violations: 5
  2853. alert-interval: 1
  2854. dont-alert-until: 1
  2855. maximum-ping: 100000
  2856. minimum-tps: 19.0
  2857. punishment-commands:
  2858. - kick %player% &c[Vulcan] Unfair Advantage
  2859. airplace:
  2860. a:
  2861. enabled: false
  2862. punishable: true
  2863. discord-alert-interval: 1
  2864. broadcast-punishment: false
  2865. max-violations: 10
  2866. alert-interval: 1
  2867. dont-alert-until: 1
  2868. maximum-ping: 100000
  2869. minimum-tps: 19.0
  2870. punishment-commands:
  2871. - kick %player% &c[Vulcan] Unfair Advantage
  2872. cancel: true
  2873. fastplace:
  2874. a:
  2875. enabled: true
  2876. punishable: true
  2877. discord-alert-interval: 1
  2878. broadcast-punishment: false
  2879. max-violations: 5
  2880. alert-interval: 1
  2881. dont-alert-until: 1
  2882. maximum-ping: 100000
  2883. minimum-tps: 19.0
  2884. punishment-commands:
  2885. - kick %player% &c[Vulcan] Unfair Advantage
  2886. max-blocks: 15
  2887. fastbreak:
  2888. a:
  2889. enabled: true
  2890. punishable: true
  2891. discord-alert-interval: 1
  2892. broadcast-punishment: false
  2893. max-violations: 15
  2894. alert-interval: 1
  2895. dont-alert-until: 1
  2896. maximum-ping: 100000
  2897. minimum-tps: 19.0
  2898. punishment-commands:
  2899. - kick %player% &c[Vulcan] Unfair Advantage
  2900. buffer:
  2901. max: 2
  2902. multiple: 0.25
  2903. decay: 0.5
  2904. min-difference: -125
  2905. tower:
  2906. a:
  2907. enabled: true
  2908. punishable: true
  2909. discord-alert-interval: 1
  2910. broadcast-punishment: false
  2911. max-violations: 5
  2912. alert-interval: 1
  2913. dont-alert-until: 1
  2914. maximum-ping: 100000
  2915. minimum-tps: 19.0
  2916. punishment-commands:
  2917. - kick %player% &c[Vulcan] Unfair Advantage
  2918. buffer:
  2919. max: 4
  2920. multiple: 0.5
  2921. decay: 0.75
  2922. scaffold:
  2923. a:
  2924. enabled: true
  2925. punishable: true
  2926. discord-alert-interval: 1
  2927. broadcast-punishment: false
  2928. max-violations: 3
  2929. alert-interval: 1
  2930. dont-alert-until: 1
  2931. maximum-ping: 100000
  2932. minimum-tps: 19.0
  2933. punishment-commands:
  2934. - kick %player% &c[Vulcan] Unfair Advantage
  2935. b:
  2936. enabled: true
  2937. punishable: true
  2938. discord-alert-interval: 1
  2939. broadcast-punishment: false
  2940. max-violations: 10
  2941. alert-interval: 1
  2942. dont-alert-until: 1
  2943. maximum-ping: 100000
  2944. minimum-tps: 19.0
  2945. punishment-commands:
  2946. - kick %player% &c[Vulcan] Unfair Advantage
  2947. buffer:
  2948. max: 3
  2949. multiple: 0.25
  2950. decay: 0.25
  2951. c:
  2952. enabled: true
  2953. punishable: true
  2954. discord-alert-interval: 1
  2955. broadcast-punishment: false
  2956. max-violations: 5
  2957. alert-interval: 1
  2958. dont-alert-until: 1
  2959. maximum-ping: 100000
  2960. minimum-tps: 19.0
  2961. punishment-commands:
  2962. - kick %player% &c[Vulcan] Unfair Advantage
  2963. buffer:
  2964. max: 2
  2965. multiple: 0.25
  2966. decay: 0.5
  2967. d:
  2968. enabled: true
  2969. punishable: true
  2970. discord-alert-interval: 1
  2971. broadcast-punishment: false
  2972. max-violations: 10
  2973. alert-interval: 1
  2974. dont-alert-until: 1
  2975. maximum-ping: 100000
  2976. minimum-tps: 19.0
  2977. punishment-commands:
  2978. - kick %player% &c[Vulcan] Unfair Advantage
  2979. buffer:
  2980. max: 4
  2981. multiple: 0.25
  2982. decay: 0.5
  2983. e:
  2984. enabled: true
  2985. punishable: true
  2986. discord-alert-interval: 1
  2987. broadcast-punishment: false
  2988. max-violations: 10
  2989. alert-interval: 1
  2990. dont-alert-until: 1
  2991. maximum-ping: 100000
  2992. minimum-tps: 19.0
  2993. punishment-commands:
  2994. - kick %player% &c[Vulcan] Unfair Advantage
  2995. buffer:
  2996. max: 4
  2997. multiple: 0.25
  2998. decay: 0.5
  2999. g:
  3000. enabled: true
  3001. punishable: true
  3002. discord-alert-interval: 1
  3003. broadcast-punishment: false
  3004. max-violations: 15
  3005. alert-interval: 1
  3006. dont-alert-until: 1
  3007. maximum-ping: 100000
  3008. minimum-tps: 19.0
  3009. punishment-commands:
  3010. - kick %player% &c[Vulcan] Unfair Advantage
  3011. buffer:
  3012. max: 2
  3013. multiple: 0.25
  3014. decay: 0.25
  3015. h:
  3016. enabled: true
  3017. punishable: true
  3018. discord-alert-interval: 1
  3019. broadcast-punishment: false
  3020. max-violations: 15
  3021. alert-interval: 1
  3022. dont-alert-until: 1
  3023. maximum-ping: 100000
  3024. minimum-tps: 19.0
  3025. punishment-commands:
  3026. - kick %player% &c[Vulcan] Unfair Advantage
  3027. buffer:
  3028. max: 8
  3029. multiple: 0.25
  3030. decay: 0.35
  3031. i:
  3032. enabled: true
  3033. punishable: true
  3034. discord-alert-interval: 1
  3035. broadcast-punishment: false
  3036. max-violations: 10
  3037. alert-interval: 1
  3038. dont-alert-until: 1
  3039. maximum-ping: 100000
  3040. minimum-tps: 19.0
  3041. punishment-commands:
  3042. - kick %player% &c[Vulcan] Unfair Advantage
  3043. j:
  3044. enabled: true
  3045. punishable: true
  3046. discord-alert-interval: 1
  3047. broadcast-punishment: false
  3048. max-violations: 15
  3049. alert-interval: 1
  3050. dont-alert-until: 1
  3051. maximum-ping: 100000
  3052. minimum-tps: 19.0
  3053. punishment-commands:
  3054. - kick %player% &c[Vulcan] Unfair Advantage
  3055. k:
  3056. enabled: true
  3057. punishable: true
  3058. discord-alert-interval: 1
  3059. broadcast-punishment: false
  3060. max-violations: 15
  3061. alert-interval: 1
  3062. dont-alert-until: 1
  3063. maximum-ping: 100000
  3064. minimum-tps: 19.0
  3065. punishment-commands:
  3066. - kick %player% &c[Vulcan] Unfair Advantage
  3067. buffer:
  3068. max: 1
  3069. multiple: 0.5
  3070. decay: 0.35
  3071. max-blocks: 6
  3072. m:
  3073. enabled: true
  3074. punishable: true
  3075. discord-alert-interval: 1
  3076. broadcast-punishment: false
  3077. max-violations: 12
  3078. alert-interval: 1
  3079. dont-alert-until: 1
  3080. maximum-ping: 100000
  3081. minimum-tps: 19.0
  3082. punishment-commands:
  3083. - kick %player% &c[Vulcan] Unfair Advantage
  3084. buffer:
  3085. max: 1
  3086. multiple: 0.5
  3087. decay: 0.25
  3088. timer:
  3089. a:
  3090. enabled: true
  3091. punishable: true
  3092. discord-alert-interval: 1
  3093. broadcast-punishment: false
  3094. max-violations: 15
  3095. alert-interval: 2
  3096. dont-alert-until: 3
  3097. maximum-ping: 100000
  3098. minimum-tps: 19.8
  3099. punishment-commands:
  3100. - 'minecraft:kick %player% Internal Exception: io.netty.handler.timeout.ReadTimeoutException'
  3101. buffer:
  3102. max: 35
  3103. multiple: 0.425
  3104. decay: 1.85
  3105. max-speed: 1.05
  3106. d:
  3107. enabled: true
  3108. punishable: false
  3109. discord-alert-interval: 1
  3110. broadcast-punishment: false
  3111. max-violations: 30
  3112. alert-interval: 2
  3113. dont-alert-until: 5
  3114. maximum-ping: 100000
  3115. minimum-tps: 19.8
  3116. punishment-commands:
  3117. - 'minecraft:kick %player% Internal Exception: io.netty.handler.timeout.ReadTimeoutException'
  3118. buffer:
  3119. max: 3
  3120. multiple: 0.5
  3121. decay: 0.25
  3122. max-balance: 75
  3123. hackedclient:
  3124. a:
  3125. enabled: true
  3126. punishable: false
  3127. discord-alert-interval: 1
  3128. broadcast-punishment: false
  3129. max-violations: 1000
  3130. alert-interval: 1
  3131. dont-alert-until: 1
  3132. maximum-ping: 100000
  3133. minimum-tps: 19.0
  3134. punishment-commands:
  3135. - kick %player% &c[Vulcan] Unfair Advantage
  3136. b:
  3137. enabled: true
  3138. punishable: false
  3139. discord-alert-interval: 1
  3140. broadcast-punishment: false
  3141. max-violations: 1000
  3142. alert-interval: 1
  3143. dont-alert-until: 1
  3144. maximum-ping: 100000
  3145. minimum-tps: 19.0
  3146. punishment-commands:
  3147. - kick %player% &c[Vulcan] Unfair Advantage
  3148. baritone:
  3149. a:
  3150. enabled: true
  3151. punishable: true
  3152. discord-alert-interval: 1
  3153. broadcast-punishment: false
  3154. max-violations: 20
  3155. alert-interval: 1
  3156. dont-alert-until: 1
  3157. maximum-ping: 100000
  3158. minimum-tps: 19.0
  3159. punishment-commands:
  3160. - kick %player% &c[Vulcan] Unfair Advantage
  3161. buffer:
  3162. max: 20
  3163. multiple: 0.5
  3164. decay: 0.25
  3165. b:
  3166. enabled: true
  3167. punishable: true
  3168. discord-alert-interval: 1
  3169. broadcast-punishment: false
  3170. max-violations: 20
  3171. alert-interval: 1
  3172. dont-alert-until: 1
  3173. maximum-ping: 100000
  3174. minimum-tps: 19.0
  3175. punishment-commands:
  3176. - kick %player% &c[Vulcan] Unfair Advantage
  3177. buffer:
  3178. max: 2
  3179. multiple: 0.5
  3180. decay: 0.05
  3181. crash:
  3182. a:
  3183. enabled: true
  3184. punishable: true
  3185. discord-alert-interval: 1
  3186. broadcast-punishment: false
  3187. max-violations: 1
  3188. alert-interval: 1
  3189. dont-alert-until: 1
  3190. maximum-ping: 100000
  3191. minimum-tps: 19.0
  3192. punishment-commands:
  3193. - kick %player% &c[Vulcan] Unfair Advantage
  3194. b:
  3195. enabled: true
  3196. punishable: true
  3197. discord-alert-interval: 1
  3198. broadcast-punishment: false
  3199. max-violations: 1
  3200. alert-interval: 1
  3201. dont-alert-until: 1
  3202. maximum-ping: 100000
  3203. minimum-tps: 19.0
  3204. punishment-commands:
  3205. - kick %player% &c[Vulcan] Unfair Advantage
  3206. buffer:
  3207. max: 3
  3208. multiple: 0.5
  3209. decay: 0.25
  3210. c:
  3211. enabled: true
  3212. punishable: true
  3213. discord-alert-interval: 1
  3214. broadcast-punishment: false
  3215. max-violations: 1
  3216. alert-interval: 1
  3217. dont-alert-until: 1
  3218. maximum-ping: 100000
  3219. minimum-tps: 19.0
  3220. punishment-commands:
  3221. - kick %player% &c[Vulcan] Unfair Advantage
  3222. d:
  3223. enabled: true
  3224. punishable: true
  3225. discord-alert-interval: 1
  3226. broadcast-punishment: false
  3227. max-violations: 1
  3228. alert-interval: 1
  3229. dont-alert-until: 1
  3230. maximum-ping: 100000
  3231. minimum-tps: 19.0
  3232. punishment-commands:
  3233. - kick %player% &c[Vulcan] Unfair Advantage
  3234. ghosthand:
  3235. a:
  3236. enabled: true
  3237. punishable: true
  3238. discord-alert-interval: 1
  3239. broadcast-punishment: false
  3240. max-violations: 3
  3241. alert-interval: 1
  3242. dont-alert-until: 1
  3243. maximum-ping: 100000
  3244. minimum-tps: 19.0
  3245. punishment-commands:
  3246. - kick %player% &c[Vulcan] Unfair Advantage
  3247. cancel: true
  3248. # This checks for when players do not reply to transaction packets. Recommended to just kick for this on 1 violation, since
  3249. # anyone who flags this will be automatically kicked by the server for keepalive timeout anyway if they don't reply to any
  3250. # packets after 30 seconds.
  3251. transaction:
  3252. a:
  3253. enabled: false
  3254. punishable: false
  3255. discord-alert-interval: 1
  3256. broadcast-punishment: false
  3257. max-violations: 3
  3258. alert-interval: 1
  3259. dont-alert-until: 1
  3260. maximum-ping: 100000
  3261. minimum-tps: 19.0
  3262. punishment-commands:
  3263. - kick %player% &c[Vulcan] Unfair Advantage
  3264. max-delay: 30000
  3265. selfleash:
  3266. a:
  3267. enabled: true
  3268. punishable: true
  3269. discord-alert-interval: 1
  3270. broadcast-punishment: false
  3271. max-violations: 10
  3272. alert-interval: 1
  3273. dont-alert-until: 1
  3274. maximum-ping: 100000
  3275. minimum-tps: 19.0
  3276. punishment-commands:
  3277. - kick %player% &c[Vulcan] Unfair Advantage
  3278. buffer:
  3279. max: 5
  3280. multiple: 0.5
  3281. decay: 0.25
  3282. badpackets:
  3283. a:
  3284. enabled: true
  3285. punishable: true
  3286. discord-alert-interval: 1
  3287. broadcast-punishment: false
  3288. max-violations: 3
  3289. alert-interval: 1
  3290. dont-alert-until: 1
  3291. maximum-ping: 100000
  3292. minimum-tps: 19.0
  3293. punishment-commands:
  3294. - kick %player% &c[Vulcan] Unfair Advantage
  3295. buffer:
  3296. max: 2
  3297. multiple: 0.5
  3298. decay: 0.25
  3299. b:
  3300. enabled: true
  3301. punishable: true
  3302. discord-alert-interval: 1
  3303. broadcast-punishment: false
  3304. max-violations: 1
  3305. alert-interval: 1
  3306. dont-alert-until: 1
  3307. maximum-ping: 100000
  3308. minimum-tps: 19.0
  3309. punishment-commands:
  3310. - kick %player% &c[Vulcan] Unfair Advantage
  3311. c:
  3312. enabled: true
  3313. punishable: true
  3314. discord-alert-interval: 1
  3315. broadcast-punishment: false
  3316. max-violations: 1
  3317. alert-interval: 1
  3318. dont-alert-until: 1
  3319. maximum-ping: 100000
  3320. minimum-tps: 19.0
  3321. punishment-commands:
  3322. - kick %player% &c[Vulcan] Unfair Advantage
  3323. d:
  3324. enabled: true
  3325. punishable: true
  3326. discord-alert-interval: 1
  3327. broadcast-punishment: false
  3328. max-violations: 5
  3329. alert-interval: 1
  3330. dont-alert-until: 1
  3331. maximum-ping: 100000
  3332. minimum-tps: 19.0
  3333. punishment-commands:
  3334. - kick %player% &c[Vulcan] Unfair Advantage
  3335. buffer:
  3336. max: 3
  3337. multiple: 0.25
  3338. decay: 0.01
  3339. e:
  3340. enabled: true
  3341. punishable: true
  3342. discord-alert-interval: 1
  3343. broadcast-punishment: false
  3344. max-violations: 1
  3345. alert-interval: 1
  3346. dont-alert-until: 1
  3347. maximum-ping: 100000
  3348. minimum-tps: 19.0
  3349. punishment-commands:
  3350. - kick %player% &c[Vulcan] Unfair Advantage
  3351. f:
  3352. enabled: true
  3353. punishable: true
  3354. discord-alert-interval: 1
  3355. broadcast-punishment: false
  3356. max-violations: 1
  3357. alert-interval: 1
  3358. dont-alert-until: 1
  3359. maximum-ping: 100000
  3360. minimum-tps: 19.0
  3361. punishment-commands:
  3362. - kick %player% &c[Vulcan] Unfair Advantage
  3363. g:
  3364. enabled: true
  3365. punishable: true
  3366. discord-alert-interval: 1
  3367. broadcast-punishment: false
  3368. max-violations: 3
  3369. alert-interval: 1
  3370. dont-alert-until: 1
  3371. maximum-ping: 100000
  3372. minimum-tps: 19.0
  3373. punishment-commands:
  3374. - kick %player% &c[Vulcan] Unfair Advantage
  3375. h:
  3376. enabled: true
  3377. punishable: true
  3378. discord-alert-interval: 1
  3379. broadcast-punishment: false
  3380. max-violations: 3
  3381. alert-interval: 1
  3382. dont-alert-until: 1
  3383. maximum-ping: 100000
  3384. minimum-tps: 19.0
  3385. punishment-commands:
  3386. - kick %player% &c[Vulcan] Unfair Advantage
  3387. i:
  3388. enabled: true
  3389. punishable: true
  3390. discord-alert-interval: 1
  3391. broadcast-punishment: false
  3392. max-violations: 3
  3393. alert-interval: 1
  3394. dont-alert-until: 1
  3395. maximum-ping: 100000
  3396. minimum-tps: 19.0
  3397. punishment-commands:
  3398. - kick %player% &c[Vulcan] Unfair Advantage
  3399. j:
  3400. enabled: true
  3401. punishable: true
  3402. discord-alert-interval: 1
  3403. broadcast-punishment: false
  3404. max-violations: 3
  3405. alert-interval: 1
  3406. dont-alert-until: 1
  3407. maximum-ping: 100000
  3408. minimum-tps: 19.0
  3409. punishment-commands:
  3410. - kick %player% &c[Vulcan] Unfair Advantage
  3411. k:
  3412. enabled: true
  3413. punishable: true
  3414. discord-alert-interval: 1
  3415. broadcast-punishment: false
  3416. max-violations: 5
  3417. alert-interval: 1
  3418. dont-alert-until: 1
  3419. maximum-ping: 100000
  3420. minimum-tps: 19.0
  3421. punishment-commands:
  3422. - kick %player% &c[Vulcan] Unfair Advantage
  3423. buffer:
  3424. max: 3
  3425. multiple: 0.5
  3426. decay: 0.4
  3427. m:
  3428. enabled: true
  3429. punishable: true
  3430. discord-alert-interval: 1
  3431. broadcast-punishment: false
  3432. max-violations: 5
  3433. alert-interval: 1
  3434. dont-alert-until: 1
  3435. maximum-ping: 100000
  3436. minimum-tps: 19.0
  3437. punishment-commands:
  3438. - kick %player% &c[Vulcan] Unfair Advantage
  3439. buffer:
  3440. max: 5
  3441. multiple: 0.33
  3442. decay: 0.25
  3443. n:
  3444. enabled: true
  3445. punishable: true
  3446. discord-alert-interval: 1
  3447. broadcast-punishment: false
  3448. max-violations: 10
  3449. alert-interval: 1
  3450. dont-alert-until: 1
  3451. maximum-ping: 100000
  3452. minimum-tps: 19.0
  3453. punishment-commands:
  3454. - kick %player% &c[Vulcan] Unfair Advantage
  3455. buffer:
  3456. max: 20
  3457. multiple: 0.25
  3458. decay: 2.5
  3459. o:
  3460. enabled: true
  3461. punishable: true
  3462. discord-alert-interval: 1
  3463. broadcast-punishment: false
  3464. max-violations: 1
  3465. alert-interval: 1
  3466. dont-alert-until: 1
  3467. maximum-ping: 100000
  3468. minimum-tps: 19.0
  3469. punishment-commands:
  3470. - kick %player% &c[Vulcan] Unfair Advantage
  3471. buffer:
  3472. max: 3
  3473. multiple: 0.5
  3474. decay: 0.15
  3475. p:
  3476. enabled: true
  3477. punishable: true
  3478. discord-alert-interval: 1
  3479. broadcast-punishment: false
  3480. max-violations: 10
  3481. alert-interval: 1
  3482. dont-alert-until: 1
  3483. maximum-ping: 100000
  3484. minimum-tps: 19.0
  3485. punishment-commands:
  3486. - kick %player% &c[Vulcan] Unfair Advantage
  3487. buffer:
  3488. max: 3
  3489. multiple: 0.5
  3490. decay: 0.15
  3491. q:
  3492. enabled: true
  3493. punishable: true
  3494. discord-alert-interval: 1
  3495. broadcast-punishment: false
  3496. max-violations: 1
  3497. alert-interval: 1
  3498. dont-alert-until: 1
  3499. maximum-ping: 100000
  3500. minimum-tps: 19.0
  3501. punishment-commands:
  3502. - kick %player% &c[Vulcan] Unfair Advantage
  3503. buffer:
  3504. max: 3
  3505. multiple: 0.5
  3506. decay: 0.15
  3507. r:
  3508. enabled: true
  3509. punishable: true
  3510. discord-alert-interval: 1
  3511. broadcast-punishment: false
  3512. max-violations: 10
  3513. alert-interval: 1
  3514. dont-alert-until: 1
  3515. maximum-ping: 100000
  3516. minimum-tps: 19.0
  3517. punishment-commands:
  3518. - kick %player% &c[Vulcan] Unfair Advantage
  3519. buffer:
  3520. max: 6
  3521. multiple: 0.5
  3522. decay: 0.25
  3523. s:
  3524. enabled: true
  3525. punishable: true
  3526. discord-alert-interval: 1
  3527. broadcast-punishment: false
  3528. max-violations: 5
  3529. alert-interval: 1
  3530. dont-alert-until: 1
  3531. maximum-ping: 100000
  3532. minimum-tps: 19.0
  3533. punishment-commands:
  3534. - kick %player% &c[Vulcan] Unfair Advantage
  3535. t:
  3536. enabled: true
  3537. punishable: true
  3538. discord-alert-interval: 1
  3539. broadcast-punishment: false
  3540. max-violations: 1
  3541. alert-interval: 1
  3542. dont-alert-until: 1
  3543. maximum-ping: 100000
  3544. minimum-tps: 19.0
  3545. punishment-commands:
  3546. - kick %player% &c[Vulcan] Unfair Advantage
  3547. u:
  3548. enabled: true
  3549. punishable: true
  3550. discord-alert-interval: 1
  3551. broadcast-punishment: false
  3552. max-violations: 1
  3553. alert-interval: 1
  3554. dont-alert-until: 1
  3555. maximum-ping: 100000
  3556. minimum-tps: 19.0
  3557. punishment-commands:
  3558. - kick %player% &c[Vulcan] Unfair Advantage
  3559. v:
  3560. enabled: true
  3561. punishable: true
  3562. discord-alert-interval: 1
  3563. broadcast-punishment: false
  3564. max-violations: 15
  3565. alert-interval: 1
  3566. dont-alert-until: 1
  3567. maximum-ping: 100000
  3568. minimum-tps: 19.0
  3569. punishment-commands:
  3570. - kick %player% &c[Vulcan] Unfair Advantage
  3571. buffer:
  3572. max: 8
  3573. multiple: 0.5
  3574. decay: 0.075
  3575. kick-out: false
  3576. w:
  3577. enabled: true
  3578. punishable: true
  3579. discord-alert-interval: 1
  3580. broadcast-punishment: false
  3581. max-violations: 10
  3582. alert-interval: 1
  3583. dont-alert-until: 1
  3584. maximum-ping: 100000
  3585. minimum-tps: 19.0
  3586. punishment-commands:
  3587. - kick %player% &c[Vulcan] Unfair Advantage
  3588. buffer:
  3589. max: 8
  3590. multiple: 0.5
  3591. decay: 0.75
  3592. x:
  3593. enabled: true
  3594. punishable: true
  3595. discord-alert-interval: 1
  3596. broadcast-punishment: false
  3597. max-violations: 10
  3598. alert-interval: 1
  3599. dont-alert-until: 1
  3600. maximum-ping: 100000
  3601. minimum-tps: 19.0
  3602. punishment-commands:
  3603. - kick %player% &c[Vulcan] Unfair Advantage
  3604. buffer:
  3605. max: 6
  3606. multiple: 0.5
  3607. decay: 0.35
  3608. y:
  3609. enabled: true
  3610. punishable: true
  3611. discord-alert-interval: 1
  3612. broadcast-punishment: false
  3613. max-violations: 1
  3614. alert-interval: 1
  3615. dont-alert-until: 1
  3616. maximum-ping: 100000
  3617. minimum-tps: 19.0
  3618. punishment-commands:
  3619. - kick %player% &c[Vulcan] Unfair Advantage
  3620. z:
  3621. enabled: true
  3622. punishable: true
  3623. discord-alert-interval: 1
  3624. broadcast-punishment: false
  3625. max-violations: 3
  3626. alert-interval: 1
  3627. dont-alert-until: 1
  3628. maximum-ping: 100000
  3629. minimum-tps: 19.0
  3630. punishment-commands:
  3631. - kick %player% &cBoat Glitch Detected
  3632. '1':
  3633. enabled: true
  3634. punishable: true
  3635. discord-alert-interval: 1
  3636. broadcast-punishment: false
  3637. max-violations: 15
  3638. alert-interval: 1
  3639. dont-alert-until: 1
  3640. maximum-ping: 100000
  3641. minimum-tps: 19.0
  3642. punishment-commands:
  3643. - kick %player% &c[Vulcan] Unfair Advantage
  3644. buffer:
  3645. max: 12
  3646. multiple: 0.25
  3647. decay: 0.25
  3648. '2':
  3649. enabled: true
  3650. punishable: true
  3651. discord-alert-interval: 1
  3652. broadcast-punishment: false
  3653. max-violations: 15
  3654. alert-interval: 1
  3655. dont-alert-until: 1
  3656. maximum-ping: 100000
  3657. minimum-tps: 19.0
  3658. punishment-commands:
  3659. - kick %player% &c[Vulcan] Unfair Advantage
  3660. buffer:
  3661. max: 12
  3662. multiple: 0.25
  3663. decay: 0.25
  3664. '4':
  3665. enabled: true
  3666. punishable: true
  3667. discord-alert-interval: 1
  3668. broadcast-punishment: false
  3669. max-violations: 5
  3670. alert-interval: 1
  3671. dont-alert-until: 1
  3672. maximum-ping: 100000
  3673. minimum-tps: 19.0
  3674. punishment-commands:
  3675. - kick %player% &c[Vulcan] Unfair Advantage
  3676. buffer:
  3677. max: 4
  3678. multiple: 0.25
  3679. decay: 0.025
  3680. inventory:
  3681. a:
  3682. enabled: true
  3683. punishable: true
  3684. discord-alert-interval: 1
  3685. broadcast-punishment: false
  3686. max-violations: 5
  3687. alert-interval: 1
  3688. dont-alert-until: 1
  3689. maximum-ping: 100000
  3690. minimum-tps: 19.0
  3691. punishment-commands:
  3692. - kick %player% &c[Vulcan] Unfair Advantage
  3693. buffer:
  3694. max: 2
  3695. multiple: 0.25
  3696. decay: 0.25
  3697. b:
  3698. enabled: true
  3699. punishable: true
  3700. discord-alert-interval: 1
  3701. broadcast-punishment: false
  3702. max-violations: 5
  3703. alert-interval: 1
  3704. dont-alert-until: 1
  3705. maximum-ping: 100000
  3706. minimum-tps: 19.0
  3707. punishment-commands:
  3708. - kick %player% &c[Vulcan] Unfair Advantage
  3709. buffer:
  3710. max: 2
  3711. multiple: 0.25
  3712. decay: 0.25
  3713. invalid:
  3714. c:
  3715. enabled: true
  3716. punishable: true
  3717. discord-alert-interval: 1
  3718. setback: false
  3719. min-vl-to-setback: 1
  3720. broadcast-punishment: false
  3721. max-violations: 8
  3722. alert-interval: 1
  3723. dont-alert-until: 1
  3724. maximum-ping: 100000
  3725. minimum-tps: 19.0
  3726. punishment-commands:
  3727. - kick %player% &c[Vulcan] Unfair Advantage
  3728. buffer:
  3729. max: 1
  3730. multiple: 0.5
  3731. decay: 0.01
  3732. d:
  3733. enabled: true
  3734. punishable: true
  3735. discord-alert-interval: 1
  3736. broadcast-punishment: false
  3737. max-violations: 10
  3738. alert-interval: 1
  3739. dont-alert-until: 1
  3740. maximum-ping: 100000
  3741. minimum-tps: 19.0
  3742. punishment-commands:
  3743. - kick %player% &c[Vulcan] Unfair Advantage
  3744. buffer:
  3745. max: 8
  3746. multiple: 0.25
  3747. decay: 0.5
  3748. e:
  3749. enabled: true
  3750. punishable: true
  3751. discord-alert-interval: 1
  3752. setback: false
  3753. min-vl-to-setback: 1
  3754. broadcast-punishment: false
  3755. max-violations: 8
  3756. alert-interval: 1
  3757. dont-alert-until: 1
  3758. maximum-ping: 100000
  3759. minimum-tps: 19.0
  3760. punishment-commands:
  3761. - kick %player% &c[Vulcan] Unfair Advantage
  3762. buffer:
  3763. max: 1
  3764. multiple: 0.5
  3765. decay: 0.01
  3766. f:
  3767. enabled: true
  3768. punishable: true
  3769. discord-alert-interval: 1
  3770. setback: false
  3771. min-vl-to-setback: 1
  3772. broadcast-punishment: false
  3773. max-violations: 5
  3774. alert-interval: 1
  3775. dont-alert-until: 1
  3776. maximum-ping: 100000
  3777. minimum-tps: 19.0
  3778. punishment-commands:
  3779. - kick %player% &c[Vulcan] Unfair Advantage
  3780. buffer:
  3781. max: 1
  3782. multiple: 0.5
  3783. decay: 0.01
  3784. g:
  3785. enabled: true
  3786. punishable: true
  3787. discord-alert-interval: 1
  3788. setback: false
  3789. min-vl-to-setback: 1
  3790. broadcast-punishment: false
  3791. max-violations: 20
  3792. alert-interval: 1
  3793. dont-alert-until: 1
  3794. maximum-ping: 100000
  3795. minimum-tps: 19.0
  3796. punishment-commands:
  3797. - kick %player% &c[Vulcan] Unfair Advantage
  3798. buffer:
  3799. max: 2
  3800. multiple: 0.5
  3801. decay: 0.025
  3802. h:
  3803. enabled: true
  3804. punishable: true
  3805. discord-alert-interval: 1
  3806. setback: false
  3807. min-vl-to-setback: 1
  3808. broadcast-punishment: false
  3809. max-violations: 20
  3810. alert-interval: 1
  3811. dont-alert-until: 1
  3812. maximum-ping: 100000
  3813. minimum-tps: 19.0
  3814. punishment-commands:
  3815. - kick %player% &c[Vulcan] Unfair Advantage
  3816. buffer:
  3817. max: 3
  3818. multiple: 0.5
  3819. decay: 0.05
  3820. i:
  3821. enabled: true
  3822. punishable: true
  3823. discord-alert-interval: 1
  3824. setback: false
  3825. min-vl-to-setback: 1
  3826. broadcast-punishment: false
  3827. max-violations: 20
  3828. alert-interval: 1
  3829. dont-alert-until: 1
  3830. maximum-ping: 100000
  3831. minimum-tps: 19.0
  3832. punishment-commands:
  3833. - kick %player% &c[Vulcan] Unfair Advantage
  3834. buffer:
  3835. max: 3
  3836. multiple: 0.5
  3837. decay: 0.05
  3838. j:
  3839. enabled: true
  3840. punishable: true
  3841. discord-alert-interval: 1
  3842. setback: false
  3843. min-vl-to-setback: 1
  3844. broadcast-punishment: false
  3845. max-violations: 20
  3846. alert-interval: 1
  3847. dont-alert-until: 1
  3848. maximum-ping: 100000
  3849. minimum-tps: 19.0
  3850. punishment-commands:
  3851. - kick %player% &c[Vulcan] Unfair Advantage
  3852. buffer:
  3853. max: 1
  3854. multiple: 0.5
  3855. decay: 0.05
  3856. groundspoof:
  3857. a:
  3858. enabled: true
  3859. punishable: true
  3860. discord-alert-interval: 1
  3861. broadcast-punishment: false
  3862. max-violations: 15
  3863. alert-interval: 1
  3864. dont-alert-until: 1
  3865. maximum-ping: 100000
  3866. minimum-tps: 19.0
  3867. punishment-commands:
  3868. - kick %player% &c[Vulcan] Unfair Advantage
  3869. buffer:
  3870. max: 4
  3871. multiple: 0.5
  3872. decay: 0.125
  3873. b:
  3874. enabled: true
  3875. punishable: true
  3876. discord-alert-interval: 1
  3877. broadcast-punishment: false
  3878. max-violations: 5
  3879. alert-interval: 1
  3880. dont-alert-until: 1
  3881. maximum-ping: 100000
  3882. minimum-tps: 19.0
  3883. punishment-commands:
  3884. - kick %player% &c[Vulcan] Unfair Advantage
  3885. buffer:
  3886. max: 4
  3887. multiple: 0.5
  3888. decay: 0.125
  3889. c:
  3890. enabled: true
  3891. punishable: true
  3892. discord-alert-interval: 1
  3893. broadcast-punishment: false
  3894. max-violations: 15
  3895. alert-interval: 1
  3896. dont-alert-until: 1
  3897. maximum-ping: 100000
  3898. minimum-tps: 19.0
  3899. punishment-commands:
  3900. - kick %player% &c[Vulcan] Unfair Advantage
  3901. buffer:
  3902. max: 4
  3903. multiple: 0.5
  3904. decay: 0.125
  3905. improbable:
  3906. a:
  3907. enabled: true
  3908. punishable: true
  3909. discord-alert-interval: 1
  3910. broadcast-punishment: false
  3911. max-violations: 1
  3912. alert-interval: 1
  3913. dont-alert-until: 1
  3914. maximum-ping: 100000
  3915. minimum-tps: 19.0
  3916. punishment-commands:
  3917. - kick %player% &c[Vulcan] Unfair Advantage
  3918. max-combat-violations: 25
  3919. b:
  3920. enabled: true
  3921. punishable: true
  3922. discord-alert-interval: 1
  3923. broadcast-punishment: false
  3924. max-violations: 1
  3925. alert-interval: 1
  3926. dont-alert-until: 1
  3927. maximum-ping: 100000
  3928. minimum-tps: 19.0
  3929. punishment-commands:
  3930. - kick %player% &c[Vulcan] Unfair Advantage
  3931. max-movement-violations: 30
  3932. c:
  3933. enabled: true
  3934. punishable: true
  3935. discord-alert-interval: 1
  3936. broadcast-punishment: false
  3937. max-violations: 1
  3938. alert-interval: 1
  3939. dont-alert-until: 1
  3940. maximum-ping: 100000
  3941. minimum-tps: 19.0
  3942. punishment-commands:
  3943. - kick %player% &c[Vulcan] Unfair Advantage
  3944. max-player-violations: 30
  3945. d:
  3946. enabled: true
  3947. punishable: true
  3948. discord-alert-interval: 1
  3949. broadcast-punishment: false
  3950. max-violations: 1
  3951. alert-interval: 1
  3952. dont-alert-until: 1
  3953. maximum-ping: 100000
  3954. minimum-tps: 19.0
  3955. punishment-commands:
  3956. - kick %player% &c[Vulcan] Unfair Advantage
  3957. max-autoclicker-violations: 30
  3958. e:
  3959. enabled: true
  3960. punishable: true
  3961. discord-alert-interval: 1
  3962. broadcast-punishment: false
  3963. max-violations: 1
  3964. alert-interval: 1
  3965. dont-alert-until: 1
  3966. maximum-ping: 100000
  3967. minimum-tps: 19.0
  3968. punishment-commands:
  3969. - kick %player% &c[Vulcan] Unfair Advantage
  3970. max-total-violations: 50
  3971. f:
  3972. enabled: true
  3973. punishable: true
  3974. discord-alert-interval: 1
  3975. broadcast-punishment: false
  3976. max-violations: 1
  3977. alert-interval: 1
  3978. dont-alert-until: 1
  3979. maximum-ping: 100000
  3980. minimum-tps: 19.0
  3981. punishment-commands:
  3982. - kick %player% &c[Vulcan] Unfair Advantage
  3983. max-scaffold-violations: 25
Add Comment
Please, Sign In to add comment