Advertisement
MrJayse

Untitled

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