Advertisement
Guest User

Untitled

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