Advertisement
Guest User

Untitled

a guest
Feb 19th, 2020
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.54 KB | None | 0 0
  1. #=========================
  2. # checks Settings
  3. #=========================
  4. # You can enable/disable checks and customize them
  5.  
  6. # Time-Unit: seconds
  7. # Set how many time after player logs in GodsEye should
  8. # start checking the player (recommended to not set below 2)
  9. Login checks activation delay: 3
  10.  
  11. #=========================
  12. # Alerts settings
  13. #=========================
  14. # if you set an alert to be sent at (Max Violations - 5) it will be colored red
  15. # if you set an alert to be sent at (Smaller then or equal to (Max Violations / 3)) it will be colored green
  16. # every alert that is not at the limit of the two above will be colored orange
  17.  
  18. # This colors can help your staff know if a hacker is heavily suspected or not
  19. # If you found this settings to complicated you can leave the settings at default or
  20. # ask for help on our discord server
  21.  
  22. # Evey player that is in this worlds will not be checked by GodsEye
  23. Disabled_Worlds:
  24. - nullWorld
  25.  
  26. #=========================
  27. # Some checks are marked: -> BETA <-
  28. # this tag means that the check is: New or Recoded, these checks
  29. # will contain this tag until they are proven to be stable, some
  30. # of this checks are enabled by default and some are disabled the ones
  31. # that are enabled are the ones that has less chance of causing problems
  32. #=========================
  33.  
  34. #=========================
  35. # Almost every checks has Types
  36. # every type is basically a different way to block the cheat
  37. # that the check is meant to block, some types are better then
  38. # others, if a check causes problems you can disable the specific type
  39. # that caused the issue and still use the other types, that way you still
  40. # have a fair level of protection against that cheat
  41. #=========================
  42.  
  43. Fly:
  44. # Enabled/Disabled the fly check
  45. Check: Enabled
  46. # Max Fly violations, amount of violations before punishment
  47. # (default: 35)
  48. Max violations: 12
  49. # Set how sensitive the fly check is, Higher = more lenient but slower detection
  50. Fly lenient: 18
  51. # Teleport the player to the ground when detected
  52. # (default: Enabled)
  53. Cancel: Enabled
  54. # After how many vl the player will start getting tp back
  55. # (default: 4)
  56. Cancel violations: 4
  57. # fly parts, enable/disable parts
  58. TypeA: Enabled
  59. TypeB: Enabled
  60. TypeC: Disabled
  61. TypeD: Enabled
  62. TypeE: Enabled
  63. TypeF: Enabled
  64. # When a player reaches one of the violations amounts from this list the staff will be alerted
  65. Alert violations:
  66. - 9
  67. - 20
  68. - 30
  69. # Should kick for fly hacking
  70. Kick Player: Disabled
  71. # Should ban for fly hacking
  72. Ban player: Enable
  73.  
  74.  
  75. Movement:
  76. # Enabled/Disabled
  77. Check: Enabled
  78. # Max Movement violations, amount of violations before punishment
  79. # (default: 30)
  80. Max violations: 12
  81. # do setbacks
  82. Cancel: Enabled
  83. # After how many violations start cancelling
  84. Cancel violations: 5
  85. # Move parts, enable/disable
  86. TypeA: Enabled
  87. TypeB: Enabled
  88. TypeC: Enabled
  89. TypeD: Enabled
  90. # Basic Jesus detection, currently beta
  91. TypeE: Enabled
  92. # detects NoSlowDown, currently experimental
  93. TypeF: Disabled
  94. TypeG: Enabled
  95. # detects Blink, experimental
  96. TypeH: Disabled
  97. # When a player reaches one of the violations amounts from this list the staff will be alerted
  98. Alert violations:
  99. - 10
  100. - 18
  101. - 25
  102. # Should kick for movement hacking
  103. Kick Player: Disabled
  104. # Should ban for movement hacking
  105. Ban Player: Enabled
  106.  
  107.  
  108. Speed:
  109. # Enabled/Disabled the speed check
  110. Check: Enabled
  111. # speed lenient settings, higher = more lenient but more bypasses
  112. Speed lenient: 0.37
  113. # Max Speed violations, amount of violations before punishment
  114. # (default: 40)
  115. Max violations: 10
  116. # set back the player when detected
  117. Cancel: Enabled
  118. # After how many violations start canceling speed
  119. Cancel violations: 5
  120. # speed parts, enable/disable parts
  121. TypeA: Enabled
  122. TypeB: Disabled
  123. TypeC: Enabled
  124. TypeD: Enabled
  125. TypeE: Enabled
  126. # When a player reaches one of the violations amounts from this list the staff will be alerted
  127. Alert violations:
  128. - 10
  129. - 25
  130. - 35
  131. # Should kick for speed hacking
  132. Kick Player: Disabled
  133. # Should ban for speed hacking
  134. Ban Player: Enabled
  135.  
  136.  
  137. Timer:
  138. # Enabled/Disabled
  139. Check: Enabled
  140. # Max timer violations, amount of violations before punishment
  141. # (default: 35)
  142. Max violations: 12
  143. # Teleport the player down
  144. Cancel: Enabled
  145. # After how many violations start cancelling
  146. Cancel violations: 3
  147. # Timer parts, enable/disable
  148. TypeA: Enabled
  149. TypeB: Enabled
  150. # When a player reaches one of the violations amounts from this list the staff will be alerted
  151. Alert violations:
  152. - 3
  153. - 7
  154. - 11
  155. # Should kick for timer hacking
  156. Kick Player: Disabled
  157. # Should ban for timer hacking
  158. Ban player: Enabled
  159.  
  160.  
  161. NoFall:
  162. # Enabled/Disabled
  163. Check: Enabled
  164. # Max NoFall violations, amount of violations before punishment
  165. # (default: 20)
  166. Max violations: 10
  167. # Give the player the damage he should of get from the fall
  168. Cancel: Enabled
  169. # NoFall parts, enable/disable
  170. TypeA: Enabled
  171. # Beta (can be unstable)
  172. TypeB: Disabled
  173. # When a player reaches one of the violations amounts from this list the staff will be alerted
  174. Alert violations:
  175. - 3
  176. - 6
  177. - 8
  178. # Should kick for nofall hacking
  179. Kick Player: Disabled
  180. # Should ban for nofall hacking
  181. Ban player: Enabled
  182.  
  183.  
  184. InventoryActions:
  185. # Enabled/Disabled
  186. Check: Enabled
  187. # Max InventoryActions violations, amount of violations before punishment
  188. # (default: 35)
  189. Max violations: 25
  190. # cancel the illegal action
  191. Cancel: Enabled
  192. # After how many violations start cancelling
  193. Cancel violations: 9
  194. # InventoryActions parts, enable/disable parts
  195. TypeA: Enabled
  196. TypeB: Enabled
  197. TypeC: Enabled
  198. TypeD: Enabled
  199. TypeE: Enabled
  200. # When a player reaches one of the violations amounts from this list the staff will be alerted
  201. Alert violations:
  202. - 11
  203. - 18
  204. - 23
  205. # Should kick for invaction hacking
  206. Kick Player: Disabled
  207. # Should ban for invaction hacking
  208. Ban Player: Enabled
  209.  
  210.  
  211. ChestStealer:
  212. # Enabled/Disabled the ChestStealer check
  213. Check: Enabled
  214. # Max ChestStealer violations, amount of violations before punishment
  215. # (default: 35)
  216. Max violations: 15
  217. # Max clicks, higher = more lenient, lower = more detection but more chance for false positives
  218. Max clicks: 6
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226. # close the chest when detected and stop item transfer
  227. Cancel: Enabled
  228. # After how many violations start canceling cheststealer
  229. Cancel violations: 2
  230. # When a player reaches one of the violations amounts from this list the staff will be alerted
  231. Alert violations:
  232. - 5
  233. - 8
  234. - 12
  235. # Should kick for cheststealer hacking
  236. Kick Player: Disabled
  237. # Should ban for cheststealer hacking
  238. Ban Player: Enabled
  239.  
  240.  
  241. ImpossibleActions:
  242. # Enabled/Disabled the ImpossibleActions check
  243. Check: Enabled
  244. # Max ImpossibleActions violations, amount of violations before punishment
  245. # (default: 25)
  246. Max violations: 12
  247. # Cancel the impossible action
  248. Cancel: Enabled
  249. # When a player reaches one of the violations amounts from this list the staff will be alerted
  250. Alert violations:
  251. - 4
  252. - 7
  253. - 10
  254. # Should kick for impossibleactions hacking
  255. Kick Player: Disabled
  256. # Should ban for impossibleactions hacking
  257. Ban Player: Enabled
  258.  
  259.  
  260. Criticals:
  261. # Enabled/Disabled the Criticals check
  262. Check: Enabled
  263. # Max Criticals violations, amount of violations before punishment
  264. # (default: 8)
  265. Max violations: 8
  266. # cancel the hit when detected
  267. Cancel: Enabled
  268. # After how many violations start canceling hits
  269. Cancel violations: 2
  270. # When a player reaches one of the violations amounts from this list the staff will be alerted
  271. Alert violations:
  272. - 2
  273. - 4
  274. - 6
  275. # Should kick for criticals hacking
  276. Kick Player: Disabled
  277. # Should ban for criticals hacking
  278. Ban Player: Enabled
  279.  
  280.  
  281. Reach:
  282. # Enabled/Disabled the Reach check
  283. Check: Enabled
  284. # Max Reach violations, amount of violations before punishment
  285. # (default: 30)
  286. Max violations: 10
  287. # cancel the hit when detected
  288. Cancel: Enabled
  289. # After how many violations start canceling hits
  290. Cancel violations: 5
  291. # Enable and disable parts of the reach check
  292. # Newer more accurate reach check
  293. TypeA:
  294. State: Enabled
  295. Max: 3.1
  296. # The is an old reach check, its a bit unstable and can false sometimes (smallest reach detection -> 3.7)
  297. TypeB:
  298. State: Disabled
  299. Max: 3.2
  300. # When a player reaches one of the violations amounts from this list the staff will be alerted
  301. Alert violations:
  302. - 3
  303. - 6
  304. - 8
  305. # Should kick for reach hacking
  306. Kick Player: Enabled
  307. # Should ban for reach hacking
  308. Ban Player: Enabled
  309.  
  310.  
  311. Killaura:
  312. # Enabled/Disabled the Killaura check
  313.  
  314.  
  315.  
  316.  
  317.  
  318. Check: Enabled
  319. # Max Killaura violations, amount of violations before punishment
  320. # (default: 30)
  321. Max violations: 14
  322. # cancel hits when detected
  323. Cancel: Enabled
  324. # After how many violations start canceling hits
  325. Cancel violations: 3
  326. # Killaura parts, enable/disable parts
  327. TypeA: Enabled
  328. TypeB: Enabled
  329. TypeC: Enabled
  330. TypeD: Enabled
  331. TypeE: Disabled
  332. TypeF: Enabled
  333. TypeG: Enabled
  334. TypeH: Enabled
  335. TypeI: Disabled
  336. TypeJ: Enabled
  337. # When a player reaches one of the violations amounts from this list the staff will be alerted
  338. Alert violations:
  339. - 4
  340. - 7
  341. - 12
  342. # Should kick for killaura hacking
  343. Kick Player: Disabled
  344. # Should ban for killaura hacking
  345. Ban Player: Enabled
  346.  
  347.  
  348. HitBox:
  349. # Enabled/Disabled the HitBox check
  350. Check: Enabled
  351. # Max HitBox violations, amount of violations before punishment
  352. # (default: 20)
  353. Max violations: 15
  354. # disable hits that are out of the hitbox
  355. Cancel: Enabled
  356. # After how many violations start cancelling
  357. Cancel violations: 9
  358. # HitBox parts, enable/disable parts
  359. TypeA: Enabled
  360. TypeB: Enabled
  361. # When a player reaches one of the violations amounts from this list the staff will be alerted
  362. Alert violations:
  363. - 5
  364. - 7
  365. - 10
  366. # Should kick for hitbox hacking
  367. Kick Player: Disabled
  368. # Should ban for hitbox hacking
  369. Ban Player: Enabled
  370.  
  371.  
  372. AutoClicker:
  373. # Enabled/Disabled the AutoClicker check
  374. Check: Enabled
  375. # Warning, makes AutoClickers detection weaker
  376. Allow Butterfly clicking: Disabled
  377. # Max AutoClicker violations, amount of violations before punishment
  378. # (default: 15) Max violations: 12
  379. # AutoClicker parts, enable/disable
  380. TypeA: Enabled
  381. TypeB: Enabled
  382. TypeC: Enabled
  383.  
  384.  
  385.  
  386.  
  387.  
  388. TypeD: Enabled
  389. TypeE: Enabled
  390. TypeF: Enabled
  391. # When a player reaches one of the violations amounts from this list the staff will be alerted
  392. Alert violations:
  393. - 3
  394. - 6
  395. - 10
  396. # Should kick for autoclicker hacking
  397. Kick Player: Disabled
  398. # Should ban for autoclicker hacking
  399. Ban Player: Enabled
  400.  
  401.  
  402. # -> BETA <-
  403. AimAssist:
  404. # Enabled/Disabled the AimAssist check
  405. Check: Enabled
  406. # Max AimAssist violations, amount of violations before punishment
  407. # (default: 25)
  408. Max violations: 12
  409. # AimAssist parts, enable/disable
  410. TypeA: Enabled
  411. TypeB: Enabled
  412. TypeC: Enabled
  413. TypeD: Enabled
  414. TypeE: Enabled
  415. TypeF: Enabled
  416. # When a player reaches one of the violations amounts from this list the staff will be alerted
  417. Alert violations:
  418. - 7
  419. - 15
  420. - 20
  421. # Should kick for aimassist hacking
  422. Kick Player: Disabled
  423. # Should ban for aimassist hacking
  424. Ban Player: Enabled
  425.  
  426.  
  427. # -> Beta <-
  428. KnockBack:
  429. # Enabled/Disabled the Knockback check
  430. Check: Enabled
  431. # Max knockback violations, amount of violations before punishment
  432. # (default: 20)
  433. Max violations: 16
  434. # cancel illegal kb (tp back)
  435. Cancel: Enabled
  436. # After how many violations start canceling hits
  437. Cancel violations: 3
  438. # Knockback parts, enable/disable
  439. TypeA: Enabled
  440. TypeB: Enabled # When a player reaches one of the violations amounts from this list the staff will be alerted
  441. Alert violations:
  442. - 5
  443. - 9
  444. - 15
  445. # Should kick for knockback hacking
  446. Kick Player: Disabled
  447. # Should ban for knockback hacking
  448. Ban Player: Enabled
  449.  
  450.  
  451. # Disables Automatically on servers that run above 1.11
  452. PingSpoof:
  453. # Enabled/Disabled the PingSpoof check
  454. Check: Enabled
  455. # Max PingSpoof violations, amount of violations before punishment
  456. # (default: 25)
  457. Max violations: 25
  458. # PingSpoof parts, enable/disable
  459. TypeA: Enabled
  460. TypeB: Enabled
  461. # When a player reaches one of the violations amounts from this list the staff will be alerted
  462. Alert violations:
  463. - 10
  464. - 15
  465. - 20
  466. # Should kick for pingspoof hacking
  467. Kick Player: Enabled
  468. # Should ban for pingspoof hacking
  469. Ban Player: Enabled
  470.  
  471.  
  472. # Check will disable Automatically in servers that are below 1.10.X
  473. AutoFish:
  474. # Enabled/Disabled the AutoFish check
  475. Check: Disabled
  476. # Max AutoFish violations, amount of violations before punishment
  477. # (default: 20)
  478. Max violations: 20
  479. # When a player reaches one of the violations amounts from this list the staff will be alerted
  480. Alert violations:
  481. - 10
  482. - 15
  483. - 20
  484. # Should kick for autofish hacking
  485. Kick Player: Disabled
  486. # Should ban for autofish hacking
  487. Ban Player: Enabled
  488.  
  489.  
  490. NoSwing:
  491. # Enabled/Disabled the NoSwing check
  492. Check: Enabled
  493. # Max NoSwing violations, amount of violations before punishment
  494. # (default: 15)
  495. Max violations: 10
  496. # When a player reaches one of the violations amounts from this list the staff will be alerted
  497. Alert violations:
  498. - 5
  499. - 7
  500. - 10
  501. # Should kick for noswing hacking
  502. Kick Player: Disabled
  503. # Should ban for noswing hacking
  504. Ban Player: Enabled
  505.  
  506.  
  507. FastBow:
  508. # Enabled/Disabled the FastBow check
  509. Check: Enabled
  510. # Max FastBow violations, amount of violations before punishment
  511. # (default: 10)
  512. Max violations: 10
  513. # cancel arrow shooting and arrow damage when detected
  514. Cancel: Enabled
  515. # After how many violations start canceling arrows
  516. Cancel violations: 2
  517. # When a player reaches one of the violations amounts from this list the staff will be alerted
  518. Alert violations:
  519. - 3
  520. - 5
  521. - 8
  522. # Should kick for fastbow hacking
  523. Kick Player: Disabled
  524. # Should ban for fastbow hacking
  525. Ban Player: Enabled
  526.  
  527.  
  528. BadPackets:
  529. # Enabled/Disabled the BadPackets check
  530. Check: Enabled
  531. # Max BadPackets violations, amount of violations before punishment
  532. # (default: 15)
  533. Max violations: 12
  534. # When a player reaches one of the violations amounts from this list the staff will be alerted
  535. Alert violations:
  536. - 5
  537. - 10
  538. - 13
  539. # Should kick for badpackets hacking
  540. Kick Player: Disabled
  541. # Should ban for badpackets hacking
  542. Ban Player: Enabled
  543.  
  544.  
  545. Tower:
  546. # Enabled/Disabled the Tower check
  547. Check: Enabled
  548. # Max Tower violations, amount of violations before punishment
  549. # (default: 12)
  550. Max violations: 12
  551. # cancel when detected
  552. Cancel: Enabled
  553. # After how many violations start canceling hits
  554. Cancel violations: 1
  555. # When a player reaches one of the violations amounts from this list the staff will be alerted
  556. Alert violations:
  557. - 3
  558. - 6
  559. - 9
  560. # Should kick for tower hacking
  561. Kick Player: Disabled
  562. # Should ban for tower hacking
  563. Ban Player: Enabled
  564.  
  565.  
  566. Scaffold:
  567. # Enabled/Disabled the Scaffold check
  568. Check: Enabled
  569. # Max scaffold violations, amount of violations before punishment
  570. # (default: 20)
  571. Max violations: 20
  572. # cancel when detected
  573. Cancel: Enabled
  574. # After how many violations start canceling hits
  575. Cancel violations: 3
  576. # scaffold parts, enable/disable
  577. TypeA: Enabled
  578. TypeB: Enabled
  579. TypeC: Enabled
  580. TypeD: Enabled
  581. TypeE: Enabled
  582. # When a player reaches one of the violations amounts from this list the staff will be alerted
  583. Alert violations:
  584. - 8
  585. - 15
  586. - 20
  587. # Should kick for scaffold hacking
  588. Kick Player: Disabled
  589. # Should ban for scaffold hacking
  590. Ban Player: Enabled
  591.  
  592.  
  593. Regen:
  594. # Enabled/Disabled the Regen check
  595. Check: Enabled
  596. # Max Regen violations, amount of violations before punishment
  597. # (default: 20)
  598. Max violations: 15
  599. # damage the player the same amount of health he tried to regen
  600. Cancel: Enabled
  601. # After how many violations start canceling hits
  602. Cancel violations: 3
  603. # When a player reaches one of the violations amounts from this list the staff will be alerted
  604. Alert violations:
  605. - 7
  606. - 14
  607. - 20
  608. # Should kick for regen hacking
  609. Kick Player: Disabled
  610. # Should ban for regen hacking
  611. Ban Player: Enabled
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement