Advertisement
Guest User

Untitled

a guest
Sep 29th, 2018
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 5.70 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.     uuid-migration:
  24.         perform-on-next-start: false
  25.         keep-names-that-lack-uuids: true
  26.     use-creature-spawn-event: true
  27.     sql:
  28.         use: false
  29.         dsn: jdbc:mysql://localhost/worldguard
  30.         username: worldguard
  31.         password: worldguard
  32.         table-prefix: ''
  33.     enable: true
  34.     invincibility-removes-mobs: false
  35.     nether-portal-protection: true
  36.     fake-player-build-override: true
  37.     explosion-flags-block-entity-damage: true
  38.     high-frequency-flags: true
  39.     protect-against-liquid-flow: true
  40.     wand: minecraft:stick
  41.     max-claim-volume: 921600
  42.     claim-only-inside-existing-regions: false
  43.     location-flags-only-inside-regions: false
  44.     max-region-count-per-player:
  45.         default: 2
  46.         lapis: 4
  47.         gold: 8
  48.         diamond: 14
  49.         emerald: 14
  50.         yt: 4
  51.         twitch: 4
  52.         helper: 4
  53.         moder: 8
  54. auto-invincible: false
  55. auto-invincible-group: false
  56. auto-no-drowning-group: false
  57. use-player-move-event: true
  58. use-player-teleports: true
  59. security:
  60.     deop-everyone-on-join: false
  61.     block-in-game-op-command: false
  62.     host-keys-allow-forge-clients: false
  63. host-keys: {}
  64. summary-on-start: true
  65. op-permissions: true
  66. build-permission-nodes:
  67.     enable: false
  68.     deny-message: '&c&l[!] &7Вы не можете сделать это здесь.'
  69. event-handling:
  70.     block-entity-spawns-with-untraceable-cause: false
  71.     interaction-whitelist: []
  72.     emit-block-use-at-feet: []
  73.     ignore-hopper-item-move-events: false
  74. protection:
  75.     item-durability: true
  76.     remove-infinite-stacks: true
  77.     disable-xp-orb-drops: false
  78.     disable-obsidian-generators: false
  79. gameplay:
  80.     block-potions: []
  81.     block-potions-overly-reliably: false
  82. simulation:
  83.     sponge:
  84.         enable: false
  85.         radius: 3
  86.         redstone: false
  87. default:
  88.     pumpkin-scuba: false
  89.     disable-health-regain: false
  90. physics:
  91.     no-physics-gravel: false
  92.     no-physics-sand: false
  93.     vine-like-rope-ladders: false
  94.     allow-portal-anywhere: false
  95.     disable-water-damage-blocks: []
  96. ignition:
  97.     block-tnt: false
  98.     block-tnt-block-damage: true
  99.     block-lighter: false
  100. fire:
  101.     disable-lava-fire-spread: true
  102.     disable-all-fire-spread: true
  103.     disable-fire-spread-blocks: []
  104.     lava-spread-blocks: []
  105. mobs:
  106.     block-creeper-explosions: false
  107.     block-creeper-block-damage: true
  108.     block-wither-explosions: false
  109.     block-wither-block-damage: true
  110.     block-wither-skull-explosions: false
  111.     block-wither-skull-block-damage: true
  112.     block-enderdragon-block-damage: true
  113.     block-enderdragon-portal-creation: false
  114.     block-fireball-explosions: false
  115.     block-fireball-block-damage: true
  116.     anti-wolf-dumbness: true
  117.     allow-tamed-spawns: true
  118.     disable-enderman-griefing: false
  119.     disable-snowman-trails: false
  120.     block-painting-destroy: true
  121.     block-item-frame-destroy: true
  122.     block-armor-stand-destroy: true
  123.     block-plugin-spawning: false
  124.     block-above-ground-slimes: false
  125.     block-other-explosions: true
  126.     block-zombie-door-destruction: true
  127.     block-creature-spawn: []
  128. player-damage:
  129.     disable-fall-damage: false
  130.     disable-lava-damage: false
  131.     disable-fire-damage: false
  132.     disable-lightning-damage: false
  133.     disable-drowning-damage: false
  134.     disable-suffocation-damage: false
  135.     disable-contact-damage: false
  136.     teleport-on-suffocation: false
  137.     disable-void-damage: false
  138.     teleport-on-void-falling: false
  139.     disable-explosion-damage: false
  140.     disable-mob-damage: false
  141.     disable-death-messages: false
  142. chest-protection:
  143.     enable: false
  144.     disable-off-check: false
  145. crops:
  146.     disable-creature-trampling: true
  147.     disable-player-trampling: false
  148. weather:
  149.     prevent-lightning-strike-blocks: []
  150.     disable-lightning-strike-fire: false
  151.     disable-thunderstorm: false
  152.     disable-weather: false
  153.     disable-pig-zombification: false
  154.     disable-powered-creepers: false
  155.     always-raining: false
  156.     always-thundering: false
  157. dynamics:
  158.     disable-mushroom-spread: false
  159.     disable-ice-melting: false
  160.     disable-snow-melting: false
  161.     disable-snow-formation: false
  162.     disable-ice-formation: false
  163.     disable-leaf-decay: false
  164.     disable-grass-growth: false
  165.     disable-mycelium-spread: false
  166.     disable-vine-growth: false
  167.     disable-soil-dehydration: false
  168.     snow-fall-blocks: []
  169. blacklist:
  170.     use-as-whitelist: false
  171.     logging:
  172.         console:
  173.             enable: true
  174.         database:
  175.             enable: false
  176.             dsn: jdbc:mysql://localhost:3306/minecraft
  177.             user: root
  178.             pass: ''
  179.             table: blacklist_events
  180.         file:
  181.             enable: false
  182.             path: worldguard/logs/%Y-%m-%d.log
  183.             open-files: 10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement