Advertisement
Guest User

Untitled

a guest
Jul 25th, 2011
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.69 KB | None | 0 0
  1. #
  2. # WorldGuard's main configuration file
  3. #
  4. # This is the global configuration file. Anything placed into here will
  5. # be applied to all worlds. However, each world has its own configuration
  6. # file to allow you to replace any setting in here for that world only.
  7. #
  8. # About editing this file:
  9. # - DO NOT USE TABS. You MUST use spaces or Bukkit will complain. If
  10. # you use an editor like Notepad++ (recommended for Windows users), you
  11. # must configure it to "replace tabs with spaces." In Notepad++, this can
  12. # be changed in Settings > Preferences > Language Menu.
  13. # - Don't get rid of the indents. They are indented so some entries are
  14. # in categories (like "enforce-single-session" is in the "protection"
  15. # category.
  16. # - If you want to check the format of this file before putting it
  17. # into WorldGuard, paste it into http://yaml-online-parser.appspot.com/
  18. # and see if it gives "ERROR:".
  19. # - Lines starting with # are comments and so they are ignored.
  20. #
  21.  
  22. iconomy:
  23. buy-on-claim-price: 1.0
  24. enable: false
  25. buy-on-claim: false
  26. protection:
  27. enforce-single-session: true
  28. item-durability: true
  29. remove-infinite-stacks: false
  30. chest-protection:
  31. enable: false
  32. physics:
  33. allow-portal-anywhere: false
  34. no-physics-sand: false
  35. no-physics-gravel: false
  36. disable-water-damage-blocks: []
  37. ignition:
  38. block-tnt: true
  39. block-lighter: false
  40. regions:
  41. max-region-count-per-player: 7
  42. claim-only-inside-existing-regions: false
  43. max-claim-volume: 30000
  44. high-frequency-flags: false
  45. enable: true
  46. use-scheduler: true
  47. wand: 287
  48. simulation:
  49. sponge:
  50. redstone: false
  51. enable: true
  52. radius: 3
  53. classic-water: false
  54. fire:
  55. disable-lava-fire-spread: true
  56. lava-spread-blocks: []
  57. disable-fire-spread-blocks: []
  58. disable-all-fire-spread: false
  59. suppress-tick-sync-warnings: false
  60. spawn:
  61. login-protection: 3
  62. exact-respawn: false
  63. teleport-to-home-on-death: true
  64. kick-on-death: false
  65. spawn-protection: 0
  66. default:
  67. disable-health-regain: true
  68. mobs:
  69. anti-wolf-dumbness: false
  70. block-creature-spawn: []
  71. block-creeper-block-damage: false
  72. block-creeper-explosions: false
  73. dynamics:
  74. disable-ice-melting: false
  75. disable-snow-formation: false
  76. disable-mushroom-spread: false
  77. disable-snow-melting: false
  78. disable-leaf-decay: false
  79. disable-ice-formation: false
  80. blacklist:
  81. use-as-whitelist: false
  82. logging:
  83. console:
  84. enable: true
  85. file:
  86. path: worldguard/logs/%Y-%m-%d.log
  87. enable: false
  88. open-files: 10
  89. database:
  90. dsn: jdbc:mysql://localhost:3306/minecraft
  91. enable: false
  92. table: blacklist_events
  93. user: root
  94. pass: ''
  95. summary-on-start: true
  96. weather:
  97. always-raining: false
  98. disable-powered-creepers: false
  99. disable-weather: false
  100. disable-lightning-strike-fire: false
  101. always-thundering: false
  102. prevent-lightning-strike-blocks: []
  103. disable-thunderstorm: false
  104. disable-pig-zombification: false
  105. crops:
  106. disable-creature-trampling: false
  107. disable-player-trampling: false
  108. op-permissions: false
  109. player-damage:
  110. teleport-on-void-falling: false
  111. disable-drowning-damage: false
  112. disable-mob-damage: false
  113. disable-explosion-damage: false
  114. disable-void-damage: false
  115. disable-fall-damage: false
  116. disable-fire-damage: false
  117. disable-contact-damage: false
  118. disable-suffocation-damage: false
  119. disable-lightning-damage: false
  120. disable-lava-damage: false
  121. teleport-on-suffocation: false
  122. pumpkin-scuba: false
  123. auto-invincible-permission: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement