Solved World inheritance.

Discussion in 'Bukkit Help' started by xiamix, Feb 21, 2012.

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

    xiamix

    Hi,
    I've downloaded a new plugin (WorldPortal).
    and it works! But when I go in my new world I can't do any thing (Can't chat, build, ...) .
    I use PermissionsEx and I've tryed with the world inheritance.
    Here is my permissions file.

    Code:
    users:
        xxxxx:
            group:
            - admin
        xxxxx:
            group:
            - op
        xxxxx:
            group:
            - memberc
    groups:
        guest:
            default: true
            prefix: '&f[GUEST]'
            suffix: '&f'
            permissions:
            - essentials.spawn
            - essentials.rules
            - essentials.motd
            - essentials.list
            - essentials.helpop
            - essentials.help
            - modifyworld.*
            - sidekick.use
            - sidekick.location
            - sidekick.broadcastlocation
            - sidekick.chat
            - sidekick.move
            - sidekick.spawn
            - worldportal.teleport
            - worldportal.use
            options:
                rank: '1000'
        memberc:
            default: false
            inheritance:
            - guest
            prefix: '&f[MEMBER] '
            suffix: ' [C]&f'
            permissions:
            - essentials.build
            - essentials.afk
            - essentials.back
            - essentials.back.ondeath
            - essentials.chat.color
            - essentials.chat.question
            - essentials.compass
            - essentials.depth
            - essentials.home
            - essentials.ignore
            - essentials.me
            - essentials.msg
            - essentials.nick
            - essentials.ping
            - essentials.powertool
            - essentials.protect
            - essentials.sethome
            - essentials.signs.use.*
            - essentials.suicide
            - essentials.tpa
            - essentials.tpaccept
            - essentials.tpahere
            - essentials.tpdeny
            - essentials.warp
            - essentials.warp.list
            - essentials.worth
            - alerter.protect.object
            - sidekick.info
            - sidekick.clearinventory
            - sidekick.beware
            - sidekick.message
            - sidekick.listworlds
            - essentials.protect
            - essentials.signs.create.protection
            options:
                rank: '800'
        members:
            default: false
            inheritance:
            - memberc
            prefix: '&f[MEMBER] '
            suffix: ' [S]&f'
            permissions:
            - sidekick.goto
            options:
                rank: '600'
        op:
            default: false
            inheritance:
            - members
            prefix: '&6[MOD] '
            suffix: '&f'
            permissions:
            - essentials.ban
            - essentials.ban.notify
            - essentials.banip
            - essentials.broadcast
            - essentials.clearinventory
            - essentials.delwarp
            - essentials.eco.loan
            - essentials.ext
            - essentials.getpos
            - essentials.helpop.recieve
            - essentials.home.others
            - essentials.invsee
            - essentials.jump
            - essentials.kick
            - essentials.kick.notify
            - essentials.mute
            - essentials.nick.others
            - essentials.realname
            - essentials.setwarp
            - essentials.signs.create.*
            - essentials.signs.break.*
            - essentials.spawner
            - essentials.thunder
            - essentials.time
            - essentials.time.set
            - essentials.protect.alerts
            - essentials.protect.admin
            - essentials.ptime
            - essentials.ptime.others
            - essentials.togglejail
            - essentials.top
            - essentials.tp
            - essentials.tphere
            - essentials.tppos
            - essentials.tptoggle
            - essentials.unban
            - essentials.unbanip
            - essentials.weather
            - essentials.whois
            - essentials.world
            - alerter.area.op
            - essentials.gamemode.others
            - sidekick.anti
            - sidekick.weather
            - sidekick.pvp
            - sidekick.time
            - sidekick.kick
            - sidekick.heal
            - sidekick.superjump
            - sidekick.clearinventory
            - sidekick.item
            - sidekick.afkmessage
            - sidekick.mysterybox
            - sidekick.nomobs
            - sidekick.toollast
            - sidekick.tools
            - sidekick.god
            - sidekick.antibuild
            - sidekick.signname
            - sidekick.portal
            - sidekick.rules
            - sidekick.sneaks
            - sidekick.nofire
            - sidekick.fly
            - sidekick.pvp
            - sidekick.xp
            - sidekick.world
            - sidekick.broadcast
            - sidekick.ban
            - sidekick.ip
            - sidekick.show
            - sidekick.g
            - sidekick.strike
            - sidekick.set
            - sidekick.advertise
            - sidekick.all
            - sidekick.send
            - sidekick.spawn
            - sidekick.read
            - sidekick.player
            - sidekick.log
            - sidekick.warn
            - worldportal.*
            - sidekick.creative
            - sidekick.survival
            options:
                rank: '0'
        admin:
            default: false
            build: true
            inheritance:
            - op
            prefix: '&4[OWNER] '
            suffix: '&f'
            permissions:
            - '*'
            options:
                rank: '0'
    worlds:
        survival:
            inheritance:
            - world
    And this is my server folder :

    [​IMG]
    Thanks for helping :D
     
  2. Offline

    ZeroZX4

  3. Offline

    xiamix

    Yeah thanks, after doing it it didn't work but after 5 minutes I remmebered there exists something like SPAWN PROTECTION :oops: thank you !!!

    PS: thanks for the great plugin :)
     
  4. Offline

    itorrent

    There's a node in the PEX config.yml aswell (not permissions) : allowOps: false, Set that to true if you want to use the ops.txt.
    I'm experiencing the same thing with not being able to alter the spawn, but then i changed that node and it worked. I think bukkit has some built in spawn protection which users in the ops.txt only can change.
     
Thread Status:
Not open for further replies.

Share This Page