szumielxd

CLX-cp

Dec 27th, 2018
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.65 KB | None | 0 0
  1. # Cheat Prevention Configuration File
  2.  
  3. teleportation:
  4. # Set this to true if players should be allowed to teleport during combat
  5. # Default: false
  6. allow during combat: true
  7.  
  8. # If the above option is true, these types of teleports won't be blocked
  9. # Valid Types can be found here: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/event/player/PlayerTeleportEvent.TeleportCause.html
  10. # Default: false
  11. allowed causes:
  12. - ENDER_PEARL
  13. - PLUGIN
  14.  
  15. # If the above option is true, set this to true to make enderpearls tag the player again
  16. # Default: false
  17. ender pearls restart timer: false
  18.  
  19. flight:
  20. # Set this to true if players should be allowed to fly during combat
  21. # Default: false
  22. allow during combat: true
  23.  
  24. # Set this to true if players should be allowed to use elytras
  25. # Default: false
  26. allow elytras: false
  27.  
  28. # Set this to '' if you don't want to enable flight for anyone
  29. # Set this to a permission if you want players to have flight enabled after combat
  30. # Default: 'combatlogx.flight.enable'
  31. enable permission: 'combatlogx.flight.enable'
  32.  
  33. gamemode:
  34. # Set this to true if a player's gamemode should be changed when they are tagged
  35. # Default: true
  36. change: false
  37.  
  38. # If the above option is true, what gamemode should the player be changed to?
  39. # Valid Options: SURVIVAL, ADVENTURE, CREATIVE, SPECTATOR
  40. # Default: SURVIVAL
  41. gamemode: SURVIVAL
  42.  
  43. commands:
  44. # Set this to true if the command list is not a blacklist
  45. # Default: false
  46. whitelist: true
  47.  
  48. # This is a list of commands that will be blocked
  49. # You must type the / or the command will not be blocked
  50. # If a plugin does not register commands properly, they may not be blocked
  51. # Make sure you also put command aliases here (such as /etp)
  52. commands:
  53. - '/reply'
  54. - '/msg'
  55. - '/ks'
  56. - '/pay'
  57.  
  58. potions:
  59. # A list of potions that will be removed when a player is tagged
  60. # Valid Options can be found here: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/potion/PotionEffectType.html
  61. # Invalid effects will be ignored and may cause errors
  62. # Set this to [] to disable potion blocking
  63. # Example: "blocked potions: []"
  64. blocked potions: []
  65.  
  66. inventories:
  67. # Set this to true to close the inventory that the player has open when they are tagged
  68. # For some reason the chat is counted as an inventory so that will also be closed
  69. # Default: true
  70. close on tag: false
  71.  
  72. # Set this to true to prevent players from opening an inventory during combat
  73. # Default: true
  74. prevent opening: false
  75.  
  76. chat:
  77. # Set this to true if players should be allowed to chat during combat
  78. # Default: false
  79. allow during combat: true
Advertisement
Add Comment
Please, Sign In to add comment