Problem: I can't build in regions I own (WorldGuard)

Discussion in 'Bukkit Help' started by compufreak29, Oct 16, 2011.

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

    compufreak29

    SOLVED ;)
    ---------------------------------------------
    Hello,
    I have the following problem:
    -> I created a region calles "test" and set the flag "build" to deny. Now I can't build there anymore. But i own this region :S What is my mistake?

    I run the latest Bukkit-Version 1370
    I run the latest WorldGuard+WorldEdit
    I run the latest PermissionBukkit 1.2k

    The Info about the region (open)

    Region: test (type: cuboid)
    Priority: 0
    Flags: build: DENY
    Parent: (none)
    Owners: compufreak29
    Members:
    Bounds: (-13,0,-164) (-9,127,-161)


    My PermissionBukkit config.yml (open)

    Code:
    users:
        compufreak29:
            groups:
            - user
        Gigantisch:
            groups:
            - moderator
        HerrBrei:
            groups:
            - moderator
        TheBulldoser:
            groups:
            - user
    groups:
        default:
            permissions:
                permissions.build: false
                permissions.*: false
                essentials.*: false
                essentials.afk: true
                essentials.afk.kickexempt: false
                essentials.getpos: true
                essentials.helpop: true
                essentials.helpop.receive: false
                essentials.list: true
                essentials.list.hidden: false
                essentials.motd: true
                essentials.msg: true
                multiverse.*: false
                superpermbridge.nocheat.*: false
                superpermbridge.secretpassage.*: false
                vanish.*: false
                worldedit.*: false
                worldguard.*: false
        user:
            permissions:
                permissions.build: true
                essentials.compass: true
                essentials.depth: true
                essentials.help: true
                essentials.ignore: true
                essentials.mail: true
                essentials.me: true
                essentials.seen: true
                essentials.suicide: true
                essentials.whois: true
                essentials.spawn: true
                essentials.home: true
                essentials.home.others: false
                essentials.delhome: true
                essentials.delhome.others: false
                essentials.sethome: true
                essentials.sethome.others: false
                multiverse.access.*: true
                worldedit.selection.*: true
                worldedit.wand: true
                worldedit.navigation.*: false
                worldedit.navigation.unstuck: true
                worldguard.region.*: false
                worldguard.region.define: true
                worldguard.region.redefine.own.*: true
                worldguard.region.claim: true
                worldguard.region.select.own.*: true
                worldguard.region.info.own.*: true
                worldguard.region.info.member.*: true
                worldguard.region.addowner.own.*: true
                worldguard.region.remowner.own.*: true
                worldguard.region.addmember.own.*: true
                worldguard.region.removemember.own.*: true
                worldguard.region.flag.regions.own.*: true
                worldguard.region.flag.flags.*: true
                worldguard.region.setpriority.own.*: true
                worldguard.region.setparent.own.*: true
                worldguard.region.remove.own.*: true
            inheritance:
            - default
        moderator:
            permissions:
                permissions.help: true
                permissions.reload: true
                permissions.check: true
                permissions.info: true
                permissions.group: true
                permissions.group.list: true
                permissions.group.players: true
                permissions.player.help: true
                permissions.player.groups: true
                permissions.player.setgroup: true
                permissions.player.addgroup: true
                permissions.player.removegroup: true
                essentials.afk.kickexempt: true
                essentials.delhome.others: true
                essentials.sethome.others: true
                essentials.give: true
                essentials.god: true
                essentials.heal: true
                essentials.item: true
                essentials.repair: true
                essentials.time: true
                essentials.helpop.receive: true
                essentials.info: true
                essentials.list.hidden: true
                essentials.nick: true
                essentials.realname: true
                essentials.ban: true
                essentials.banip: true
                essentials.broadcast: true
                essentials.burn: true
                essentials.clearinventory: true
                essentials.essentials: true
                essentials.ext: true
                essentials.fireball: true
                essentials.invsee: true
                essentials.kick: true
                essentials.kickall: true
                essentials.mute: true
                essentials.socialspy: true
                essentials.spawnmob: true
                essentials.tempban: true
                essentials.togglejail: true
                essentials.unban: true
                essentials.unbanip: true
                essentials.weather: true
                essentials.home.others: true
                essentials.jump: true
                essentials.top: true
                essentials.tp: true
                essentials.tphere: true
                essentials.tpo: true
                essentials.tpohere: true
                essentials.tppos: true
                essentials.tptoggle: true
                essentials.world: true
                essentials.portal: true
                multiverse.help: true
                multiverse.teleport.self.*: true
                multiverse.teleport.other.*: true
                multiverse.core.info: true
                multiverse.core.list: true
                multiverse.core.coord: true
                multiverse.core.confirm: true
                multiverse.core.reload: true
                multiverse.core.spawn.self: true
                multiverse.core.spawn.other: true
                superpermbridge.nocheat.check.*: true
                superpermbridge.nocheat.admin.reload: true
                superpermbridge.secretpassage.toggle: true
                vanish.silentjoin: true
                vanish.vanish: true
                vanish.see: true
                vanish.nopickup: true
                vanish.nofollow: true
                vanish.preventincomingdamage: true
                vanish.fakeannounce: true
                vanish.toggle: true
                worldedit.reload: true
                worldedit.history: false
                worldedit.history.undo: true
                worldedit.history.redo: true
                worldedit.navigation.*: true
                worldedit.superpickaxe.*: true
                worldedit.fixwater: true
                worldedit.fixlava: true
                worldedit.green: true
                worldedit.butcher: true
                worldguard.*: true
            inheritance:
            - user
        root:
            permissions:
                permissions.*: true
                essentials.*: true
                multiverse.*: true
                superpermbridge.nocheat.*: true
                superpermbridge.secretpassage.*: true
                vanish.statusupdates: true
                worldedit.*: true
            inheritance:
            - moderator
    messages:
        build: '&cDu darfst nicht bauen.'
    


    My server.log (open)

    2011-10-16 16:21:32 [INFO] Starting minecraft server version Beta 1.8.1
    2011-10-16 16:21:32 [INFO] Loading properties
    2011-10-16 16:21:32 [INFO] Starting Minecraft server on 217.198.132.117:25565
    2011-10-16 16:21:32 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-1126-g35eac7a-b1317jnks (MC: 1.8.1)
    2011-10-16 16:21:32 [INFO] [SuperpermBridge] Superperm/Permissions bridge initialized
    2011-10-16 16:21:32 [INFO] MLog clients using java 1.4+ standard logging.
    2011-10-16 16:21:32 [INFO] WorldRules 0.3: Enabled
    2011-10-16 16:21:32 [INFO] Spout 1.0.6.449 has been initialized
    2011-10-16 16:21:32 [INFO] Preparing level "NoCheating"
    2011-10-16 16:21:32 [INFO] Default game type: 0
    2011-10-16 16:21:32 [INFO] Preparing start region for level 0 (Seed: 101010)
    2011-10-16 16:21:33 [INFO] Preparing start region for level 1 (Seed: -822399815289888625)
    2011-10-16 16:21:33 [INFO] [SuperpermBridge] Superperm/Permissions bridge enabled
    2011-10-16 16:21:33 [INFO] WorldEdit 4.7 enabled.
    2011-10-16 16:21:33 [INFO] WorldEdit: Using the Bukkit Permissions API.
    2011-10-16 16:21:34 [INFO] Loaded Essentials build 2.6.3 by: Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits
    2011-10-16 16:21:34 [INFO] Essentials: Using Permissions 2 based permissions.
    2011-10-16 16:21:34 [INFO] SecretDoors v0.2 by MrChick enabled
    2011-10-16 16:21:34 [INFO] [Multiverse-Core] - Version 2.0-b279 Enabled - By Rigby and fernferret
    2011-10-16 16:21:34 [INFO] [Multiverse-Core] - Attached to Permissions
    2011-10-16 16:21:34 [INFO] [AllPay] - Version 3.0 - hooked into Essentials Economy for Multiverse-Core v2.0-b279
    2011-10-16 16:21:34 [INFO] [Multiverse-Core] - Multiverse Config -- Loaded
    2011-10-16 16:21:34 [INFO] [Multiverse-Core] - World Config -- Loaded
    2011-10-16 16:21:34 [INFO] [Multiverse-Core] Loading World & Settings - 'NoCheating' - NORMAL
    2011-10-16 16:21:34 [INFO] Preparing start region for level 2 (Seed: -642592679749817409)
    2011-10-16 16:21:34 [INFO] [Multiverse-Core] Loading World & Settings - 'world_nether' - NETHER
    2011-10-16 16:21:34 [INFO] [Multiverse-Core] Loading World & Settings - 'NoCheating_nether' - NETHER
    2011-10-16 16:21:34 [INFO] Preparing start region for level 3 (Seed: -642592679749817409)
    2011-10-16 16:21:34 [INFO] [Multiverse-Core] Loading World & Settings - 'world' - NORMAL
    2011-10-16 16:21:34 [INFO] [Multiverse-Core] 4 - World(s) loaded.
    2011-10-16 16:21:34 [INFO] Initializing c3p0-0.9.1.2 [built 21-May-2007 15:04:56; debug? true; trace: 10]
    2011-10-16 16:21:35 [INFO] Loaded EssentialsProtect build 2.6.3 by: essentials team
    2011-10-16 16:21:35 [INFO] Loaded EssentialsSpawn build 2.6.3 by: essentials team
    2011-10-16 16:21:35 [INFO] WorldGuard: Using the Bukkit Permissions API.
    2011-10-16 16:21:35 [INFO] WorldGuard: (NoCheating) Single session is enforced.
    2011-10-16 16:21:35 [INFO] WorldGuard: (NoCheating) TNT ignition is PERMITTED.
    2011-10-16 16:21:35 [INFO] WorldGuard: (NoCheating) Lighters are PERMITTED.
    2011-10-16 16:21:35 [INFO] WorldGuard: (NoCheating) Lava fire is blocked.
    2011-10-16 16:21:35 [INFO] WorldGuard: (NoCheating) Fire spread is UNRESTRICTED.
    2011-10-16 16:21:35 [INFO] WorldGuard: Loaded configuration for world 'NoCheating"
    2011-10-16 16:21:35 [INFO] WorldGuard: (NoCheating_nether) Single session is enforced.
    2011-10-16 16:21:35 [INFO] WorldGuard: (NoCheating_nether) TNT ignition is PERMITTED.
    2011-10-16 16:21:35 [INFO] WorldGuard: (NoCheating_nether) Lighters are PERMITTED.
    2011-10-16 16:21:35 [INFO] WorldGuard: (NoCheating_nether) Lava fire is blocked.
    2011-10-16 16:21:35 [INFO] WorldGuard: (NoCheating_nether) Fire spread is UNRESTRICTED.
    2011-10-16 16:21:35 [INFO] WorldGuard: Loaded configuration for world 'NoCheating_nether"
    2011-10-16 16:21:35 [INFO] WorldGuard: (world_nether) Single session is enforced.
    2011-10-16 16:21:35 [INFO] WorldGuard: (world_nether) TNT ignition is PERMITTED.
    2011-10-16 16:21:35 [INFO] WorldGuard: (world_nether) Lighters are PERMITTED.
    2011-10-16 16:21:35 [INFO] WorldGuard: (world_nether) Lava fire is blocked.
    2011-10-16 16:21:35 [INFO] WorldGuard: (world_nether) Fire spread is UNRESTRICTED.
    2011-10-16 16:21:35 [INFO] WorldGuard: Loaded configuration for world 'world_nether"
    2011-10-16 16:21:35 [INFO] WorldGuard: (world) Single session is enforced.
    2011-10-16 16:21:35 [INFO] WorldGuard: (world) TNT ignition is PERMITTED.
    2011-10-16 16:21:35 [INFO] WorldGuard: (world) Lighters are PERMITTED.
    2011-10-16 16:21:35 [INFO] WorldGuard: (world) Lava fire is blocked.
    2011-10-16 16:21:35 [INFO] WorldGuard: (world) Fire spread is UNRESTRICTED.
    2011-10-16 16:21:35 [INFO] WorldGuard: Loaded configuration for world 'world"
    2011-10-16 16:21:35 [INFO] WorldGuard: 8 regions loaded for 'NoCheating'
    2011-10-16 16:21:35 [WARNING] WorldGuard: Region file for world "NoCheating_nether" missing or inaccessible.
    2011-10-16 16:21:35 [WARNING] WorldGuard: Region file for world "world_nether" missing or inaccessible.
    2011-10-16 16:21:35 [INFO] WorldGuard: 1 regions loaded for 'world'
    2011-10-16 16:21:35 [INFO] WorldGuard 5.3 enabled.
    2011-10-16 16:21:35 [INFO] [MultiVerse-NetherPortals] - Version 2.0-b225 Enabled - By Rigby and fernferret
    2011-10-16 16:21:35 [INFO] [MultiVerse-Portals] - Version 2.0-b254 Enabled - By Rigby and fernferret
    2011-10-16 16:21:35 [INFO] [MultiVerse-Portals] 0 - Portals(s) loaded
    2011-10-16 16:21:35 [INFO] Loaded EssentialsChat build 2.6.3 by: essentials team
    2011-10-16 16:21:35 [INFO] PermissionsBukkit v1.2 is now enabled
    2011-10-16 16:21:35 [INFO] Essentials: Using PermissionsBukkit based permissions.
    2011-10-16 16:21:35 [SEVERE] java.lang.NullPointerException
    2011-10-16 16:21:35 [SEVERE] at me.professor29.secretPassage.Config.loadConfig(Config.java:55)
    2011-10-16 16:21:35 [SEVERE] at me.professor29.secretPassage.SecretPassage.onEnable(SecretPassage.java:51)
    2011-10-16 16:21:35 [SEVERE] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:170)
    2011-10-16 16:21:35 [SEVERE] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:957)
    2011-10-16 16:21:35 [SEVERE] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:280)
    2011-10-16 16:21:35 [SEVERE] at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:171)
    2011-10-16 16:21:35 [SEVERE] at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:154)
    2011-10-16 16:21:35 [SEVERE] at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:297)
    2011-10-16 16:21:35 [SEVERE] at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:284)
    2011-10-16 16:21:35 [SEVERE] at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:152)
    2011-10-16 16:21:35 [SEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:348)
    2011-10-16 16:21:35 [SEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)
    2011-10-16 16:21:35 [INFO] [SecretPassage] Loaded 7 passages.
    2011-10-16 16:21:35 [INFO] [Secret Passage] Loaded switches for 7 passages.
    2011-10-16 16:21:35 [INFO] SecretPassage v1.3a enabled.
    2011-10-16 16:21:35 [INFO] [NoCheat] This version is for CB #1240 and CB #1317. It may break at any time and for any other version.
    2011-10-16 16:21:35 [INFO] [NoCheat] version [2.11] is enabled.
    2011-10-16 16:21:35 [INFO] [VANISH] Version 1.6.9.7 enabled.
    2011-10-16 16:21:35 [INFO] Server permissions file permissions.yml is empty, ignoring it
    2011-10-16 16:21:35 [INFO] Done (0.255s)! For help, type "help" or "?"


    I hope, I provided all information necessary and someone is able to help me ;)
    I was trying to get this running all day :S

    compufreak29
     

    Attached Files:

  2. Offline

    LilacTheEspeon

    Well if you own the region, you shouldn't need to deny building, if only you are included in the region.
     
    compufreak29 likes this.
  3. Offline

    3ric

    The flag "build deny" denies all players except OP from using that area. Remove the "build" flag completely.

    "build deny" denies ALL users/members from building in the area.
    "build allow" allows ALL users to modify that area.

    By default, WorldGuard regions are protected from non-members. Hope this helps. :)
     
    compufreak29 likes this.
  4. Offline

    compufreak29

    Sometimes normal language is simply not sufficient for my emotions. Let's try it with code instead:
    Code:
    head->wall.
    I hate such moments :'(.

    Maybe this should be explained somewhere... somehow... would have saved a little time... somehow -.-

    Anyhow. Thank you very much!

    SOLVED
     
  5. Offline

    3ric

    Don't feel bad, took me a few hours to figure this one out on my own.
     
  6. Offline

    compufreak29

    Yeah well, its ok. At least now everything is working :D

    cheers!
     
  7. Offline

    LilacTheEspeon

Thread Status:
Not open for further replies.

Share This Page