Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1. #### MATRIX CONFIG FILE
  2. # MATRIX ANTI CHEAT
  3. # file: config.yml | last edit version: @2.1.1
  4. #
  5. # Links:
  6. # 1. Issue Tracker: https://github.com/jiangdashao/Matrix-Issues/issues
  7. # 2. SpigotMC Overview Page: https://www.spigotmc.org/resources/64635/
  8. # 3. bStats: https://bstats.org/plugin/bukkit/Matrix
  9. # 4. Discord Group: https://discord.gg/pEvY55J
  10. #
  11. # Contributors:
  12. # Performance#1955: Report a lot of bugs and manage the Github issue tracker
  13. # Zak#6435 & Alex#2237: Provide the test server and report some bugs
  14. # Kruize#9138 & VariationTime#2942: Report a lot of bugs and test in the production environment
  15. #
  16. # Thanks for using Matrix! <3
  17.  
  18. ## Check update when starting up?
  19. check_update: true
  20.  
  21. ## Player Latency Protection
  22. # Description: Increases the amount of violations needed to
  23. # trigger the Punish Commands (checks.yml) for players with
  24. # high latency. Good for servers with less RAM.
  25. player_latency_protection:
  26. # Enable this feature?
  27. enable: true
  28.  
  29. ## Cloud Service
  30. # Matrix can connect to the cloud service and provide some
  31. # service for you, also, it's free!
  32. cloud:
  33. # Enable Cloud Service ?
  34. enable: true
  35.  
  36. ## Server Lag Protection
  37. # Description: Automatically disables some checks when your
  38. # server is lagging. This prevents most, but not all, false
  39. # positives from occuring.
  40. tps_protection:
  41. # Enable this feature?
  42. enable: true
  43.  
  44. # Minimum TPS needed to trigger protection
  45. min_tps: 19.0
  46.  
  47. ## Log Violations
  48. # Description: Logs all violations to a file. Files can be
  49. # found in /plugins/Matrix/logs
  50. # Warning: If you are using BungeeCord, I recommend setting
  51. # this to FALSE. This will prevent useless log files from
  52. # being stored and using up precious disk space.
  53. log_file: true
  54.  
  55. ## Deny Bypass Permission
  56. # Description: By setting this option to TRUE, you are
  57. # forcing Matrix to check everyone on the server, INCLUDING
  58. # anyone who has Operator status. By setting this option to
  59. # TRUE you can run the necessary tests without having to
  60. # remove your operator status.
  61. disable_bypass_permission: true
  62.  
  63. ## Relog time
  64. # How long after a player is kicked should he be allowed to log in (seconds)
  65. # also, you can set -1 to disable this feature
  66. relog_time: 5
  67.  
  68. ## Disabled components
  69. # You can disable a specific sub check here, instead of disabling
  70. # the whole check, you can find component name in the end of verbose
  71. # messages
  72. # Example: If you add "speed.web" in the blow, the fast web check will
  73. # be disabled
  74. disabled_components:
  75. - 'elytra.y'
  76. - 'speed.step'
  77. - 'jesus.out'
  78. - 'jesus.speed.in'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement