Advertisement
Guest User

config.yml

a guest
Jul 3rd, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. regions:
  2. use-scheduler: true
  3. uuid-migration:
  4. perform-on-next-start: false
  5. keep-names-that-lack-uuids: true
  6. use-creature-spawn-event: true
  7. sql:
  8. use: false
  9. dsn: jdbc:mysql://localhost/worldguard
  10. username: worldguard
  11. password: worldguard
  12. table-prefix: ''
  13. enable: true
  14. invincibility-removes-mobs: false
  15. fake-player-build-override: true
  16. explosion-flags-block-entity-damage: true
  17. high-frequency-flags: false
  18. protect-against-liquid-flow: false
  19. wand: 334
  20. max-claim-volume: 30000
  21. claim-only-inside-existing-regions: false
  22. max-region-count-per-player:
  23. default: 7
  24. auto-invincible: false
  25. auto-invincible-group: false
  26. auto-no-drowning-group: false
  27. use-player-move-event: true
  28. use-player-teleports: true
  29. security:
  30. deop-everyone-on-join: false
  31. block-in-game-op-command: false
  32. host-keys: {}
  33. summary-on-start: true
  34. op-permissions: true
  35. build-permission-nodes:
  36. enable: false
  37. deny-message: '
  38. ignition:
  39. block-tnt: false
  40. block-tnt-block-damage: false
  41. block-lighter: false
  42. fire:
  43. disable-lava-fire-spread: true
  44. disable-all-fire-spread: true
  45. disable-fire-spread-blocks: []
  46. lava-spread-blocks: []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement