Advertisement
Guest User

Untitled

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