Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.58 KB | None | 0 0
  1. ########################################################################################################
  2. #
  3. #
  4. # Matrix Anti-Cheat
  5. # checks.yml
  6. #
  7. # This file checks and prevents the player from
  8. # using most combat related hacks including but not
  9. # limited to KillAura, Reach, HitBox, & More!
  10. #
  11. # Proofreading/Translation By: DJRedNightMC#6027
  12. # Free & Paid Plugin Proofreading for Non-Native English Speaking Developers
  13. #
  14. ########################################################################################################
  15.  
  16.  
  17. ############################################################
  18. #
  19. # KillAura
  20. #
  21. # Description: This check prevents the player from using
  22. # the KillAura hack
  23. #
  24. ############################################################
  25. killaura:
  26. # Enable KillAura check?
  27. enable: true
  28.  
  29. # Enable Machine Learning KillAura check?
  30. # (If set to true, you must also set the above check to true)
  31. machine_learning: true
  32.  
  33. # Module Settings
  34. modules:
  35. # AutoClicker check, it can detect player using AutoClickers
  36. autoclicker:
  37. # Max clicks per second (CPS)
  38. max_cps: 15
  39. # CPS limit check
  40. cps: true
  41. # click delay analyser
  42. delay: true
  43. # Long term CPS analyser
  44. cps_long: true
  45.  
  46. # Attack Accuracy check
  47. accuracy:
  48. # Enable accuracy check?
  49. enable: true
  50. # Max attack accuracy (0-100)
  51. max_accuracy: 70
  52. # violations will be add
  53. vl_add: 20
  54.  
  55. # Other Modules
  56. other:
  57. # super knock back check
  58. action: true
  59. # yaw pattern
  60. yaw: true
  61. # pitch pattern
  62. pitch: true
  63. # snap aim check
  64. snap: true
  65.  
  66. # Punish Commands
  67. # number_of_violations: '<command>'
  68. commands:
  69. 20: 'matrix notify %player% might be using combat hacks (KillAura)'
  70. 35: 'matrix notify %player% is using combat hacks (KillAura) #2'
  71.  
  72. ############################################################
  73. #
  74. # HitBox/Angle/Reach
  75. #
  76. # Description: This check prevents players from using HitBox,
  77. # Angle, & Reach hacks.
  78. #
  79. ############################################################
  80. hitbox:
  81. # Enable HitBox check?
  82. enable: true
  83.  
  84. # Angle check settings
  85. angle:
  86. # Max angle (degrees)
  87. max: 90
  88.  
  89. # Min distance check
  90. min_dist: 1.5
  91.  
  92. # Reach check settings
  93. reach:
  94. # Max attack reach distance
  95. max_reach: 3.5
  96.  
  97. # Enable reach distance analyser?
  98. # This is a math check that can detect slightly modified reach hacks
  99. enable_analyser: true
  100.  
  101. # Number of violations in order to start to canceling illegal hits (-1 = never cancel)
  102. cancel_vl: 8
  103.  
  104. # Punish Commands
  105. # number_of_violations: '<command>'
  106. commands:
  107. 10: 'matrix notify %player% tried to reach entity outside max reach distance (HitBox)'
  108. 15: 'matrix notify %player% tried to reach entity outside max reach distance (HitBox) #2'
  109.  
  110. ############################################################
  111. #
  112. # Movement Speed
  113. #
  114. # Description: This checks how fast a player moves, and
  115. # prevents the player from moving too fast.
  116. #
  117. ############################################################
  118. speed:
  119. # Enable this check?
  120. # Warning: If you disable
  121. # speed check, fly check
  122. # will not work!
  123. enable: true
  124.  
  125. # Setback violations (-1 = never setback)
  126. cancel_vl: 30
  127.  
  128. # Entity Speed check
  129. # It can detect Vehicle Speed hacking in 1.9+
  130. entity_speed: true
  131.  
  132. # Punish Commands
  133. # number_of_violations: '<command>'
  134. commands:
  135. 55: 'matrix notify %player% tried to move faster than usual (Speed) #1'
  136. 90: 'matrix notify %player% tried to move faster than usual (Speed) #2'
  137.  
  138. ############################################################
  139. #
  140. # Fly
  141. #
  142. # Description: Prevents the player from using both vanilla
  143. # and non-vanilla fly hacks.
  144. #
  145. ############################################################
  146. fly:
  147. # Enable this check?
  148. # Warning: If you enable
  149. # fly check, speed check
  150. # MUST be ENABLED!
  151. enable: true
  152.  
  153. # Setback violations (-1 = never setback)
  154. cancel_vl: 50
  155.  
  156. # Strict Glide check
  157. strict_glide:
  158. # Enable strict glide check?
  159. enable: true
  160.  
  161. # Falling distance and expectation deserve maximum deviation
  162. # If difference lager than this value, the player will be flagged
  163. max_diff: 0.5
  164.  
  165. # Setback method (back/ground)
  166. # back: teleport the player to the last legit location
  167. # ground: teleport the player to the ground under the player
  168. setback: back
  169.  
  170. # Punish Commands
  171. # number_of_violations: '<command>'
  172. commands:
  173. 50: 'matrix notify %player% tried to fly (Fly) #1'
  174. 100: 'matrix notify %player% tried to fly (Fly) #2'
  175.  
  176. ############################################################
  177. #
  178. # BadPackets
  179. #
  180. # Description: Prevents player from sending too many
  181. # movement packets or sending illegal packets
  182. #
  183. # Warning: Don't disable this check! This check includes
  184. # many hidden checks that are vital for Matrix to run!
  185. ############################################################
  186. badpackets:
  187. # Enable this check?
  188. enable: true
  189.  
  190. # Number of violations needed to start canceling illegal move packets
  191. cancel_vl: 30
  192.  
  193. # Enable Slow timer check?
  194. # This check can detect some hacks based on slower timer
  195. # But it may conflict with some optimization mod, such as LabyMod.
  196. slow_timer: true
  197.  
  198. # packet queue size (seconds)
  199. # smaller-> detect timer faster, higher -> more friendly for high latency players
  200. cache_size: 30
  201.  
  202. # Useless verbose message output (+0 VL messages)
  203. # If you don't want to see BadPackets spam in the verbose messages
  204. # You can set this to false
  205. verbose_useless: true
  206.  
  207. # Punish Commands
  208. # number_of_violations: '<command>'
  209. commands:
  210. 100: 'matrix notify %player% is sending unusual packets to server (BadPackets) #1'
  211. 150: 'matrix notify %player% is sending unusual packets to server (BadPackets) #2'
  212.  
  213. ############################################################
  214. #
  215. # FastUse
  216. #
  217. # Description: Check prevents player from eating or using
  218. # an item too quickly.
  219. #
  220. ############################################################
  221. fastuse:
  222. # Enable this check?
  223. enable: true
  224.  
  225. # Number of violations needed to start canceling use of item
  226. # (-1 = Never Cancel)
  227. cancel_vl: 5
  228.  
  229. # Punish Commands
  230. # number_of_violations: '<command>'
  231. commands:
  232. 5: 'matrix notify %player% tried to use an item faster than usual (FastUse)'
  233.  
  234. ############################################################
  235. #
  236. # FastBow
  237. #
  238. # Description: Check prevents player from shooting a bow
  239. # too quickly.
  240. #
  241. ############################################################
  242. fastbow:
  243. # Enable this check?
  244. enable: true
  245.  
  246. # Number of violations needed to start canceling use of bow
  247. cancel_vl: 7
  248.  
  249. # Punish Commands
  250. # number_of_violations: '<command>'
  251. commands:
  252. 5: 'matrix notify %player% is trying to shoot a bow too quickly (FastBow)'
  253.  
  254. ############################################################
  255. #
  256. # FastHeal
  257. #
  258. # Description: Check prevents player from regaining health
  259. # too quickly.
  260. #
  261. ############################################################
  262. fastheal:
  263. # Enable this check?
  264. enable: true
  265.  
  266. # Punish Commands
  267. # number_of_violations: '<command>'
  268. commands:
  269. 10: 'matrix notify %player% tried to regain health too quickly (FastHeal)'
  270.  
  271. ############################################################
  272. #
  273. # FastPlace/Block Interact
  274. #
  275. # Description: Check prevents the player from breaking,
  276. # placing, or interacting with a block too quikcly.
  277. #
  278. ############################################################
  279. block:
  280. # Enable this check?
  281. enable: true
  282.  
  283. # Number of violations to start canceling the placing/breaking of blocks
  284. cancel_vl: 15
  285.  
  286. # Punish Commands
  287. # number_of_violations: '<command>'
  288. commands:
  289. 10: 'matrix notify %player% tried to place/break a block too quickly (FastPlace)'
  290.  
  291. ############################################################
  292. #
  293. # Jesus / Water Walking
  294. #
  295. # Description: Check prevents the player from moving too
  296. # too quickly in liquids, or walking on liquid.
  297. #
  298. ############################################################
  299. jesus:
  300. # Enable this check?
  301. enable: true
  302.  
  303. # Number of violations to start canceling liquid movement
  304. cancel_vl: 15
  305.  
  306. # Punish Commands
  307. # number_of_violations: '<command>'
  308. commands:
  309. 15: 'matrix notify %player% tried to move illegally in liquid (Jesus)'
  310.  
  311. ############################################################
  312. #
  313. # ChestSteal / InventoryMove
  314. #
  315. # Description: Check prevents the player from using illegal
  316. # inventory modifications such as Steal. Also prevents quick
  317. # inventory movement hacks.
  318. #
  319. ############################################################
  320. inventory:
  321. # Enable this check?
  322. enable: true
  323.  
  324. # Number of violations to start canceling the movement of items
  325. cancel_vl: 10
  326.  
  327. # Disable InventoryMove check
  328. # If you don't need InventoryMove check, you can set this to 'true' to disable it
  329. # This option ONLY works for 1.12/1.13/+ server
  330. disable_invmove: false
  331.  
  332. # Punish Commands
  333. # number_of_violations: '<command>'
  334. commands:
  335. 10: 'matrix notify %player% moved items in inventory too quickly (ChestSteal)'
  336.  
  337. ############################################################
  338. #
  339. # Velocity / Anti-Knockback
  340. #
  341. # Description: Check prevents the player from using any type
  342. # of anti-knockback hacks.
  343. #
  344. ############################################################
  345. velocity:
  346. # Enable this check?
  347. enable: true
  348.  
  349. # Modules List
  350. # You can turn off some velocity modules here
  351. # Set it to false to disable the module
  352. modules:
  353. vertical: true
  354. horizon: true
  355. air: true
  356. air_direction: true
  357.  
  358. # Punish Commands
  359. # number_of_violations: '<command>'
  360. commands:
  361. 10: 'matrix notify %player% tried to ignore server velocity (Anti-Knockback)'
  362. 15: 'matrix notify %player% tried to ignore server velocity (Anti-Knockback) #2'
  363.  
  364. ############################################################
  365. #
  366. # Chat Spam
  367. #
  368. # Description: Check prevents a player from spamming
  369. # messages in the servers chat.
  370. #
  371. ############################################################
  372. chat:
  373. # Enable this check?
  374. enable: true
  375.  
  376. # Minimum amount of time between messages (Seconds)
  377. min_time: 3
  378.  
  379. # Number of violations to start canceling messages from being sent
  380. cancel_vl: 3
  381.  
  382. # Punish Commands
  383. # number_of_violations: '<command>'
  384. commands:
  385. 4: 'matrix notify %player% is spamming the chat (ChatSpam)'
  386.  
  387. ############################################################
  388. #
  389. # Interact
  390. #
  391. # Description: Check prevents the player from illegally
  392. # interacting with entities and blocks.
  393. #
  394. ############################################################
  395. interact:
  396. # Enable this check?
  397. enable: true
  398.  
  399. # Punish Commands
  400. # number_of_violations: '<command>'
  401. commands:
  402. 10: 'matrix notify %player% tried to illegally interact with Entity/Block (Interact)'
  403.  
  404. ############################################################
  405. #
  406. # AutoFish
  407. #
  408. # Description: Check prevents the player from using an
  409. # Auto-Fishing mod or hack.
  410. #
  411. ############################################################
  412. autofish:
  413. # Enable this check?
  414. enable: true
  415.  
  416. # Punish Commands
  417. # number_of_violations: '<command>'
  418. commands:
  419. 6: 'matrix notify %player% is using auto fish (AutoFish)'
  420.  
  421. ############################################################
  422. #
  423. # Phase
  424. #
  425. # Description: Check prevents the player people glitching
  426. # through blocks.
  427. #
  428. ############################################################
  429. phase:
  430. # Enable this check?
  431. enable: true
  432.  
  433. # Which type of block should be exempt from phase checking?
  434. # If you find any false positive, you can add that block type into it
  435. # For example:
  436. # exclude_types:
  437. # - 'AIR'
  438. exclude_types: {}
  439.  
  440. # Drag player back?
  441. setback: true
  442.  
  443. # Punish Commands
  444. # number_of_violations: '<command>'
  445. commands:
  446. 5: 'matrix notify %player% is phase into block (Phase)'
  447. 10: 'matrix notify %player% is phase into block (Phase) #2'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement