Request: Example WorldEdit + WorldGuard Setup

Discussion in 'Bukkit Help' started by admiralflip, Nov 13, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    admiralflip

    Hi,

    After spending several hours searching the internet, I have been unable to find any sufficient tutorials or information on setting up a Bukkit server with WorldEdit/Guard.

    So what I was hoping for, was if someone kind enough here has an example server that they can make avaliable for download somewhere (e.g just putting it all into a ZIP file), with all the config files set up and working? :)

    Sorry if this is a big thing to ask for, but I really can't find any decent (and working) information on the internet about this!

    Thanks!
     
  2. Offline

    saul100

    The config is personal preference, how you want it set up to your own needs.
    You'll also need to set it up permission-wise
     
  3. Offline

    admiralflip

    True, but if I was to read through the config files of an example one then it would help greatly :)
    And actually I have just been reading about Permissions, yet another plugin to attempt to understand :(

    Bump.

    Anyone?

    Helpful community.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 21, 2016
  4. Offline

    nala3

    Everything is well documented on @sk89q 's wiki
     
  5. Offline

    admiralflip

    Not really.
     
  6. Offline

    Sh8kezula

    Here is a config.yml.... Or did you want to see more?

    Code:
    iconomy:
        buy-on-claim-price: 1.0
        enable: true
        buy-on-claim: true
    protection:
        enforce-single-session: true
        item-durability: true
        remove-infinite-stacks: false
        disable-xp-orb-drops: false
        disable-obsidian-generators: false
    chest-protection:
        enable: false
    physics:
        allow-portal-anywhere: false
        no-physics-sand: false
        no-physics-gravel: false
        disable-water-damage-blocks:
        - 50
        - 55
        - 27
        - 28
        - 75
        - 76
        - 93
        - 94
    ignition:
        block-tnt-block-damage: false
        block-tnt: false
        block-lighter: false
    regions:
        max-region-count-per-player: 7
        claim-only-inside-existing-regions: false
        invincibility-removes-mobs: false
        max-claim-volume: 30000
        high-frequency-flags: true
        enable: true
        use-scheduler: true
        wand: 287
    simulation:
        sponge:
            redstone: false
            enable: true
            radius: 3
        classic-water: false
    fire:
        disable-lava-fire-spread: true
        lava-spread-blocks: []
        disable-fire-spread-blocks: []
        disable-all-fire-spread: true
    suppress-tick-sync-warnings: true
    spawn:
        login-protection: 3
        exact-respawn: true
        teleport-to-home-on-death: false
        kick-on-death: false
        spawn-protection: 0
    default:
        disable-health-regain: false
        pumpkin-scuba: false
    mobs:
        anti-wolf-dumbness: true
        block-creature-spawn:
        - Slime
        - Squid
        block-fireball-explosions: true
        block-fireball-block-damage: true
        block-creeper-block-damage: true
        block-creeper-explosions: false
        disable-enderman-griefing: false
    dynamics:
        disable-ice-melting: false
        disable-snow-formation: false
        disable-mushroom-spread: false
        disable-snow-melting: false
        disable-leaf-decay: false
        disable-ice-formation: false
        disable-grass-growth: false
    blacklist:
        use-as-whitelist: false
        logging:
            console:
                enable: true
            file:
                path: worldguard/logs/%Y-%m-%d.log
                enable: true
                open-files: 10
            database:
                dsn: 
                enable: false
                table: 
                user: 
                pass: 
    summary-on-start: true
    weather:
        always-raining: false
        disable-powered-creepers: false
        disable-weather: true
        disable-lightning-strike-fire: true
        always-thundering: false
        prevent-lightning-strike-blocks: []
        disable-thunderstorm: false
        disable-pig-zombification: false
    crops:
        disable-creature-trampling: true
        disable-player-trampling: true
    use-player-move-event: true
    op-permissions: true
    player-damage:
        teleport-on-void-falling: false
        disable-drowning-damage: false
        disable-mob-damage: false
        disable-explosion-damage: false
        disable-void-damage: false
        disable-fall-damage: false
        disable-fire-damage: false
        disable-contact-damage: false
        disable-suffocation-damage: false
        disable-lightning-damage: false
        disable-lava-damage: false
        teleport-on-suffocation: false
        disable-death-messages: false
    pumpkin-scuba: true
    auto-invincible-permission: false
    
     
    ShadowSplicer likes this.
  7. Offline

    Gnatz

    It might help if you would tell us what exactly you want to achieve with WorldEdit / WorldGuard that's not covered in the Wiki.
     
  8. Offline

    BCTsurvival

    dont bump to much....
     
Thread Status:
Not open for further replies.

Share This Page