Guest User

Untitled

a guest
Oct 11th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.35 KB | None | 0 0
  1. # WorldGuard's world configuration file
  2. #
  3. # This is a world configuration file. Anything placed into here will only
  4. # affect this world. If you don't put anything in this file, then the
  5. # settings will be inherited from the main configuration file.
  6. #
  7. # If you see {} below, that means that there are NO entries in this file.
  8. # Remove the {} and add your own entries.
  9. #
  10.  
  11. regions:
  12. use-scheduler: true
  13. sql:
  14. use: false
  15. dsn: jdbc:mysql://localhost/worldguard
  16. username: worldguard
  17. password: worldguard
  18. enable: true
  19. invincibility-removes-mobs: true
  20. high-frequency-flags: false
  21. wand: 287
  22. max-claim-volume: 990000
  23. claim-only-inside-existing-regions: false
  24. max-region-count-per-player:
  25. default: 0
  26. auto-invincible: false
  27. use-player-move-event: true
  28. op-permissions: true
  29. protection:
  30. item-durability: false
  31. remove-infinite-stacks: true
  32. disable-xp-orb-drops: true
  33. disable-obsidian-generators: true
  34. simulation:
  35. sponge:
  36. enable: false
  37. radius: 0
  38. redstone: true
  39. default:
  40. pumpkin-scuba: false
  41. disable-health-regain: false
  42. physics:
  43. no-physics-gravel: true
  44. no-physics-sand: true
  45. allow-portal-anywhere: false
  46. disable-water-damage-blocks: []
  47. ignition:
  48. block-tnt: true
  49. block-tnt-block-damage: true
  50. block-lighter: true
  51. fire:
  52. disable-lava-fire-spread: true
  53. disable-all-fire-spread: true
  54. disable-fire-spread-blocks: []
  55. lava-spread-blocks: []
  56. mobs:
  57. block-creeper-explosions: true
  58. block-creeper-block-damage: true
  59. block-enderdragon-block-damage: true
  60. block-fireball-explosions: true
  61. block-fireball-block-damage: true
  62. anti-wolf-dumbness: true
  63. disable-enderman-griefing: true
  64. block-painting-destroy: false
  65. block-creature-spawn: []
  66. block-plugin-spawning: false
  67. player-damage:
  68. disable-fall-damage: false
  69. disable-lava-damage: false
  70. disable-fire-damage: false
  71. disable-lightning-damage: false
  72. disable-drowning-damage: false
  73. disable-suffocation-damage: false
  74. disable-contact-damage: false
  75. teleport-on-suffocation: false
  76. disable-void-damage: true
  77. teleport-on-void-falling: true
  78. disable-explosion-damage: false
  79. disable-mob-damage: false
  80. disable-death-messages: true
  81. chest-protection:
  82. enable: false
  83. disable-off-check: false
  84. crops:
  85. disable-creature-trampling: false
  86. disable-player-trampling: false
  87. weather:
  88. prevent-lightning-strike-blocks: []
  89. disable-lightning-strike-fire: true
  90. disable-thunderstorm: false
  91. disable-weather: false
  92. disable-pig-zombification: true
  93. disable-powered-creepers: true
  94. always-raining: false
  95. always-thundering: false
  96. dynamics:
  97. disable-mushroom-spread: true
  98. disable-ice-melting: true
  99. disable-snow-melting: true
  100. disable-snow-formation: true
  101. disable-ice-formation: true
  102. disable-leaf-decay: true
  103. disable-grass-growth: true
  104. blacklist:
  105. use-as-whitelist: false
  106. logging:
  107. console:
  108. enable: true
  109. database:
  110. enable: false
  111. dsn: jdbc:mysql://localhost:3306/minecraft
  112. user: root
  113. pass: ''
  114. table: blacklist_events
  115. file:
  116. enable: false
  117. path: worldguard/logs/%Y-%m-%d.log
  118. open-files: 10
  119. summary-on-start: false
  120. host-keys: {}mpling: false
  121. weather:
  122. prevent-lightning-strike-blocks: []
  123. disable-lightning-strike-fire: true
  124. disable-thunderstorm: false
  125. disable-weather: false
  126. disable-pig-zombification: true
  127. disable-powered-creepers: true
  128. always-raining: false
  129. always-thundering: false
  130. dynamics:
  131. disable-mushroom-spread: true
  132. disable-ice-melting: true
  133. disable-snow-melting: true
  134. disable-snow-formation: true
  135. disable-ice-formation: true
  136. disable-leaf-decay: true
  137. disable-grass-growth: true
  138. blacklist:
  139. use-as-whitelist: false
  140. logging:
  141. console:
  142. enable: true
  143. database:
  144. enable: false
  145. dsn: jdbc:mysql://localhost:3306/minecraft
  146. user: root
  147. pass: ''
  148. table: blacklist_events
  149. file:
  150. enable: false
  151. path: worldguard/logs/%Y-%m-%d.log
  152. open-files: 10
  153. summary-on-start: false
  154. host-keys: {}
Add Comment
Please, Sign In to add comment