Advertisement
Guest User

worldguard glitch

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