Guest User

Untitled

a guest
Jan 5th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. #
  2. # WorldGuard's world configuration file
  3. #
  4. # This is a world configuration file. Anything placed into here will only
  5. # affect this world. If you don't put anything in this file, then the
  6. # settings will be inherited from the main configuration file.
  7. #
  8. # If you see {} below, that means that there are NO entries in this file.
  9. # Remove the {} and add your own entries.
  10. #
  11.  
  12. summary-on-start: true
  13. pumpkin-scuba: false
  14. protection:
  15. item-durability: true
  16. remove-infinite-stacks: false
  17. simulation:
  18. sponge:
  19. enable: true
  20. redstone: false
  21. radius: 3
  22. physics:
  23. no-physics-gravel: false
  24. no-physics-sand: false
  25. allow-portal-anywhere: false
  26. disable-water-damage-blocks: []
  27. ignition:
  28. block-tnt: true
  29. block-lighter: false
  30. fire:
  31. disable-all-fire-spread: true
  32. disable-fire-spread-blocks: []
  33. disable-lava-fire-spread: true
  34. lava-spread-blocks: []
  35. weather:
  36. disable-lightning-strike-fire: false
  37. prevent-lightning-strike-blocks: []
  38. disable-weather: false
  39. disable-thunderstorm: false
  40. disable-pig-zombification: false
  41. always-raining: false
  42. always-thundering: false
  43. disable-powered-creepers: false
  44. mobs:
  45. block-creeper-explosions: true
  46. block-creeper-block-damage: true
  47. block-creature-spawn: []
  48. anti-wolf-dumbness: false
  49. spawn:
  50. login-protection: 3
  51. spawn-protection: 0
  52. kick-on-death: false
  53. exact-respawn: false
  54. teleport-to-home-on-death: false
  55. player-damage:
  56. disable-fall-damage: false
  57. disable-lava-damage: false
  58. 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. regions:
  67. enable: true
  68. wand: 287
  69. max-claim-volume: 30000
  70. claim-only-inside-existing-regions: false
  71. max-region-count-per-player: 7
  72. high-frequency-flags: false
  73. iconomy:
  74. enable: true
  75. buy-on-claim: true
  76. buy-on-claim-price: 2
  77. chest-protection:
  78. enable: false
  79. crops:
  80. disable-creature-trampling: false
  81. disable-player-trampling: false
  82. blacklist:
  83. use-as-whitelist: false
  84. logging:
  85. console:
  86. enable: true
  87. database:
  88. enable: false
  89. dsn: jdbc:mysql://localhost:3306/minecraft
  90. user: root
  91. password: pass
  92. table: blacklist_events
  93. file:
  94. enable: true
  95. path: worldguard/logs/%w-%Y-%m-%d.log
  96. open-files: 10
Add Comment
Please, Sign In to add comment