Guest User

Untitled

a guest
Jan 3rd, 2014
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.80 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 most settings 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. regions:
  23.     use-scheduler: true
  24.     use-creature-spawn-event: true
  25.     sql:
  26.         use: false
  27.         dsn: jdbc:mysql://localhost/worldguard
  28.         username: worldguard
  29.         password: worldguard
  30.     enable: true
  31.     invincibility-removes-mobs: false
  32.     high-frequency-flags: false
  33.     wand: 262
  34.     max-claim-volume: 250000
  35.     claim-only-inside-existing-regions: false
  36.     max-region-count-per-player:
  37.         default: 7
  38.         knight: 5
  39.         master: 10
  40.         high: 15
  41.         grand: 25
  42. auto-invincible: false
  43. use-player-move-event: true
  44. use-player-teleports: true
  45. security:
  46.     deop-everyone-on-join: false
  47.     block-in-game-op-command: false
  48. host-keys: {}
  49. summary-on-start: true
  50. op-permissions: true
  51. protection:
  52.     item-durability: true
  53.     remove-infinite-stacks: false
  54.     disable-xp-orb-drops: false
  55.     disable-obsidian-generators: false
  56. gameplay:
  57.     block-potions: []
  58.     block-potions-overly-reliably: false
  59. simulation:
  60.     sponge:
  61.         enable: true
  62.         radius: 3
  63.         redstone: false
  64. default:
  65.     pumpkin-scuba: false
  66.     disable-health-regain: false
  67. physics:
  68.     no-physics-gravel: false
  69.     no-physics-sand: false
  70.     vine-like-rope-ladders: false
  71.     allow-portal-anywhere: false
  72.     disable-water-damage-blocks: []
  73. ignition:
  74.     block-tnt: false
  75.     block-tnt-block-damage: false
  76.     block-lighter: false
  77. fire:
  78.     disable-lava-fire-spread: true
  79.     disable-all-fire-spread: false
  80.     disable-fire-spread-blocks: []
  81.     lava-spread-blocks: []
  82. mobs:
  83.     block-creeper-explosions: false
  84.     block-creeper-block-damage: false
  85.     block-wither-explosions: false
  86.     block-wither-block-damage: false
  87.     block-wither-skull-explosions: false
  88.     block-wither-skull-block-damage: false
  89.     block-enderdragon-block-damage: false
  90.     block-enderdragon-portal-creation: false
  91.     block-fireball-explosions: false
  92.     block-fireball-block-damage: false
  93.     anti-wolf-dumbness: false
  94.     disable-enderman-griefing: false
  95.     disable-snowman-trails: false
  96.     block-painting-destroy: false
  97.     block-item-frame-destroy: false
  98.     block-plugin-spawning: true
  99.     block-above-ground-slimes: false
  100.     block-other-explosions: false
  101.     block-zombie-door-destruction: false
  102.     block-creature-spawn: []
  103. player-damage:
  104.     disable-fall-damage: false
  105.     disable-lava-damage: false
  106.     disable-fire-damage: false
  107.     disable-lightning-damage: false
  108.     disable-drowning-damage: false
  109.     disable-suffocation-damage: false
  110.     disable-contact-damage: false
  111.     teleport-on-suffocation: false
  112.     disable-void-damage: false
  113.     teleport-on-void-falling: false
  114.     disable-explosion-damage: false
  115.     disable-mob-damage: false
  116.     disable-death-messages: false
  117. chest-protection:
  118.     enable: false
  119.     disable-off-check: false
  120. crops:
  121.     disable-creature-trampling: false
  122.     disable-player-trampling: false
  123. weather:
  124.     prevent-lightning-strike-blocks: []
  125.     disable-lightning-strike-fire: false
  126.     disable-thunderstorm: false
  127.     disable-weather: false
  128.     disable-pig-zombification: false
  129.     disable-powered-creepers: false
  130.     always-raining: false
  131.     always-thundering: false
  132. dynamics:
  133.     disable-mushroom-spread: false
  134.     disable-ice-melting: false
  135.     disable-snow-melting: false
  136.     disable-snow-formation: false
  137.     disable-ice-formation: false
  138.     disable-leaf-decay: false
  139.     disable-grass-growth: false
  140.     disable-mycelium-spread: false
  141.     disable-vine-growth: false
  142. blacklist:
  143.     use-as-whitelist: false
  144.     logging:
  145.         console:
  146.             enable: true
  147.         database:
  148.             enable: false
  149.             dsn: jdbc:mysql://localhost:3306/minecraft
  150.             user: root
  151.             pass: ''
  152.             table: blacklist_events
  153.         file:
  154.             enable: false
  155.             path: worldguard/logs/%Y-%m-%d.log
  156.             open-files: 10
Advertisement
Add Comment
Please, Sign In to add comment