Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.65 KB | None | 0 0
  1. #
  2. # WorldGuard's world configuration file
  3. #
  4. # This is a world configuration file. Anything placed into here will only
  5. # affect this world. If you don't put anything in this file, then the
  6. # settings will be inherited from the main configuration file.
  7. #
  8. # If you see {} below, that means that there are NO entries in this file.
  9. # Remove the {} and add your own entries.
  10. #
  11.  
  12. summary-on-start: true
  13. pumpkin-scuba: false
  14. protection:
  15. item-durability: true
  16. remove-infinite-stacks: false
  17. simulation:
  18. sponge:
  19. enable: true
  20. redstone: false
  21. radius: 3
  22. physics:
  23. no-physics-gravel: false
  24. no-physics-sand: false
  25. allow-portal-anywhere: false
  26. disable-water-damage-blocks: []
  27. ignition:
  28. block-tnt: true
  29. block-lighter: true
  30. fire:
  31. disable-all-fire-spread: true
  32. disable-fire-spread-blocks: []
  33. disable-lava-fire-spread: true
  34. lava-spread-blocks:
  35. - 99999
  36. weather:
  37. disable-lightning-strike-fire: true
  38. prevent-lightning-strike-blocks: true
  39. disable-weather: false
  40. disable-thunderstorm: false
  41. disable-pig-zombification: false
  42. always-raining: false
  43. always-thundering: false
  44. disable-powered-creepers: false
  45. mobs:
  46. block-creeper-explosions: false
  47. block-creeper-block-damage: true
  48. block-creature-spawn:
  49. - Creeper
  50. anti-wolf-dumbness: false
  51. spawn:
  52. login-protection: 3
  53. spawn-protection: 0
  54. kick-on-death: false
  55. exact-respawn: false
  56. teleport-to-home-on-death: false
  57. player-damage:
  58. disable-fall-damage: false
  59. disable-lava-damage: false
  60. disable-fire-damage: false
  61. disable-lightning-damage: false
  62. disable-drowning-damage: false
  63. disable-suffocation-damage: false
  64. disable-contact-damage: false
  65. teleport-on-suffocation: false
  66. disable-void-damage: false
  67. teleport-on-void-falling: false
  68. regions:
  69. enable: true
  70. wand: 287
  71. max-claim-volume: 30000
  72. claim-only-inside-existing-regions: false
  73. max-region-count-per-player: 7
  74. high-frequency-flags: false
  75. iconomy:
  76. enable: true
  77. buy-on-claim: true
  78. buy-on-claim-price: 2
  79. chest-protection:
  80. enable: true
  81. crops:
  82. disable-creature-trampling: true
  83. disable-player-trampling: true
  84. blacklist:
  85. use-as-whitelist: false
  86. logging:
  87. console:
  88. enable: true
  89. database:
  90. enable: true
  91. dsn: jdbc:mysql://localhost:3306/minecraft
  92. user: minecraft
  93. password: youhavenoidea1983!
  94. table: blacklist_events
  95. file:
  96. enable: true
  97. path: worldguard/logs/%w-%Y-%m-%d.log
  98. open-files: 10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement