Advertisement
Guest User

вв

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