funkemunky

Latest Production Stable Configuration for Kauri Anticheat

Feb 9th, 2022 (edited)
2,380
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 16.70 KB | None | 0 0
  1. # ######################################################## #
  2. #                    Kauri Configuration                   #
  3. # ######################################################## #
  4. database:
  5.   mysql:
  6.     enabled: false
  7.     username: root
  8.     database: Kauri
  9.     password: password
  10.     ip: 127.0.0.1
  11.     port: 3306
  12.     debugMessages: false
  13.     insertionRate: 2
  14.   mongo:
  15.     enabled: false
  16.     username: root
  17.     password: password
  18.     requiresLoginDetails: true
  19.     database: database
  20.     authDatabase: admin
  21.     ip: localhost
  22.     port: 27017
  23.     connectionURL: This will override your connection details
  24.     batchInsertMax: 250
  25. punishments:
  26.   commands:
  27.  - kick %name% [Kauri] Unfair Advantage -s
  28.   broadcast: |-
  29.     §8§m-----------------------------------------------------
  30.     &e%name% &7was removed by &6Kauri &7because of an &fUnfair Advantage&7.
  31.     §8§m-----------------------------------------------------
  32.   bungeeCommand: false
  33.   bungeeBroadcast: false
  34.   releaseStageMinimum: Release
  35.   bypassPerm: false
  36. alerts:
  37.   bungee: false
  38.   delay: 500
  39.   toConsole: true
  40.   cancelCheats: true
  41.   testMode: false
  42.   clickCommand: teleport %player%
  43.   dev: true
  44.   advanced:
  45.     overrideCompatibilityWarnings: false
  46.   bypassPerm: false
  47.   prefixWhitelist: disabled
  48. general:
  49.   language: english
  50.   illegalCharacters:
  51.     enabled: true
  52.     whitelisted: []
  53.     allowExtended: false
  54.     messageLengthMax: 250
  55.   bungeeCmd: true
  56. bypassPerm: true
  57. discord:
  58.   webhookUrl: ""
  59.   enabled: false
  60.   msgDelayInMillis: 2000
  61.   send:
  62.     bans: true
  63.     alerts: false
  64.     startMsg: true
  65.   devAlerts: false
  66. metrics: true
  67. customization:
  68.   command-names:
  69.  - kauri
  70.   - anticheat
  71. ara:
  72.   enabled: false
  73.   license: "Insert Kauri Ara license here"
  74. checks:
  75.   BadPackets (C):
  76.     enabled: true
  77.     executable: true
  78.     cancellable: true
  79.     vlToFlag: -1
  80.     punishVl: 6
  81.     commands:
  82.    - '%global_commands%'
  83.   BadPackets (K):
  84.     enabled: true
  85.     executable: true
  86.     cancellable: true
  87.     vlToFlag: -1
  88.     punishVl: 1
  89.     commands:
  90.    - '%global_commands%'
  91.   Killaura (I):
  92.     enabled: true
  93.     executable: false
  94.     cancellable: true
  95.     vlToFlag: -1
  96.     punishVl: 50
  97.     commands:
  98.    - '%global_commands%'
  99.   BadPackets (H):
  100.     enabled: true
  101.     executable: true
  102.     cancellable: true
  103.     vlToFlag: -1
  104.     punishVl: 50
  105.     commands:
  106.    - '%global_commands%'
  107.   Timer (A):
  108.     enabled: true
  109.     executable: false
  110.     cancellable: true
  111.     vlToFlag: 2
  112.     punishVl: 10
  113.     commands:
  114.    - '%global_commands%'
  115.   Autoclicker (A):
  116.     enabled: true
  117.     executable: true
  118.     cancellable: true
  119.     vlToFlag: -1
  120.     punishVl: 2
  121.     commands:
  122.    - '%global_commands%'
  123.     settings:
  124.       cpsToFlag: 22
  125.       cpsToBan: 28
  126.   BadPackets (G):
  127.     enabled: true
  128.     executable: true
  129.     cancellable: true
  130.     vlToFlag: -1
  131.     punishVl: 10
  132.     commands:
  133.    - '%global_commands%'
  134.   BadPackets (N):
  135.     enabled: true
  136.     executable: false
  137.     cancellable: true
  138.     vlToFlag: 4
  139.     punishVl: 50
  140.     commands:
  141.    - '%global_commands%'
  142.     settings:
  143.       kickPlayer: true
  144.       keepaliveKick: true
  145.       strings:
  146.         kick: '[Kauri] Invalid packets (%s).'
  147.   BadPackets (B):
  148.     enabled: true
  149.     executable: true
  150.     cancellable: true
  151.     vlToFlag: -1
  152.     punishVl: 40
  153.     commands:
  154.    - '%global_commands%'
  155.   Velocity (D):
  156.     enabled: true
  157.     executable: false
  158.     cancellable: true
  159.     vlToFlag: -1
  160.     punishVl: 3
  161.     commands:
  162.    - '%global_commands%'
  163.     settings:
  164.       bufferThreshold: 3
  165.   Speed (C):
  166.     enabled: true
  167.     executable: true
  168.     cancellable: true
  169.     vlToFlag: -1
  170.     punishVl: 7
  171.     commands:
  172.    - '%global_commands%'
  173.   BadPackets (M):
  174.     enabled: true
  175.     executable: true
  176.     cancellable: true
  177.     vlToFlag: -1
  178.     punishVl: 1
  179.     commands:
  180.    - '%global_commands%'
  181.   ForceBan:
  182.     enabled: true
  183.     executable: true
  184.     cancellable: true
  185.     vlToFlag: -1
  186.     punishVl: 0
  187.     commands:
  188.    - '%global_commands%'
  189.   BadPackets (I):
  190.     enabled: true
  191.     executable: false
  192.     cancellable: true
  193.     vlToFlag: -1
  194.     punishVl: 1
  195.     commands:
  196.    - '%global_commands%'
  197.   BadPackets (A):
  198.     enabled: true
  199.     executable: true
  200.     cancellable: true
  201.     vlToFlag: -1
  202.     punishVl: 12
  203.     commands:
  204.    - '%global_commands%'
  205.   Fly (A):
  206.     enabled: true
  207.     executable: false
  208.     cancellable: true
  209.     vlToFlag: 4
  210.     punishVl: 15
  211.     commands:
  212.    - '%global_commands%'
  213.   NoFall (A):
  214.     enabled: true
  215.     executable: false
  216.     cancellable: true
  217.     vlToFlag: 3
  218.     punishVl: 20
  219.     commands:
  220.    - '%global_commands%'
  221.   BadPackets (D):
  222.     enabled: true
  223.     executable: false
  224.     cancellable: true
  225.     vlToFlag: -1
  226.     punishVl: 10
  227.     commands:
  228.    - '%global_commands%'
  229.   BookOp:
  230.     enabled: true
  231.     executable: false
  232.     cancellable: true
  233.     vlToFlag: 0
  234.     punishVl: 0
  235.     commands:
  236.    - '%global_commands%'
  237.   Hand (A):
  238.     enabled: true
  239.     executable: true
  240.     cancellable: true
  241.     vlToFlag: -1
  242.     punishVl: 4
  243.     commands:
  244.    - '%global_commands%'
  245.   Block (B):
  246.     enabled: true
  247.     executable: true
  248.     cancellable: true
  249.     vlToFlag: -1
  250.     punishVl: 6
  251.     commands:
  252.    - '%global_commands%'
  253.   Aim (C):
  254.     enabled: false
  255.     executable: false
  256.     cancellable: true
  257.     vlToFlag: -1
  258.     punishVl: 50
  259.     commands:
  260.    - '%global_commands%'
  261.   Log4J:
  262.     enabled: true
  263.     executable: true
  264.     cancellable: true
  265.     vlToFlag: -1
  266.     punishVl: 50
  267.     commands:
  268.    - '%global_commands%'
  269.   Reach (A):
  270.     enabled: true
  271.     executable: true
  272.     cancellable: true
  273.     vlToFlag: -1
  274.     punishVl: 3
  275.     commands:
  276.    - '%global_commands%'
  277.     settings:
  278.       maxDistance: 3.1
  279.   Aim (D):
  280.     enabled: true
  281.     executable: false
  282.     cancellable: true
  283.     vlToFlag: -1
  284.     punishVl: 12
  285.     commands:
  286.    - '%global_commands%'
  287.   WindowCrash:
  288.     enabled: true
  289.     executable: false
  290.     cancellable: true
  291.     vlToFlag: -1
  292.     punishVl: 50
  293.     commands:
  294.    - '%global_commands%'
  295.   Killaura (D):
  296.     enabled: true
  297.     executable: true
  298.     cancellable: true
  299.     vlToFlag: -1
  300.     punishVl: 50
  301.     commands:
  302.    - '%global_commands%'
  303.   Speed (A):
  304.     enabled: true
  305.     executable: false
  306.     cancellable: true
  307.     vlToFlag: 2
  308.     punishVl: 10
  309.     commands:
  310.    - '%global_commands%'
  311.   Velocity (A):
  312.     enabled: true
  313.     executable: false
  314.     cancellable: true
  315.     vlToFlag: -1
  316.     punishVl: 15
  317.     commands:
  318.    - '%global_commands%'
  319.   Hand (B):
  320.     enabled: true
  321.     executable: true
  322.     cancellable: true
  323.     vlToFlag: -1
  324.     punishVl: 5
  325.     commands:
  326.    - '%global_commands%'
  327.   Speed (D):
  328.     enabled: true
  329.     executable: false
  330.     cancellable: true
  331.     vlToFlag: -1
  332.     punishVl: 20
  333.     commands:
  334.    - '%global_commands%'
  335.   Infinity:
  336.     enabled: true
  337.     executable: true
  338.     cancellable: true
  339.     vlToFlag: -1
  340.     punishVl: 0
  341.     commands:
  342.    - '%global_commands%'
  343.   Fly (H):
  344.     enabled: true
  345.     executable: false
  346.     cancellable: true
  347.     vlToFlag: -1
  348.     punishVl: 10
  349.     commands:
  350.    - '%global_commands%'
  351.   Phase:
  352.     enabled: false
  353.     executable: false
  354.     cancellable: true
  355.     vlToFlag: -1
  356.     punishVl: 50
  357.     commands:
  358.    - '%global_commands%'
  359.     settings:
  360.       blacklistedMaterials: []
  361.   Fly (B):
  362.     enabled: true
  363.     executable: false
  364.     cancellable: true
  365.     vlToFlag: 4
  366.     punishVl: 7
  367.     commands:
  368.    - '%global_commands%'
  369.   CreativeCrash:
  370.     enabled: true
  371.     executable: false
  372.     cancellable: true
  373.     vlToFlag: -1
  374.     punishVl: 1
  375.     commands:
  376.    - '%global_commands%'
  377.     settings:
  378.       closeChannel: true
  379.       bukkitKick:
  380.         enabled: false
  381.         message: Illegal packet
  382.       cancelPacket: true
  383.       impossibleItemCreate: true
  384.   Hand (D):
  385.     enabled: true
  386.     executable: true
  387.     cancellable: true
  388.     vlToFlag: -1
  389.     punishVl: 7
  390.     commands:
  391.    - '%global_commands%'
  392.   Killaura (G):
  393.     enabled: true
  394.     executable: false
  395.     cancellable: true
  396.     vlToFlag: -1
  397.     punishVl: 2
  398.     commands:
  399.    - '%global_commands%'
  400.   BookEnchant:
  401.     enabled: true
  402.     executable: false
  403.     cancellable: true
  404.     vlToFlag: -1
  405.     punishVl: 0
  406.     commands:
  407.    - '%global_commands%'
  408.   Killaura (A):
  409.     enabled: true
  410.     executable: true
  411.     cancellable: true
  412.     vlToFlag: -1
  413.     punishVl: 8
  414.     commands:
  415.    - '%global_commands%'
  416.   NoFall (B):
  417.     enabled: true
  418.     executable: false
  419.     cancellable: true
  420.     vlToFlag: 2
  421.     punishVl: 9
  422.     commands:
  423.    - '%global_commands%'
  424.   SignCrash:
  425.     enabled: true
  426.     executable: false
  427.     cancellable: true
  428.     vlToFlag: 0
  429.     punishVl: 1
  430.     commands:
  431.    - '%global_commands%'
  432.   SignOp:
  433.     enabled: true
  434.     executable: false
  435.     cancellable: true
  436.     vlToFlag: 0
  437.     punishVl: 1
  438.     commands:
  439.    - '%global_commands%'
  440.   Autoclicker (B):
  441.     enabled: true
  442.     executable: false
  443.     cancellable: true
  444.     vlToFlag: -1
  445.     punishVl: 16
  446.     commands:
  447.    - '%global_commands%'
  448.   Block (A):
  449.     enabled: true
  450.     executable: false
  451.     cancellable: true
  452.     vlToFlag: -1
  453.     punishVl: 8
  454.     commands:
  455.    - '%global_commands%'
  456.   Timer (B):
  457.     enabled: true
  458.     executable: false
  459.     cancellable: true
  460.     vlToFlag: 5
  461.     punishVl: 12
  462.     commands:
  463.    - '%global_commands%'
  464.   Aim (H):
  465.     enabled: true
  466.     executable: false
  467.     cancellable: true
  468.     vlToFlag: 9
  469.     punishVl: 50
  470.     commands:
  471.    - '%global_commands%'
  472.   Aim (A):
  473.     enabled: true
  474.     executable: false
  475.     cancellable: true
  476.     vlToFlag: -1
  477.     punishVl: 60
  478.     commands:
  479.    - '%global_commands%'
  480.   HealthSpoof:
  481.     enabled: true
  482.     executable: false
  483.     cancellable: true
  484.     vlToFlag: -1
  485.     punishVl: 50
  486.     commands:
  487.    - '%global_commands%'
  488.     settings:
  489.       crasher: false
  490.       healthToSpoof: 1.0
  491.   Block (C):
  492.     enabled: true
  493.     executable: false
  494.     cancellable: true
  495.     vlToFlag: 3
  496.     punishVl: 9
  497.     commands:
  498.    - '%global_commands%'
  499.   Fly (C):
  500.     enabled: true
  501.     executable: false
  502.     cancellable: true
  503.     vlToFlag: 1
  504.     punishVl: 4
  505.     commands:
  506.    - '%global_commands%'
  507.   Hitboxes:
  508.     enabled: true
  509.     executable: false
  510.     cancellable: true
  511.     vlToFlag: -1
  512.     punishVl: 10
  513.     commands:
  514.    - '%global_commands%'
  515.   Fly (G):
  516.     enabled: true
  517.     executable: false
  518.     cancellable: true
  519.     vlToFlag: -1
  520.     punishVl: 12
  521.     commands:
  522.    - '%global_commands%'
  523.   Hand (C):
  524.     enabled: true
  525.     executable: true
  526.     cancellable: true
  527.     vlToFlag: -1
  528.     punishVl: 5
  529.     commands:
  530.    - '%global_commands%'
  531.   Killaura (E):
  532.     enabled: true
  533.     executable: true
  534.     cancellable: true
  535.     vlToFlag: 6
  536.     punishVl: 12
  537.     commands:
  538.    - '%global_commands%'
  539.   FastLadder:
  540.     enabled: true
  541.     executable: true
  542.     cancellable: true
  543.     vlToFlag: -1
  544.     punishVl: 20
  545.     commands:
  546.    - '%global_commands%'
  547.   Fly (E):
  548.     enabled: true
  549.     executable: false
  550.     cancellable: true
  551.     vlToFlag: -1
  552.     punishVl: 8
  553.     commands:
  554.    - '%global_commands%'
  555.   Aim (B):
  556.     enabled: true
  557.     executable: true
  558.     cancellable: true
  559.     vlToFlag: -1
  560.     punishVl: 45
  561.     commands:
  562.    - '%global_commands%'
  563.   Autoclicker (C):
  564.     enabled: true
  565.     executable: false
  566.     cancellable: true
  567.     vlToFlag: -1
  568.     punishVl: 30
  569.     commands:
  570.    - '%global_commands%'
  571.   Speed (B):
  572.     enabled: true
  573.     executable: true
  574.     cancellable: true
  575.     vlToFlag: 2
  576.     punishVl: 8
  577.     commands:
  578.    - '%global_commands%'
  579.   LargeMove:
  580.     enabled: true
  581.     executable: false
  582.     cancellable: true
  583.     vlToFlag: 3
  584.     punishVl: 50
  585.     commands:
  586.    - '%global_commands%'
  587.     settings:
  588.       closeChannel: true
  589.       bukkitKick:
  590.         enabled: false
  591.         message: Illegal move
  592.       cancelPacket: true
  593.   Fly (D):
  594.     enabled: true
  595.     executable: false
  596.     cancellable: true
  597.     vlToFlag: -1
  598.     punishVl: 3
  599.     commands:
  600.    - '%global_commands%'
  601.   Killaura (F):
  602.     enabled: true
  603.     executable: true
  604.     cancellable: true
  605.     vlToFlag: -1
  606.     punishVl: 7
  607.     commands:
  608.    - '%global_commands%'
  609.   BookCrash:
  610.     enabled: true
  611.     executable: false
  612.     cancellable: true
  613.     vlToFlag: -1
  614.     punishVl: 50
  615.     commands:
  616.    - '%global_commands%'
  617.   Autoclicker (G):
  618.     enabled: true
  619.     executable: false
  620.     cancellable: true
  621.     vlToFlag: 4
  622.     punishVl: 12
  623.     commands:
  624.    - '%global_commands%'
  625.   Autoclicker (I):
  626.     enabled: true
  627.     executable: true
  628.     cancellable: true
  629.     vlToFlag: -1
  630.     punishVl: 9
  631.     commands:
  632.    - '%global_commands%'
  633.   Block (D):
  634.     enabled: true
  635.     executable: true
  636.     cancellable: true
  637.     vlToFlag: -1
  638.     punishVl: 6
  639.     commands:
  640.    - '%global_commands%'
  641.   PacketSpam:
  642.     enabled: true
  643.     executable: false
  644.     cancellable: true
  645.     vlToFlag: -1
  646.     punishVl: 30
  647.     commands:
  648.    - '%global_commands%'
  649.     settings:
  650.       whitelistedPackets:
  651.      - PacketPlayInChat
  652.       - PacketPlayInWindowClick
  653.       - PacketPlayInSetCreativeSlot
  654.       - PacketPlayInTransaction
  655.       - PacketPlayInKeepAlive
  656.       thresholds:
  657.         payloadBase: 25
  658.         generalBase: 80
  659.       disconnectChannel: true
  660.   Fly (F):
  661.     enabled: true
  662.     executable: false
  663.     cancellable: true
  664.     vlToFlag: -1
  665.     punishVl: 5
  666.     commands:
  667.    - '%global_commands%'
  668.   OmniSprint:
  669.     enabled: true
  670.     executable: true
  671.     cancellable: true
  672.     vlToFlag: 8
  673.     punishVl: 15
  674.     commands:
  675.    - '%global_commands%'
  676.   Killaura (B):
  677.     enabled: true
  678.     executable: true
  679.     cancellable: true
  680.     vlToFlag: -1
  681.     punishVl: 5
  682.     commands:
  683.    - '%global_commands%'
  684.   Velocity (C):
  685.     enabled: true
  686.     executable: true
  687.     cancellable: true
  688.     vlToFlag: 7
  689.     punishVl: 15
  690.     commands:
  691.    - '%global_commands%'
  692.   Inventory (A):
  693.     enabled: false
  694.     executable: false
  695.     cancellable: true
  696.     vlToFlag: -1
  697.     punishVl: 50
  698.     commands:
  699.    - '%global_commands%'
  700.   Autoclicker (J):
  701.     enabled: true
  702.     executable: false
  703.     cancellable: true
  704.     vlToFlag: 50
  705.     punishVl: 80
  706.     commands:
  707.    - '%global_commands%'
  708.   Autoclicker (E):
  709.     enabled: true
  710.     executable: false
  711.     cancellable: true
  712.     vlToFlag: -1
  713.     punishVl: 50
  714.     commands:
  715.    - '%global_commands%'
  716.   Autoclicker (D):
  717.     enabled: true
  718.     executable: false
  719.     cancellable: true
  720.     vlToFlag: 4
  721.     punishVl: 15
  722.     commands:
  723.    - '%global_commands%'
  724.   Autoclicker (H):
  725.     enabled: true
  726.     executable: false
  727.     cancellable: true
  728.     vlToFlag: 2
  729.     punishVl: 6
  730.     commands:
  731.    - '%global_commands%'
  732.   Aim (K):
  733.     enabled: true
  734.     executable: true
  735.     cancellable: true
  736.     vlToFlag: -1
  737.     punishVl: 10
  738.     commands:
  739.    - '%global_commands%'
  740.   Aim (I):
  741.     enabled: true
  742.     executable: false
  743.     cancellable: true
  744.     vlToFlag: -1
  745.     punishVl: 12
  746.     commands:
  747.    - '%global_commands%'
  748.   Inventory (B):
  749.     enabled: false
  750.     executable: false
  751.     cancellable: true
  752.     vlToFlag: -1
  753.     punishVl: 40
  754.     commands:
  755.    - '%global_commands%'
  756.   Aim (J):
  757.     enabled: true
  758.     executable: true
  759.     cancellable: true
  760.     vlToFlag: -1
  761.     punishVl: 10
  762.     commands:
  763.    - '%global_commands%'
  764.   Aim (N):
  765.     enabled: true
  766.     executable: true
  767.     cancellable: true
  768.     vlToFlag: -1
  769.     punishVl: 10
  770.     commands:
  771.    - '%global_commands%'
  772.   Killaura (H):
  773.     enabled: true
  774.     executable: true
  775.     cancellable: true
  776.     vlToFlag: -1
  777.     punishVl: 50
  778.     commands:
  779.    - '%global_commands%'
  780.   Aim (L):
  781.     enabled: true
  782.     executable: true
  783.     cancellable: true
  784.     vlToFlag: -1
  785.     punishVl: 50
  786.     commands:
  787.    - '%global_commands%'
  788.   Autoclicker (F):
  789.     enabled: true
  790.     executable: false
  791.     cancellable: true
  792.     vlToFlag: -1
  793.     punishVl: 50
  794.     commands:
  795.    - '%global_commands%'
  796.   Reach (B):
  797.     enabled: false
  798.     executable: false
  799.     cancellable: true
  800.     vlToFlag: -1
  801.     punishVl: 6
  802.     commands:
  803.    - '%global_commands%'
  804.   Velocity (B):
  805.     enabled: true
  806.     executable: false
  807.     cancellable: true
  808.     vlToFlag: 8
  809.     punishVl: 20
  810.     commands:
  811.    - '%global_commands%'
  812.   Aim (G):
  813.     enabled: true
  814.     executable: true
  815.     cancellable: true
  816.     vlToFlag: -1
  817.     punishVl: 20
  818.     commands:
  819.    - '%global_commands%'
  820.   Aim (M):
  821.     enabled: true
  822.     executable: true
  823.     cancellable: true
  824.     vlToFlag: -1
  825.     punishVl: 18
  826.     commands:
  827.    - '%global_commands%'
  828.   Hitboxes (B):
  829.     enabled: true
  830.     executable: false
  831.     cancellable: true
  832.     vlToFlag: -1
  833.     punishVl: 20
  834.     commands:
  835.    - '%global_commands%'
  836.   Inventory (C):
  837.     enabled: true
  838.     executable: false
  839.     cancellable: true
  840.     vlToFlag: -1
  841.     punishVl: 50
  842.     commands:
  843.    - '%global_commands%'
Add Comment
Please, Sign In to add comment