Shoghi-Gaming

config

Apr 10th, 2019
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. #########################################################################################################
  2. #
  3. #
  4. # Matrix Anti-Cheat
  5. # config.yml
  6. #
  7. # This file contains all the configuration
  8. # options for the Matrix Anti-Cheat Plugin
  9. #
  10. # Proofreading/Translation By: DJRedNightMC#6027
  11. # Free & Paid Plugin Proofreading for Non-Native English Speaking Developers
  12. #
  13. #########################################################################################################
  14.  
  15. ############################################################
  16. #
  17. # Player Latency Protection
  18. #
  19. # Description: Increases the amount of violations needed to
  20. # trigger the Punish Commands (checks.yml) for players with
  21. # high latency. Good for servers with less RAM.
  22. #
  23. ############################################################
  24. player_latency_protection:
  25. # Enable this feature?
  26. enable: true
  27.  
  28. ############################################################
  29. #
  30. # Server Lag Protection
  31. #
  32. # Description: Automatically disables some checks when your
  33. # server is lagging. This prevents most, but not all, false
  34. # positives from occuring.
  35. #
  36. ############################################################
  37. tps_protection:
  38. # Enable this feature?
  39. enable: true
  40.  
  41. # Minimum TPS needed to trigger protection
  42. min_tps: 17.0
  43.  
  44. ############################################################
  45. #
  46. # Log Violations
  47. #
  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. #
  54. ############################################################
  55. log_file: true
  56.  
  57. ############################################################
  58. #
  59. # Deny Bypass Permission
  60. #
  61. # Description: By setting this option to TRUE, you are
  62. # forcing Matrix to check everyone on the server, INCLUDING
  63. # anyone who has Operator status. By setting this option to
  64. # TRUE you can run the necessary tests without having to
  65. # remove your operator status.
  66. #
  67. ############################################################
  68. disable_bypass_permission: false
Add Comment
Please, Sign In to add comment