Advertisement
Guest User

Untitled

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