dreamxdestroyer

wg_config

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