Advertisement
Guest User

Untitled

a guest
Apr 26th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.72 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. use-scheduler: true
  24. use-creature-spawn-event: false
  25. sql:
  26. use: false
  27. dsn: jdbc:mysql://localhost/worldguard
  28. username: root
  29. password:
  30. table-prefix: 'wg'
  31. enable: true
  32. invincibility-removes-mobs: false
  33. high-frequency-flags: false
  34. wand: 334
  35. max-claim-volume: 50000
  36. claim-only-inside-existing-regions: false
  37. max-region-count-per-player:
  38. user: 1
  39. agent: 3
  40. urist: 3
  41. creative: 3
  42. spy: 5
  43. biznes: 5
  44. mafia: 5
  45. major: 7
  46. deputat: 7
  47. ministr: 7
  48. mer: 15
  49. president: 20
  50. sponsor: 50
  51. boss: 55
  52. op: 55
  53. sozd: 55
  54. vladelec: 55
  55. console: 60
  56. newmod: 55
  57. mod: 55
  58. grandmod: 55
  59. uuid-migration:
  60. perform-on-next-start: false
  61. keep-names-that-lack-uuids: false
  62. fake-player-build-override: true
  63. explosion-flags-block-entity-damage: false
  64. protect-against-liquid-flow: false
  65. auto-invincible: false
  66. use-player-move-event: true
  67. security:
  68. deop-everyone-on-join: false
  69. block-in-game-op-command: false
  70. host-keys: {}
  71. summary-on-start: true
  72. op-permissions: true
  73. protection:
  74. item-durability: true
  75. remove-infinite-stacks: false
  76. disable-xp-orb-drops: false
  77. disable-obsidian-generators: false
  78. gameplay:
  79. block-potions: []
  80. block-potions-overly-reliably: false
  81. simulation:
  82. sponge:
  83. enable: true
  84. radius: 3
  85. redstone: false
  86. default:
  87. pumpkin-scuba: false
  88. disable-health-regain: false
  89. physics:
  90. no-physics-gravel: false
  91. no-physics-sand: false
  92. vine-like-rope-ladders: false
  93. allow-portal-anywhere: false
  94. disable-water-damage-blocks: []
  95. ignition:
  96. block-tnt: false
  97. block-tnt-block-damage: false
  98. block-lighter: false
  99. fire:
  100. disable-lava-fire-spread: true
  101. disable-all-fire-spread: true
  102. disable-fire-spread-blocks: []
  103. lava-spread-blocks: []
  104. mobs:
  105. block-creeper-explosions: false
  106. block-creeper-block-damage: false
  107. block-wither-explosions: false
  108. block-wither-block-damage: false
  109. block-wither-skull-explosions: false
  110. block-wither-skull-block-damage: false
  111. block-enderdragon-block-damage: true
  112. block-enderdragon-portal-creation: false
  113. block-fireball-explosions: false
  114. block-fireball-block-damage: false
  115. anti-wolf-dumbness: false
  116. disable-enderman-griefing: true
  117. block-painting-destroy: false
  118. block-item-frame-destroy: false
  119. block-plugin-spawning: false
  120. block-above-ground-slimes: false
  121. block-other-explosions: false
  122. block-zombie-door-destruction: false
  123. block-creature-spawn: []
  124. allow-tamed-spawns: true
  125. disable-snowman-trails: false
  126. player-damage:
  127. disable-fall-damage: false
  128. disable-lava-damage: false
  129. disable-fire-damage: false
  130. disable-lightning-damage: false
  131. disable-drowning-damage: false
  132. disable-suffocation-damage: false
  133. disable-contact-damage: false
  134. teleport-on-suffocation: false
  135. disable-void-damage: false
  136. teleport-on-void-falling: false
  137. disable-explosion-damage: false
  138. disable-mob-damage: false
  139. disable-death-messages: false
  140. chest-protection:
  141. enable: true
  142. disable-off-check: true
  143. crops:
  144. disable-creature-trampling: false
  145. disable-player-trampling: false
  146. weather:
  147. prevent-lightning-strike-blocks: []
  148. disable-lightning-strike-fire: true
  149. disable-thunderstorm: true
  150. disable-weather: true
  151. disable-pig-zombification: false
  152. disable-powered-creepers: false
  153. always-raining: false
  154. always-thundering: false
  155. dynamics:
  156. disable-mushroom-spread: false
  157. disable-ice-melting: false
  158. disable-snow-melting: false
  159. disable-snow-formation: false
  160. disable-ice-formation: false
  161. disable-leaf-decay: false
  162. disable-grass-growth: false
  163. disable-mycelium-spread: false
  164. disable-vine-growth: false
  165. disable-soil-dehydration: false
  166. snow-fall-blocks: []
  167. blacklist:
  168. use-as-whitelist: false
  169. logging:
  170. console:
  171. enable: true
  172. database:
  173. enable: false
  174. dsn: jdbc:mysql://localhost:3306/minecraft
  175. user: root
  176. pass: ''
  177. table: blacklist_events
  178. file:
  179. enable: false
  180. path: worldguard/logs/%Y-%m-%d.log
  181. open-files: 10
  182. auto-invincible-group: false
  183. auto-no-drowning-group: false
  184. use-player-teleports: true
  185. build-permission-nodes:
  186. enable: false
  187. deny-message: '&eSorry, but you are not permitted to do that here.'
  188. event-handling:
  189. block-entity-spawns-with-untraceable-cause: false
  190. interaction-whitelist: []
  191. emit-block-use-at-feet: []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement