Advertisement
Guest User

Untitled

a guest
Feb 1st, 2012
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.99 KB | None | 0 0
  1. # Main configuration file for NoCheat. Read "Instructions.txt"
  2. logging:
  3. active: true
  4. showactivechecks: false
  5. prefix: '&4NC&f: '
  6. filename: nocheat.log
  7. file: false
  8. console: true
  9. ingamechat: false
  10. checks:
  11. inventory:
  12. drop:
  13. active: true
  14. time: 20
  15. limit: 100
  16. actions: log:drop:0:1:cif
  17. moving:
  18. runfly:
  19. active: true
  20. allowfastsneaking: false
  21. actions: log:moveshort:3:5:f cancel vl>100 log:moveshort:0:5:if cancel vl>400 log:movelong:0:5:cif cancel
  22. checknofall: true
  23. nofallactions: log:nofall:0:5:cif cancel
  24. flying:
  25. allowflyingalways: false
  26. allowflyingincreative: true
  27. flyingspeedlimithorizontal: 60
  28. flyingspeedlimitvertical: 100
  29. flyingheightlimit: 130
  30. actions: log:moveshort:3:5:f cancel vl>100 log:moveshort:0:5:if cancel vl>400 log:movelong:0:5:cif cancel
  31. morepackets:
  32. active: true
  33. actions: log:morepackets:3:2:f cancel vl>30 log:morepackets:0:2:if cancel vl>60 log:morepackets:0:2:cif cancel
  34. blockbreak:
  35. reach:
  36. active: true
  37. actions: cancel vl>5 log:bbreach:0:2:if cancel
  38. direction:
  39. active: true
  40. precision: 50
  41. penaltytime: 300
  42. actions: cancel vl>10 log:bbdirection:0:5:if cancel
  43. noswing:
  44. active: true
  45. actions: log:bbnoswing:3:2:if cancel
  46. blockplace:
  47. reach:
  48. active: true
  49. actions: cancel vl>5 log:bpreach:0:2:if cancel
  50. direction:
  51. active: true
  52. precision: 75
  53. penaltytime: 100
  54. actions: cancel vl>10 log:bpdirection:0:3:if cancel
  55. chat:
  56. color:
  57. active: true
  58. actions: log:color:0:1:if cancel
  59. spam:
  60. active: false
  61. whitelist: ''
  62. timeframe: 3
  63. messagelimit: 3
  64. commandlimit: 12
  65. actions: log:spam:0:3:if cancel vl>30 log:spam:0:3:cif cancel
  66. fight:
  67. direction:
  68. active: true
  69. precision: 75
  70. penaltytime: 500
  71. 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
  72. noswing:
  73. active: true
  74. actions: log:fnoswing:0:5:cif cancel
  75. reach:
  76. active: true
  77. distance: 400
  78. penaltytime: 500
  79. actions: cancel vl>10 log:freach:2:5:if cancel
  80. speed:
  81. active: true
  82. attacklimit: 10
  83. actions: log:fspeed:0:5:if cancel
  84. strings:
  85. drop: '[player] failed [check]: Tried to drop more items than allowed. VL [violations]'
  86. moveshort: '[player] failed [check]. VL [violations]'
  87. movelong: '[player] in [world] at [location] moving to [locationto] over distance [movedistance] failed check [check]. Total violation level so far [violations]'
  88. nofall: '[player] failed [check]: tried to avoid fall damage for ~[falldistance] blocks. VL [violations]'
  89. morepackets: '[player] failed [check]: Sent [packets] more packets than expected. Total violation level [violations]'
  90. bbreach: '[player] failed [check]: tried to interact with a block over distance [reachdistance]. VL [violations]'
  91. bbdirection: '[player] failed [check]: tried to interact with a block out of line of sight. VL [violations]'
  92. bbnoswing: '[player] failed [check]: Didn''t swing arm. VL [violations]'
  93. bpreach: '[player] failed [check]: tried to interact with a block over distance [reachdistance]. VL [violations]'
  94. bpdirection: '[player] failed [check]: tried to interact with a block out of line of sight. VL [violations]'
  95. color: '[player] failed [check]: Sent colored chat message ''[text]''. VL [violations]'
  96. spam: '[player] failed [check]: Last sent message ''[text]''. VL [violations]'
  97. fdirection: '[player] failed [check]: tried to interact with a block out of line of sight. VL [violations]'
  98. freach: '[player] failed [check]: tried to attack entity out of reach. VL [violations]'
  99. fspeed: '[player] failed [check]: tried to attack more than [limit] times per second. VL [violations]'
  100. fnoswing: '[player] failed [check]: Didn''t swing arm. VL [violations]'
  101. kick: kick [player]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement