Guest User

Untitled

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