diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 5c82cbbc..f5f94db6 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -19,14 +19,4 @@ # if any features are currently broken in your version of Bukkit. # -suppress-tick-sync-warnings: false -regions: - use-scheduler: true - -# For permissions, see http://wiki.sk89q.com/wiki/WorldGuard/Permissions/Bukkit -permissions: - users: - sk89q: - permissions: - - worldguard.region.* - - worldguard.god +# -- This should be automatically replaced by the plugin in-game -- \ No newline at end of file diff --git a/src/main/resources/config_world.yml b/src/main/resources/config_world.yml index 872d56e3..6a6c5a90 100644 --- a/src/main/resources/config_world.yml +++ b/src/main/resources/config_world.yml @@ -18,105 +18,4 @@ # - Lines starting with # are comments and so they are ignored. # -summary-on-start: on -pumpkin-scuba: off - -protection: - item-durability: on - remove-infinite-stacks: off - -simulation: - sponge: - enable: on - redstone: off - radius: 3 - -physics: - no-physics-gravel: off - no-physics-sand: off - allow-portal-anywhere: off - disable-water-damage-blocks: [] - -ignition: - block-tnt: off - block-lighter: off - -fire: - disable-all-fire-spread: off - disable-fire-spread-blocks: [] - disable-lava-fire-spread: on - lava-spread-blocks: [] - -weather: - disable-weather: off - disable-thunderstorm: off - disable-pig-zombification: off - disable-powered-creepers: off - disable-lightning-strike-fire: off - prevent-lightning-strike-blocks: [] - always-raining: off - always-thundering: off - -mobs: - block-creeper-explosions: off - block-creeper-block-damage: off - block-creature-spawn: [] - anti-wolf-dumbness: false - -spawn: - login-protection: 3 - spawn-protection: 0 - kick-on-death: off - exact-respawn: off - teleport-to-home-on-death: off - -player-damage: - disable-fall-damage: off - disable-lava-damage: off - disable-fire-damage: off - disable-lightning-damage: off - disable-drowning-damage: off - disable-suffocation-damage: off - disable-contact-damage: off - teleport-on-suffocation: off - disable-void-damage: off - teleport-on-void-falling: off - disable-explosion-damage: off - disable-mob-damage: off - -regions: - enable: on - wand: 287 - max-claim-volume: 30000 - claim-only-inside-existing-regions: off - max-region-count-per-player: 7 - high-frequency-flags: off - -iconomy: - enable: on - buy-on-claim: on - # Price per block for buying on claim - buy-on-claim-price: 2 - -chest-protection: - enable: off - -crops: - disable-creature-trampling: off - disable-player-trampling: off - -blacklist: - use-as-whitelist: off - logging: - console: - enable: on - database: - enable: off - dsn: jdbc:mysql://localhost:3306/minecraft - user: root - password: pass - table: blacklist_events - file: - enable: on - path: worldguard/logs/%w-%Y-%m-%d.log - open-files: 10 +# -- This should be automatically replaced by the plugin in-game -- \ No newline at end of file