Advertisement
Guest User

Untitled

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