Advertisement
Guest User

Untitled

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