Solved WorldGuard: Building Help

Discussion in 'Bukkit Help' started by ONI Ricky, Feb 17, 2014.

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

    ONI Ricky

    I have a spawn protected by a worldguard, build is set to off along with a few other flags to keep players safe at spawn. I would like some staff to be able to build in this region but not in every region. Is there anyway I can do this?
     
  2. Offline

    HGPDev

    /region addmember (regionname) (playername)
     
  3. Offline

    ONI Ricky

    I did that, they still can't build and he gets the message "You don't have permission for this area" But when I do ./region info he is a member.
     
  4. Offline

    HGPDev

    Try : /region addowner (regionname) (playername)
    And set in bukkit.yml spawn-protection to 0
     
  5. Offline

    ONI Ricky

    I've done that too, and that also does not work. There are no other regions in the world for it to be overlapping.
     
  6. Offline

    HGPDev

    And set in bukkit.yml spawn-protection to 0 | did you do that?
     
  7. Offline

    ONI Ricky

    This is my entire bukkit.yml file: (I see nothing about spawn protection)
    settings:
    allow-end: false
    warn-on-overload: true
    permissions-file: permissions.yml
    update-folder: update
    ping-packet-limit: 100
    use-exact-login-location: false
    plugin-profiling: false
    connection-throttle: 4000
    query-plugins: true
    deprecated-verbose: default
    shutdown-message: ONI Craft is restarting, please give it a second to start back up.
    spawn-limits:
    monsters: 25
    animals: 15
    water-animals: 5
    ambient: 15
    chunk-gc:
    period-in-ticks: 600
    load-threshold: 0
    ticks-per:
    animal-spawns: 400
    monster-spawns: 1
    autosave: 0
    auto-updater:
    enabled: false
    on-broken:
    - warn-console
    - warn-ops
    on-update:
    - warn-console
    - warn-ops
    preferred-channel: rb
    host: dl.bukkit.org
    suggest-channels: true
    aliases: now-in-commands.yml
     
  8. Offline

    Iroh

    Don't set build deny. Don't touch the build flag. Make it build: none. Build stops everyone from building. By default only members/owners can build.
     
  9. Offline

    ONI Ricky

    Thank you so much! I've been trying to figure that out for a while :I
     
Thread Status:
Not open for further replies.

Share This Page