Advertisement
Guest User

Untitled

a guest
Sep 10th, 2017
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.81 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. summary-on-start: true
  23. protection:
  24. enforce-single-session: true
  25. item-durability: true
  26. remove-infinite-stacks: false
  27. disable-xp-orb-drops: false
  28. disable-obsidian-generators: false
  29. simulation:
  30. sponge:
  31. enable: false
  32. redstone: false
  33. radius: 3
  34. physics:
  35. no-physics-gravel: false
  36. no-physics-sand: false
  37. allow-portal-anywhere: false
  38. disable-water-damage-blocks: []
  39. vine-like-rope-ladders: false
  40. ignition:
  41. block-tnt: true
  42. block-lighter: true
  43. block-tnt-block-damage: false
  44. fire:
  45. disable-all-fire-spread: false
  46. disable-fire-spread-blocks: []
  47. disable-lava-fire-spread: false
  48. lava-spread-blocks: []
  49. mobs:
  50. block-creeper-explosions: true
  51. block-creeper-block-damage: false
  52. block-wither-explosions: false
  53. block-wither-block-damage: false
  54. block-wither-skull-explosions: false
  55. block-wither-skull-block-damage: false
  56. block-enderdragon-block-damage: false
  57. block-enderdragon-portal-creation: false
  58. block-fireball-explosions: false
  59. block-fireball-block-damage: false
  60. anti-wolf-dumbness: false
  61. allow-tamed-spawns: true
  62. disable-enderman-griefing: false
  63. disable-snowman-trails: false
  64. block-painting-destroy: false
  65. block-item-frame-destroy: false
  66. block-plugin-spawning: true
  67. block-above-ground-slimes: false
  68. block-other-explosions: false
  69. block-zombie-door-destruction: false
  70. block-creature-spawn: []
  71. spawn:
  72. login-protection: 3
  73. spawn-protection: 0
  74. kick-on-death: false
  75. exact-respawn: false
  76. teleport-to-home-on-death: false
  77. player-damage:
  78. disable-fall-damage: false
  79. disable-lava-damage: false
  80. disable-fire-damage: false
  81. disable-drowning-damage: false
  82. disable-suffocation-damage: false
  83. disable-contact-damage: false
  84. teleport-on-suffocation: false
  85. disable-lightning-damage: false
  86. disable-void-damage: false
  87. teleport-on-void-falling: false
  88. disable-explosion-damage: false
  89. disable-mob-damage: false
  90. disable-death-messages: false
  91. regions:
  92. enable: true
  93. wand: 287
  94. default:
  95. build: true
  96. chest-access: false
  97. pvp: false
  98. lighter: true
  99. tnt: false
  100. creeper: true
  101. mobdamage: true
  102. uuid-migration:
  103. perform-on-next-start: false
  104. keep-names-that-lack-uuids: true
  105. use-creature-spawn-event: true
  106. sql:
  107. use: false
  108. dsn: jdbc:mysql://localhost/worldguard
  109. username: worldguard
  110. password: worldguard
  111. table-prefix: ''
  112. invincibility-removes-mobs: false
  113. nether-portal-protection: false
  114. fake-player-build-override: true
  115. explosion-flags-block-entity-damage: true
  116. high-frequency-flags: false
  117. protect-against-liquid-flow: false
  118. max-claim-volume: 30000
  119. claim-only-inside-existing-regions: false
  120. location-flags-only-inside-regions: false
  121. max-region-count-per-player:
  122. default: 7
  123. blacklist:
  124. logging:
  125. console:
  126. enable: true
  127. database:
  128. enable: true
  129. dsn: jdbc:mysql://10.1.1.20:3306/minecraft
  130. user: root
  131. password:
  132. table: blacklist_events
  133. pass: ''
  134. file:
  135. enable: false
  136. path: worldguard/logs/%Y-%m-%d.log
  137. open-files: 10
  138. use-as-whitelist: false
  139. permissions:
  140. users:
  141. sk89q:
  142. permissions:
  143. - /region
  144. - /reloadwg
  145. - /reload
  146. auto-invincible: false
  147. auto-invincible-group: false
  148. auto-no-drowning-group: false
  149. use-player-move-event: true
  150. use-player-teleports: true
  151. security:
  152. deop-everyone-on-join: false
  153. block-in-game-op-command: false
  154. host-keys: {}
  155. op-permissions: true
  156. build-permission-nodes:
  157. enable: false
  158. deny-message: '
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement