szumielxd

CLX-cfg

Dec 27th, 2018
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.84 KB | None | 0 0
  1. # This config option won't do anything
  2. # Its just here to provide information
  3. generated-by-version: "9.2.2.0"
  4.  
  5. # Config Options for CombatLogX
  6. options:
  7. # Set this to true to see more information in console
  8. # You don't need to use this unless you like spam
  9. # Default: false
  10. debug: false
  11.  
  12. # Set this to true if you want to check for updates
  13. # This will not automatically download them
  14. # Default: true
  15. check for updates: true
  16.  
  17. # Add worlds to this list if you do not want players to be tagged in them
  18. disabled worlds:
  19. - "world1"
  20. - "world2"
  21. - "1vs1"
  22.  
  23. broadcasts:
  24. # Set this to true if you want to broadcast a message when the plugin is enabled.
  25. # Default: true
  26. on enable: true
  27.  
  28. # Set this to true if you want to broadcast a message when the plugin is disabled.
  29. # Default: true
  30. on disable: true
  31.  
  32. # The amount of time (in seconds) that players will be tagged before they can log out.
  33. # If they leave before this time ends, they will be punished.
  34. # Default: 30
  35. time: 30
  36.  
  37. link:
  38. # Set this to true to link arrows, potions, snowballs, eggs, and other projectiles to the entity that shot them
  39. # This will only link the shooter if they are the attacker
  40. # Default: true
  41. projectiles: true
  42.  
  43. # Set this to true to link wolves, ocelots, parrots, and other pets to the entity that owns them
  44. # This will only link the owner if their pet is the attacker
  45. # Default: true
  46. pets: false
  47.  
  48. # Punishment options for CombatLogX
  49. punish:
  50. # Set this to true if players should be punished when they log out during combat
  51. # Default: true
  52. on quit: true
  53.  
  54. # Set this to true if players should be punished when they get kicked by a plugin or staff member during combat
  55. # Default: false
  56. on kick: false
  57.  
  58. # Set this to true if players should be punished when their combat timer expires
  59. # You should never need this option but its here for debugging purposes
  60. # Default: false
  61. on expire: false
  62.  
  63. # Set this to true if players should be killed when they are punished
  64. # Default: true
  65. kill: true
  66.  
  67. sudo:
  68. # Set this to true if players/console should run commands when a player is punished
  69. # Default: false
  70. enabled: false
  71.  
  72. # List of commands if the above option is set to true
  73. # Prefix with [CONSOLE] to run as console
  74. # Prefix with [PLAYER] to run as the player
  75. # Prefix with [OP] to run as the player but with "Server Operator" permissions
  76. commands:
  77. - "[CONSOLE]eco take {player} 100"
  78. - "[PLAYER]me logged out during combat!"
  79.  
  80. # Combat options for CombatLogX
  81. combat:
  82. # Set this to true if players should be untagged when their current enemy dies
  83. # Default: false
  84. untag on enemy death: false
  85.  
  86. # Set this to true if players should be untagged when they die
  87. # Default: true
  88. untag on self death: true
  89.  
  90. bypass:
  91. # Set this to true if players should be allowed to bypass combat. You will need to give them the permission that is configured below
  92. # Default: false
  93. allow: true
  94.  
  95. # Change this if you don't like the default permission
  96. permission: "combatlogx.bypass"
  97.  
  98. # Set this to true to allow players to tag themselves
  99. # Default: true
  100. self: true
  101.  
  102. mobs:
  103. # Set this to true to allow mobs to tag players
  104. # Default: true
  105. enabled: false
  106.  
  107. # List of mobs that do not cause combat
  108. blacklist:
  109. - WITHER
  110. - ARMOR_STAND
  111.  
  112. sudo:
  113. # Set this to true if players/console should run commands when a player is tagged
  114. # Default: false
  115. enabled: false
  116.  
  117. # List of commands if the above option is set to true
  118. # Prefix with [CONSOLE] to run as console
  119. # Prefix with [PLAYER] to run as the player
  120. # Prefix with [OP] to run as the player but with "Server Operator" permissions
  121. commands:
  122. - "[PLAYER]me is now in Combat"
Advertisement
Add Comment
Please, Sign In to add comment