Advertisement
Remski

Config - CustomPlugin

Jul 1st, 2019
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. # Custom plugin for CarrotNetwork
  2. # Created by SirBlobman
  3.  
  4. # You can also add worlds to the 'allowed worlds' list if you want to allow withers in that world
  5. anti-wither:
  6. # Set this to true to disable wither spawning by players
  7. enabled: true
  8.  
  9. # Players with the permission 'cncustomplugin.wither.bypass' will still be able to spawn withers unless this option is 'true'
  10. disable bypass permission: true
  11.  
  12. # Add worlds to this list to allow wither spawning by players
  13. # World names are case sensitive (wOrLd is not the same as world)
  14. allowed worlds:
  15. - "world"
  16.  
  17. # The message that will be shown to players who cannot spawn withers
  18. message:
  19. - '&8[&4Server&8] &cHey &6{player}&c, je kan hem Enkel spawnen in'
  20. - '&8[&4Server&8] &cde Wither Arena! Je komt er via /arena'
  21.  
  22. # These are world griefing options
  23. # Set an option to 'true' to allow it
  24. # Set an option to 'false' to prevent it
  25. grief prevention:
  26. # Set this to 'true' to check these options
  27. # Set this to 'false' to ignore these options
  28. enabled: true
  29.  
  30. fire-spread: false
  31. lava-fire-spread: false
  32. lightning-fire-spread: false
  33. tnt-minecart-explosion: false
  34. enderman-pickup: false
  35. creeper-block-damage: false
  36. tnt-explosion: false
  37. ender-dragon-block-damage: false
  38.  
  39. # A list of worlds where these grief prevention options will be ignored.
  40. blacklisted-worlds:
  41. - "world1"
  42. - "world2"
  43. - "world3"
  44.  
  45. # These options are for block placing/breaking
  46. block protection:
  47. # Set enabled to 'true' to prevent block breaking and placing without permission
  48. # Set enabled to 'false' to allow block breaking and placing for all players
  49. enabled: true
  50.  
  51. # A list of worlds in which the above option will apply
  52. # World names are case sensitive (wOrLd is not the same as world)
  53. # Players can bypass block place protection with 'cncustomplugin.wp.bypass.place'
  54. # Players can bypass block break protection with 'cncustomplugin.wp.bypass.break'
  55. monitored worlds:
  56. - "world_the_end"
  57.  
  58. messages:
  59. no place: "&8[&4Server&8] &cJe hebt niet het recht om blocken te &2plaatsen&c in deze wereld."
  60. no break: "&8[&4Server&8] &cJe hebt niet het recht om blocken te &2weghalen&c in deze wereld."
  61.  
  62. extra messages:
  63. no permission: "&c&lNice Try!"
  64. reloaded: "&aSuccessfully reloaded config for CarrotNetwork."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement