Advertisement
Guest User

config.yml

a guest
Jan 9th, 2019
376
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.55 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: 334
  41. max-claim-volume: 30000
  42. claim-only-inside-existing-regions: false
  43. location-flags-only-inside-regions: false
  44. max-region-count-per-player:
  45. default: 7
  46. auto-invincible: false
  47. auto-invincible-group: false
  48. auto-no-drowning-group: false
  49. use-player-move-event: true
  50. use-player-teleports: true
  51. security:
  52. deop-everyone-on-join: false
  53. block-in-game-op-command: false
  54. host-keys-allow-forge-clients: false
  55. host-keys: {}
  56. summary-on-start: true
  57. op-permissions: true
  58. build-permission-nodes:
  59. enable: false
  60. deny-message: '&eSorry, but you are not permitted to do that here.'
  61. event-handling:
  62. block-entity-spawns-with-untraceable-cause: false
  63. interaction-whitelist: []
  64. emit-block-use-at-feet: []
  65. ignore-hopper-item-move-events: false
  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: false
  90. block-tnt-block-damage: false
  91. block-lighter: false
  92. fire:
  93. disable-lava-fire-spread: true
  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: false
  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: false
  111. disable-snowman-trails: false
  112. block-painting-destroy: false
  113. block-item-frame-destroy: false
  114. block-armor-stand-destroy: false
  115. block-plugin-spawning: true
  116. block-above-ground-slimes: false
  117. block-other-explosions: false
  118. block-zombie-door-destruction: false
  119. block-creature-spawn: []
  120. player-damage:
  121. disable-fall-damage: false
  122. disable-lava-damage: false
  123. disable-fire-damage: false
  124. disable-lightning-damage: false
  125. disable-drowning-damage: false
  126. disable-suffocation-damage: false
  127. disable-contact-damage: false
  128. teleport-on-suffocation: false
  129. disable-void-damage: false
  130. teleport-on-void-falling: false
  131. disable-explosion-damage: false
  132. disable-mob-damage: false
  133. disable-death-messages: false
  134. chest-protection:
  135. enable: false
  136. disable-off-check: false
  137. crops:
  138. disable-creature-trampling: false
  139. disable-player-trampling: false
  140. weather:
  141. prevent-lightning-strike-blocks: []
  142. disable-lightning-strike-fire: false
  143. disable-thunderstorm: false
  144. disable-weather: true
  145. disable-pig-zombification: false
  146. disable-powered-creepers: false
  147. always-raining: false
  148. always-thundering: false
  149. dynamics:
  150. disable-mushroom-spread: false
  151. disable-ice-melting: false
  152. disable-snow-melting: false
  153. disable-snow-formation: false
  154. disable-ice-formation: false
  155. disable-leaf-decay: false
  156. disable-grass-growth: false
  157. disable-mycelium-spread: false
  158. disable-vine-growth: false
  159. disable-soil-dehydration: false
  160. snow-fall-blocks: []
  161. blacklist:
  162. use-as-whitelist: false
  163. logging:
  164. console:
  165. enable: true
  166. database:
  167. enable: false
  168. dsn: jdbc:mysql://localhost:3306/minecraft
  169. user: root
  170. pass: ''
  171. table: blacklist_events
  172. file:
  173. enable: false
  174. path: worldguard/logs/%Y-%m-%d.log
  175. open-files: 10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement