summaryrefslogtreecommitdiffstats
path: root/EssentialsAntiCheat/src/config.yml
blob: 8131701ef7e5f681769ac3977d281494ff9dda08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
# Main configuration file for NoCheat. Read "Instructions.txt"
logging:
  active: true
  showactivechecks: false
  debugmessages: false
  prefix: '&4NC&f: '
  filename: nocheat.log
  file: true
  console: true
  ingamechat: true
disableMods: false
checks:
  inventory:
    drop:
      active: true
      time: 20
      limit: 100
      actions: log:drop:0:1:cif cmd:kick
    instantbow:
      active: true
      actions: log:ibow:2:5:if cancel
    instanteat:
      active: true
      actions: log:ieat:2:5:if cancel
  moving:
    runfly:
      active: true
      allowfastsneaking: false
      actions: log:moveshort:3:5:f cancel vl>100 log:moveshort:0:5:if cancel vl>400 log:movelong:0:5:cif cancel
      checknofall: true
      nofallaggressivemode: true
      nofallactions: log:nofall:0:5:cif cancel
      flying:
        allowflyingalways: false
        allowflyingincreative: true
        flyingspeedlimithorizontal: 60
        flyingspeedlimitvertical: 100
        flyingheightlimit: 128
        actions: log:moveshort:3:5:f cancel vl>100 log:moveshort:0:5:if cancel vl>400 log:movelong:0:5:cif cancel
    morepackets:
      active: true
      actions: log:morepackets:3:2:if cancel vl>20 log:morepackets:0:2:if cancel
  blockbreak:
    reach:
      active: true
      actions: cancel vl>5 log:bbreach:0:2:if cancel
    direction:
      active: true
      precision: 50
      penaltytime: 300
      actions: cancel vl>10 log:bbdirection:0:5:if cancel
    noswing:
      active: true
      actions: log:bbnoswing:3:2:if cancel
  blockplace:
    speed:
      active: true
      actions: cancel vl>1000 log:bpspeed:3:5:cif cancel vl>4000
      speed: 145
    reach:
      active: true
      actions: cancel vl>5 log:bpreach:0:2:if cancel
    direction:
      active: true
      precision: 75
      penaltytime: 100
      actions: cancel vl>10 log:bpdirection:0:3:if cancel
  chat:
    color:
      active: true
      actions: log:color:0:1:if cancel
    spam:
      active: true
      whitelist: ''
      timeframe: 3
      messagelimit: 3
      commandlimit: 12
      actions: log:spam:0:3:if cancel vl>30 log:spam:0:3:cif cancel cmd:kick
  fight:
    direction:
      active: true
      precision: 75
      penaltytime: 500
      actions: cancel vl>5 log:fdirection:3:5:f cancel vl>20 log:fdirection:0:5:if cancel vl>50 log:fdirection:0:5:cif cancel
    noswing:
      active: true
      actions: log:fnoswing:0:5:cif cancel
    reach:
      active: true
      distance: 400
      penaltytime: 500
      actions: cancel vl>10 log:freach:2:5:if cancel
    speed:
      active: true
      attacklimit: 15
      actions: log:fspeed:0:5:if cancel
    godmode:
      active: true
      actions: log:fgod:2:5:if cancel
    instantheal:
      active: true
      actions: log:fheal:1:1:if cancel
strings:
  drop: '[player] failed [check]: Tried to drop more items than allowed. VL [violations]'
  moveshort: '[player] failed [check]. VL [violations]'
  movelong: '[player] in [world] at [location] moving to [locationto] over distance [movedistance] failed check [check]. Total violation level so far [violations]'
  nofall: '[player] failed [check]: tried to avoid fall damage for ~[falldistance] blocks. VL [violations]'
  morepackets: '[player] failed [check]: Sent [packets] more packets than expected. Total violation level [violations]'
  bbreach: '[player] failed [check]: tried to interact with a block over distance [reachdistance]. VL [violations]'
  bbdirection: '[player] failed [check]: tried to interact with a block out of line of sight. VL [violations]'
  bbnoswing: '[player] failed [check]: Didn''t swing arm. VL [violations]'
  bpreach: '[player] failed [check]: tried to interact with a block over distance [reachdistance]. VL [violations]'
  bpdirection: '[player] failed [check]: tried to interact with a block out of line of sight. VL [violations]'
  color: '[player] failed [check]: Sent colored chat message ''[text]''. VL [violations]'
  spam: '[player] failed [check]: Last sent message ''[text]''. VL [violations]'
  fdirection: '[player] failed [check]: tried to interact with a block out of line of sight. VL [violations]'
  freach: '[player] failed [check]: tried to attack entity out of reach. VL [violations]'
  fspeed: '[player] failed [check]: tried to attack more than [limit] times per second. VL [violations]'
  fnoswing: '[player] failed [check]: Didn''t swing arm. VL [violations]'
  fgod: '[player] failed [check]: Avoided taking damage or lagging. VL [violations]'
  fheal: '[player] failed [check]: Tried to regenerate health faster than normal. VL [violations]'
  ibow: '[player] failed [check]: Fires bow to fast. VL [violations]'
  ieat: '[player] failed [check]: Eats food [food] too fast. VL [violations]'
  kick: kick [player]