Advertisement
Guest User

HowToRush

a guest
Dec 22nd, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.95 KB | None | 0 0
  1.  
  2. > Language Menu.
  3. # - Don't get rid of the indents. They are indented so some entries are
  4. # in categories (like "enforce-single-session" is in the "protection"
  5. # category.
  6. # - If you want to check the format of this file before putting it
  7. # into WorldGuard, paste it into http://yaml-online-parser.appspot.com/
  8. # and see if it gives "ERROR:".
  9. # - Lines starting with # are comments and so they are ignored.
  10. #
  11.  
  12. regions:
  13. uuid-migration:
  14. perform-on-next-start: false
  15. keep-names-that-lack-uuids: true
  16. use-creature-spawn-event: true
  17. sql:
  18. use: false
  19. dsn: jdbc:mysql://localhost/worldguard
  20. username: worldguard
  21. password: worldguard
  22. table-prefix: ''
  23. enable: true
  24. invincibility-removes-mobs: false
  25. nether-portal-protection: false
  26. fake-player-build-override: true
  27. explosion-flags-block-entity-damage: true
  28. high-frequency-flags: false
  29. protect-against-liquid-flow: false
  30. wand: 334
  31. max-claim-volume: 30000
  32. claim-only-inside-existing-regions: false
  33. location-flags-only-inside-regions: false
  34. max-region-count-per-player:
  35. default: 7
  36. auto-invincible: false
  37. auto-invincible-group: false
  38. auto-no-drowning-group: false
  39. use-player-move-event: true
  40. use-player-teleports: true
  41. security:
  42. deop-everyone-on-join: false
  43. block-in-game-op-command: false
  44. host-keys-allow-forge-clients: false
  45. host-keys: {}
  46. summary-on-start: true
  47. op-permissions: true
  48. build-permission-nodes:
  49. enable: false
  50. deny-message: '&cRage&eClick&7&lā—&a&kDas darfst hier nicht. '
  51. event-handling:
  52. block-entity-spawns-with-untraceable-cause: false
  53. interaction-whitelist: []
  54. emit-block-use-at-feet: []
  55. protection:
  56. item-durability: true
  57. remove-infinite-stacks: false
  58. disable-xp-orb-drops: false
  59. disable-obsidian-generators: false
  60. gameplay:
  61. block-potions: []
  62. block-potions-overly-reliably: false
  63. simulation:
  64. sponge:
  65. enable: false
  66. radius: 3
  67. redstone: false
  68. default:
  69. pumpkin-scuba: false
  70. disable-health-regain: false
  71. physics:
  72. no-physics-gravel: false
  73. no-physics-sand: false
  74. vine-like-rope-ladders: false
  75. allow-portal-anywhere: false
  76. disable-water-damage-blocks: []
  77. ignition:
  78. block-tnt: false
  79. block-tnt-block-damage: false
  80. block-lighter: false
  81. fire:
  82. disable-lava-fire-spread: true
  83. disable-all-fire-spread: false
  84. disable-fire-spread-blocks: []
  85. lava-spread-blocks: []
  86. mobs:
  87. block-creeper-explosions: false
  88. block-creeper-block-damage: false
  89. block-wither-explosions: false
  90. block-wither-block-damage: false
  91. block-wither-skull-explosions: false
  92. block-wither-skull-block-damage: false
  93. block-enderdragon-block-damage: false
  94. block-enderdragon-portal-creation: false
  95. block-fireball-explosions: false
  96. block-fireball-block-damage: false
  97. anti-wolf-dumbness: false
  98. allow-tamed-spawns: true
  99. disable-enderman-griefing: false
  100. disable-snowman-trails: false
  101. block-painting-destroy: false
  102. block-item-frame-destroy: false
  103. block-armor-stand-destroy: false
  104. block-plugin-spawning: true
  105. block-above-ground-slimes: false
  106. block-other-explosions: false
  107. block-zombie-door-destruction: false
  108. block-creature-spawn: []
  109. player-damage:
  110. disable-fall-damage: false
  111. disable-lava-damage: false
  112. disable-fire-damage: false
  113. disable-lightning-damage: false
  114. disable-drowning-damage: false
  115. disable-suffocation-damage: false
  116. disable-contact-damage: false
  117. teleport-on-suffocation: false
  118. disable-void-damage: false
  119. teleport-on-void-falling: false
  120. disable-explosion-damage: false
  121. disable-mob-damage: false
  122. disable-death-messages: false
  123. chest-protection:
  124. enable: false
  125. disable-off-check: false
  126. crops:
  127. disable-creature-trampling: false
  128. disable-player-trampling: false
  129. weather:
  130. prevent-lightning-strike-blocks: []
  131. disable-lightning-strike-fire: false
  132. disable-thunderstorm: false
  133. disable-weather: false
  134. disable-pig-zombification: false
  135. disable-powered-creepers: false
  136. always-raining: false
  137. always-thundering: false
  138. dynamics:
  139. disable-mushroom-spread: false
  140. disable-ice-melting: false
  141. disable-snow-melting: false
  142. disable-snow-formation: false
  143. disable-ice-formation: false
  144. disable-leaf-decay: false
  145. disable-grass-growth: false
  146. disable-mycelium-spread: false
  147. disable-vine-growth: false
  148. disable-soil-dehydration: false
  149. snow-fall-blocks: []
  150. blacklist:
  151. use-as-whitelist: false
  152. logging:
  153. console:
  154. enable: true
  155. database:
  156. enable: false
  157. dsn: jdbc:mysql://localhost:3306/minecraft
  158. user: root
  159. pass: ''
  160. table: blacklist_events
  161. file:
  162. enable: false
  163. path: worldguard/logs/%Y-%m-%d.log
  164. open-files: 10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement