Advertisement
Guest User

Untitled

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