Advertisement
Guest User

Worldguard

a guest
Nov 3rd, 2012
1,195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.09 KB | None | 0 0
  1. regions:
  2. use-scheduler: true
  3. use-creature-spawn-event: true
  4. sql:
  5. use: false
  6. dsn: jdbc:mysql://localhost/worldguard
  7. username: worldguard
  8. password: worldguard
  9. enable: true
  10. invincibility-removes-mobs: false
  11. high-frequency-flags: false
  12. wand: 287
  13. max-claim-volume: 30000
  14. claim-only-inside-existing-regions: false
  15. max-region-count-per-player:
  16. default: 7
  17. auto-invincible: false
  18. use-player-move-event: true
  19. host-keys: {}
  20. op-permissions: true
  21. protection:
  22. item-durability: true
  23. remove-infinite-stacks: false
  24. disable-xp-orb-drops: false
  25. disable-obsidian-generators: false
  26. simulation:
  27. sponge:
  28. enable: true
  29. radius: 3
  30. redstone: false
  31. default:
  32. pumpkin-scuba: false
  33. disable-health-regain: false
  34. physics:
  35. no-physics-gravel: false
  36. no-physics-sand: false
  37. allow-portal-anywhere: false
  38. disable-water-damage-blocks: []
  39. ignition:
  40. block-tnt: false
  41. block-tnt-block-damage: false
  42. block-lighter: false
  43. fire:
  44. disable-lava-fire-spread: false
  45. disable-all-fire-spread: false
  46. disable-fire-spread-blocks: []
  47. lava-spread-blocks: []
  48. mobs:
  49. block-creeper-explosions: false
  50. block-creeper-block-damage: false
  51. block-enderdragon-block-damage: false
  52. block-fireball-explosions: false
  53. block-fireball-block-damage: false
  54. anti-wolf-dumbness: false
  55. disable-enderman-griefing: false
  56. block-painting-destroy: false
  57. block-plugin-spawning: true
  58. block-creature-spawn: []
  59. player-damage:
  60. disable-fall-damage: false
  61. disable-lava-damage: false
  62. disable-fire-damage: false
  63. disable-lightning-damage: false
  64. disable-drowning-damage: false
  65. disable-suffocation-damage: false
  66. disable-contact-damage: false
  67. teleport-on-suffocation: false
  68. disable-void-damage: false
  69. teleport-on-void-falling: false
  70. disable-explosion-damage: false
  71. disable-mob-damage: false
  72. disable-death-messages: false
  73. chest-protection:
  74. enable: false
  75. disable-off-check: false
  76. crops:
  77. disable-creature-trampling: false
  78. disable-player-trampling: false
  79. weather:
  80. prevent-lightning-strike-blocks: []
  81. disable-lightning-strike-fire: false
  82. disable-thunderstorm: false
  83. disable-weather: false
  84. disable-pig-zombification: false
  85. disable-powered-creepers: false
  86. always-raining: false
  87. always-thundering: false
  88. dynamics:
  89. disable-mushroom-spread: false
  90. disable-ice-melting: false
  91. disable-snow-melting: false
  92. disable-snow-formation: false
  93. disable-ice-formation: false
  94. disable-leaf-decay: false
  95. disable-grass-growth: false
  96. blacklist:
  97. use-as-whitelist: false
  98. logging:
  99. console:
  100. enable: true
  101. database:
  102. enable: false
  103. dsn: jdbc:mysql://localhost:3306/minecraft
  104. user: root
  105. pass: ''
  106. table: blacklist_events
  107. file:
  108. enable: false
  109. path: worldguard/logs/%Y-%m-%d.log
  110. open-files: 10
  111. summary-on-start: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement