Advertisement
SynMonger

Untitled

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