Advertisement
Guest User

Untitled

a guest
Jul 27th, 2018
148
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: true
  36. explosion-flags-block-entity-damage: true
  37. high-frequency-flags: false
  38. protect-against-liquid-flow: false
  39. wand: 334
  40. max-claim-volume: 1000000
  41. claim-only-inside-existing-regions: false
  42. max-region-count-per-player:
  43. player: 2
  44. vip: 4
  45. premium: 10
  46. creative: 12
  47. admin: 15
  48. lord: 20
  49. boss: 30
  50. king: 50
  51. legend: 55
  52. troll: 100
  53. emerald: 1000
  54. auto-invincible: false
  55. auto-invincible-group: false
  56. auto-no-drowning-group: false
  57. use-player-move-event: true
  58. use-player-teleports: true
  59. security:
  60. deop-everyone-on-join: false
  61. block-in-game-op-command: false
  62. host-keys: {}
  63. summary-on-start: true
  64. op-permissions: true
  65. build-permission-nodes:
  66. enable: false
  67. deny-message: '&eSorry, but you are not permitted to do that here.'
  68. event-handling:
  69. block-entity-spawns-with-untraceable-cause: false
  70. interaction-whitelist: []
  71. emit-block-use-at-feet: []
  72. protection:
  73. item-durability: true
  74. remove-infinite-stacks: false
  75. disable-xp-orb-drops: false
  76. disable-obsidian-generators: false
  77. gameplay:
  78. block-potions: []
  79. block-potions-overly-reliably: false
  80. simulation:
  81. sponge:
  82. enable: false
  83. radius: 3
  84. redstone: false
  85. default:
  86. pumpkin-scuba: false
  87. disable-health-regain: false
  88. physics:
  89. no-physics-gravel: false
  90. no-physics-sand: false
  91. vine-like-rope-ladders: false
  92. allow-portal-anywhere: false
  93. disable-water-damage-blocks: []
  94. ignition:
  95. block-tnt: false
  96. block-tnt-block-damage: false
  97. block-lighter: false
  98. fire:
  99. disable-lava-fire-spread: true
  100. disable-all-fire-spread: false
  101. disable-fire-spread-blocks: []
  102. lava-spread-blocks: []
  103. mobs:
  104. block-creeper-explosions: true
  105. block-creeper-block-damage: true
  106. block-wither-explosions: false
  107. block-wither-block-damage: false
  108. block-wither-skull-explosions: false
  109. block-wither-skull-block-damage: false
  110. block-enderdragon-block-damage: false
  111. block-enderdragon-portal-creation: false
  112. block-fireball-explosions: false
  113. block-fireball-block-damage: false
  114. anti-wolf-dumbness: false
  115. allow-tamed-spawns: true
  116. disable-enderman-griefing: false
  117. disable-snowman-trails: false
  118. block-painting-destroy: false
  119. block-item-frame-destroy: false
  120. block-plugin-spawning: true
  121. block-above-ground-slimes: false
  122. block-other-explosions: false
  123. block-zombie-door-destruction: false
  124. block-creature-spawn: []
  125. player-damage:
  126. disable-fall-damage: false
  127. disable-lava-damage: false
  128. disable-fire-damage: false
  129. disable-lightning-damage: false
  130. disable-drowning-damage: false
  131. disable-suffocation-damage: false
  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: false
  141. disable-off-check: false
  142. crops:
  143. disable-creature-trampling: false
  144. disable-player-trampling: false
  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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement