Advertisement
Guest User

wgConf

a guest
Dec 15th, 2016
112
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: 5
  45. premium: 9
  46. grand: 16
  47. use-scheduler: true
  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. security:
  54. deop-everyone-on-join: false
  55. block-in-game-op-command: false
  56. host-keys: {}
  57. summary-on-start: true
  58. op-permissions: true
  59. build-permission-nodes:
  60. enable: false
  61. deny-message: '&eИзвините, но Вы не можете сделать это здесь.'
  62. event-handling:
  63. block-entity-spawns-with-untraceable-cause: false
  64. interaction-whitelist: []
  65. emit-block-use-at-feet: []
  66. protection:
  67. item-durability: true
  68. remove-infinite-stacks: false
  69. disable-xp-orb-drops: false
  70. disable-obsidian-generators: false
  71. gameplay:
  72. block-potions: []
  73. block-potions-overly-reliably: false
  74. simulation:
  75. sponge:
  76. enable: false
  77. radius: 3
  78. redstone: false
  79. default:
  80. pumpkin-scuba: false
  81. disable-health-regain: false
  82. physics:
  83. no-physics-gravel: false
  84. no-physics-sand: false
  85. vine-like-rope-ladders: false
  86. allow-portal-anywhere: false
  87. disable-water-damage-blocks: []
  88. ignition:
  89. block-tnt: true
  90. block-tnt-block-damage: false
  91. block-lighter: false
  92. fire:
  93. disable-lava-fire-spread: false
  94. disable-all-fire-spread: false
  95. disable-fire-spread-blocks: []
  96. lava-spread-blocks: []
  97. mobs:
  98. block-creeper-explosions: false
  99. block-creeper-block-damage: true
  100. block-wither-explosions: false
  101. block-wither-block-damage: false
  102. block-wither-skull-explosions: false
  103. block-wither-skull-block-damage: false
  104. block-enderdragon-block-damage: false
  105. block-enderdragon-portal-creation: false
  106. block-fireball-explosions: false
  107. block-fireball-block-damage: false
  108. anti-wolf-dumbness: false
  109. allow-tamed-spawns: true
  110. disable-enderman-griefing: true
  111. disable-snowman-trails: false
  112. block-painting-destroy: false
  113. block-item-frame-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. - EntityGaiaCentaur
  120. - Gaia_Centaur
  121. - Gaia_centaur
  122. - gaia_centaur
  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