Advertisement
Guest User

Untitled

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