Advertisement
Guest User

Untitled

a guest
Jun 12th, 2016
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.32 KB | None | 0 0
  1. #
  2. # WorldGuard's main configuration file
  3. #
  4. # This is the global configuration file. Anything placed into here will
  5. # be applied to all worlds. However, each world has its own configuration
  6. # file to allow you to replace most settings in here for that world only.
  7. #
  8. # About editing this file:
  9. # - DO NOT USE TABS. You MUST use spaces or Bukkit will complain. If
  10. # you use an editor like Notepad++ (recommended for Windows users), you
  11. # must configure it to "replace tabs with spaces." In Notepad++, this can
  12. # be changed in Settings > Preferences > Language Menu.
  13. # - Don't get rid of the indents. They are indented so some entries are
  14. # in categories (like "enforce-single-session" is in the "protection"
  15. # category.
  16. # - If you want to check the format of this file before putting it
  17. # into WorldGuard, paste it into http://yaml-online-parser.appspot.com/
  18. # and see if it gives "ERROR:".
  19. # - Lines starting with # are comments and so they are ignored.
  20. #
  21.  
  22. regions:
  23. uuid-migration:
  24. perform-on-next-start: false
  25. keep-names-that-lack-uuids: true
  26. use-creature-spawn-event: true
  27. sql:
  28. use: false
  29. dsn: jdbc:mysql://localhost/worldguard
  30. username: worldguard
  31. password: worldguard
  32. table-prefix: ''
  33. enable: true
  34. invincibility-removes-mobs: false
  35. fake-player-build-override: true
  36. explosion-flags-block-entity-damage: true
  37. high-frequency-flags: false
  38. protect-against-liquid-flow: false
  39. wand: 334
  40. max-claim-volume: 30000
  41. claim-only-inside-existing-regions: false
  42. max-region-count-per-player:
  43. default: 7
  44. auto-invincible: false
  45. auto-invincible-group: false
  46. auto-no-drowning-group: false
  47. use-player-move-event: true
  48. use-player-teleports: true
  49. security:
  50. deop-everyone-on-join: false
  51. block-in-game-op-command: false
  52. host-keys: {}
  53. summary-on-start: true
  54. op-permissions: true
  55. build-permission-nodes:
  56. enable: false
  57. deny-message: '&eSorry, but you are not permitted to do that here.'
  58. event-handling:
  59. block-entity-spawns-with-untraceable-cause: false
  60. interaction-whitelist: []
  61. emit-block-use-at-feet: []
  62. protection:
  63. item-durability: true
  64. remove-infinite-stacks: false
  65. disable-xp-orb-drops: false
  66. disable-obsidian-generators: false
  67. gameplay:
  68. block-potions: []
  69. block-potions-overly-reliably: false
  70. simulation:
  71. sponge:
  72. enable: false
  73. radius: 3
  74. redstone: false
  75. default:
  76. pumpkin-scuba: false
  77. disable-health-regain: false
  78. physics:
  79. no-physics-gravel: false
  80. no-physics-sand: false
  81. vine-like-rope-ladders: false
  82. allow-portal-anywhere: false
  83. disable-water-damage-blocks: []
  84. ignition:
  85. block-tnt: false
  86. block-tnt-block-damage: false
  87. block-lighter: false
  88. fire:
  89. disable-lava-fire-spread: true
  90. disable-all-fire-spread: true
  91. disable-fire-spread-blocks: []
  92. lava-spread-blocks: []
  93. mobs:
  94. block-creeper-explosions: false
  95. block-creeper-block-damage: false
  96. block-wither-explosions: false
  97. block-wither-block-damage: false
  98. block-wither-skull-explosions: false
  99. block-wither-skull-block-damage: false
  100. block-enderdragon-block-damage: false
  101. block-enderdragon-portal-creation: false
  102. block-fireball-explosions: false
  103. block-fireball-block-damage: false
  104. anti-wolf-dumbness: false
  105. allow-tamed-spawns: true
  106. disable-enderman-griefing: false
  107. disable-snowman-trails: false
  108. block-painting-destroy: false
  109. block-item-frame-destroy: false
  110. block-plugin-spawning: true
  111. block-above-ground-slimes: false
  112. block-other-explosions: false
  113. block-zombie-door-destruction: false
  114. block-creature-spawn: []
  115. player-damage:
  116. disable-fall-damage: true
  117. disable-lava-damage: true
  118. disable-fire-damage: true
  119. disable-lightning-damage: false
  120. disable-drowning-damage: true
  121. disable-suffocation-damage: false
  122. disable-contact-damage: false
  123. teleport-on-suffocation: true
  124. disable-void-damage: false
  125. teleport-on-void-falling: true
  126. disable-explosion-damage: true
  127. disable-mob-damage: true
  128. disable-death-messages: true
  129. chest-protection:
  130. enable: false
  131. disable-off-check: false
  132. crops:
  133. disable-creature-trampling: false
  134. disable-player-trampling: false
  135. weather:
  136. prevent-lightning-strike-blocks: []
  137. disable-lightning-strike-fire: false
  138. disable-thunderstorm: false
  139. disable-weather: true
  140. disable-pig-zombification: false
  141. disable-powered-creepers: false
  142. always-raining: false
  143. always-thundering: false
  144. dynamics:
  145. disable-mushroom-spread: true
  146. disable-ice-melting: true
  147. disable-snow-melting: true
  148. disable-snow-formation: true
  149. disable-ice-formation: true
  150. disable-leaf-decay: true
  151. disable-grass-growth: true
  152. disable-mycelium-spread: true
  153. disable-vine-growth: true
  154. disable-soil-dehydration: true
  155. snow-fall-blocks: []
  156. blacklist:
  157. use-as-whitelist: false
  158. logging:
  159. console:
  160. enable: true
  161. database:
  162. enable: false
  163. dsn: jdbc:mysql://localhost:3306/minecraft
  164. user: root
  165. pass: ''
  166. table: blacklist_events
  167. file:
  168. enable: false
  169. path: worldguard/logs/%Y-%m-%d.log
  170. open-files: 10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement