Guest User

Untitled

a guest
Apr 4th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.38 KB | None | 0 0
  1. regions:
  2. uuid-migration:
  3. perform-on-next-start: false
  4. keep-names-that-lack-uuids: true
  5. use-creature-spawn-event: true
  6. sql:
  7. use: false
  8. dsn: jdbc:mysql://localhost/worldguard
  9. username: worldguard
  10. password: worldguard
  11. table-prefix: ''
  12. enable: true
  13. invincibility-removes-mobs: false
  14. fake-player-build-override: true
  15. explosion-flags-block-entity-damage: true
  16. high-frequency-flags: false
  17. protect-against-liquid-flow: false
  18. wand: 334
  19. max-claim-volume: 30000
  20. claim-only-inside-existing-regions: false
  21. max-region-count-per-player:
  22. default: 7
  23. auto-invincible: false
  24. auto-invincible-group: false
  25. auto-no-drowning-group: false
  26. use-player-move-event: true
  27. use-player-teleports: true
  28. security:
  29. deop-everyone-on-join: false
  30. block-in-game-op-command: false
  31. host-keys: {}
  32. summary-on-start: true
  33. op-permissions: true
  34. build-permission-nodes:
  35. enable: false
  36. deny-message: '&eSorry, but you are not permitted to do that here.'
  37. event-handling:
  38. block-entity-spawns-with-untraceable-cause: false
  39. interaction-whitelist: []
  40. emit-block-use-at-feet: []
  41. protection:
  42. item-durability: true
  43. remove-infinite-stacks: false
  44. disable-xp-orb-drops: false
  45. disable-obsidian-generators: false
  46. gameplay:
  47. block-potions: []
  48. block-potions-overly-reliably: false
  49. simulation:
  50. sponge:
  51. enable: false
  52. radius: 3
  53. redstone: false
  54. default:
  55. pumpkin-scuba: false
  56. disable-health-regain: false
  57. physics:
  58. no-physics-gravel: false
  59. no-physics-sand: false
  60. vine-like-rope-ladders: false
  61. allow-portal-anywhere: false
  62. disable-water-damage-blocks: []
  63. ignition:
  64. block-tnt: false
  65. block-tnt-block-damage: false
  66. block-lighter: false
  67. fire:
  68. disable-lava-fire-spread: true
  69. disable-all-fire-spread: false
  70. disable-fire-spread-blocks: []
  71. lava-spread-blocks: []
  72. mobs:
  73. block-creeper-explosions: false
  74. block-creeper-block-damage: false
  75. block-wither-explosions: false
  76. block-wither-block-damage: false
  77. block-wither-skull-explosions: false
  78. block-wither-skull-block-damage: false
  79. block-enderdragon-block-damage: false
  80. block-enderdragon-portal-creation: false
  81. block-fireball-explosions: false
  82. block-fireball-block-damage: false
  83. anti-wolf-dumbness: false
  84. allow-tamed-spawns: true
  85. disable-enderman-griefing: false
  86. disable-snowman-trails: false
  87. block-painting-destroy: false
  88. block-item-frame-destroy: false
  89. block-plugin-spawning: true
  90. block-above-ground-slimes: false
  91. block-other-explosions: false
  92. block-zombie-door-destruction: false
  93. block-creature-spawn: []
  94. player-damage:
  95. disable-fall-damage: false
  96. disable-lava-damage: false
  97. disable-fire-damage: false
  98. disable-lightning-damage: false
  99. disable-drowning-damage: false
  100. disable-suffocation-damage: false
  101. disable-contact-damage: false
  102. teleport-on-suffocation: false
  103. disable-void-damage: false
  104. teleport-on-void-falling: false
  105. disable-explosion-damage: false
  106. disable-mob-damage: false
  107. disable-death-messages: false
  108. chest-protection:
  109. enable: false
  110. disable-off-check: false
  111. crops:
  112. disable-creature-trampling: false
  113. disable-player-trampling: false
  114. weather:
  115. prevent-lightning-strike-blocks: []
  116. disable-lightning-strike-fire: false
  117. disable-thunderstorm: false
  118. disable-weather: false
  119. disable-pig-zombification: false
  120. disable-powered-creepers: false
  121. always-raining: false
  122. always-thundering: false
  123. dynamics:
  124. disable-mushroom-spread: false
  125. disable-ice-melting: false
  126. disable-snow-melting: false
  127. disable-snow-formation: false
  128. disable-ice-formation: false
  129. disable-leaf-decay: false
  130. disable-grass-growth: false
  131. disable-mycelium-spread: false
  132. disable-vine-growth: false
  133. disable-soil-dehydration: false
  134. snow-fall-blocks: []
  135. blacklist:
  136. use-as-whitelist: false
  137. logging:
  138. console:
  139. enable: true
  140. database:
  141. enable: false
  142. dsn: jdbc:mysql://localhost:3306/minecraft
  143. user: root
  144. pass: ''
  145. table: blacklist_events
  146. file:
  147. enable: false
  148. path: worldguard/logs/%Y-%m-%d.log
  149. open-files: 10
Add Comment
Please, Sign In to add comment