Advertisement
Guest User

Untitled

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