Advertisement
Guest User

Untitled

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