[Important] PermissionsEX Problem [Imporant]

Discussion in 'Bukkit Help' started by TopBritGamer, Feb 8, 2012.

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

    TopBritGamer

    The problem is the member rank works fine but ranks such as diamond bedrock gold etc cannot set mutiple homes or fly or do what the permission alows them. I tried to put the permission into the member rank and it worked fine.

    Here is how i laid it out
    Code:
    groups:
        mod1:
            inheritance:
            - warden
            permissions:
            - nocheat.checks.fight.direction
            - nocheat.checks.fight.noswing
            - nocheat.checks.fight.reach
            - nocheat.checks.fight.speed
            - essentials.sethome.multiple.[3]
            - essentials.nick
            - nocheat.admin
            - cf.allowfly
            - essentials.spawner
            - essentials.warp
            - essentials.tpahere
            - essentials.tpa
            - essentials.mute
            - essentials.jail
            - nocheat.admin.chatlog
            - essentials.tempban
            - essentials.ban
            - essentials.unban
            - essentials.broadcast
            - lwc.mod
            - nocheat.checks.moving.flying
            - nocheat.checks.moving.runfly
            - nocheat.checks.moving.swimming
            - nocheat.checks.moving.sneaking
            - nocheat.checks.moving.nofall
            - nocheat.checks.moving.morepackets
            prefix: '&b[&bMod&b] &b'
        Member:
            default: true
            permissions:
            - nocheat.checks.moving.nofall
            - essentials.signs.use.warp
            - essentials.warp
            - iConomy.access
            - iConomy.list
            - iConomy.payment
            - announcer.receiver
            - essentials.motd
            - modifyworld.*
            - essentials.help
            - essentials.afk
            - essentials.ignore
            - essentials.mail
            - essentials.mail.send
            - essentials.msg
            - essentials.rules
            - essentials.sethome
            - essentials.tpaccept
            - ChestShop.shop.sell
            - ChestShop.shop.buy
            - iConomy.access
            - iConomy.list
            - iConomy.top
            - lwc.protect
            - essentials.portal
            - essentials.warp
            - essentials.spawn
            - essentials.tpdeny
            - essentials.tpaccept
            - mcmmo.ability.*
            - mcmmo.skills.*
            prefix: '&f[&fMember&f] &e'
            suffix: '&f'
        iron:
            inheritance:
            - Member
            permissions:
            - essentials.spawner
            - essentials.tpa
            - essentials.home
            - essentials.sethome
            prefix: '&7[&7Iron&7] &7'
        Warden:
            inheritance:
            - Member
            permissions:
            - essentials.portal
            - essentials.joinfullserver
            - essentials.kick
            - essentials.mute
            - essentials.jail
            prefix: '&a[&aWarden&a] &a'
            suffix: '&f'
        gold:
            inheritance:
            - iron
            permissions:
            - essentials.spawner
            - essentials.tpahere
            prefix: '&6[&6Gold&6] &2'
            suffix: '&f'
        admin:
            inheritance:
            - mod
            permissions:
            - factions.kit.mod
            - worldedit.*
            - essentials.*
            - worldguard.*
            - lwc.mod
            prefix: '&e[&eAdmin&e] &e'
        Owner:
            permissions:
            - '*'
            prefix: '&c[&cOwner&c] &3'
        diamond:
            inheritance:
            - gold
            premissions:
            - essentials.sethome.multiple.unlimited
            - essentials.nick
            prefix: '&b[&bDiamond&b] &b'
        mod:
            inheritance:
            - warden
            permissions:
            - essentials.mmoedit
            - essentials.home
            - essentials.spawner
            - essentials.warp
            - essentials.tpahere
            - essentials.tpa
            - essentials.mute
            - essentials.jail
            - nocheat.admin.chatlog
            - essentials.tempban
            - essentials.ban
            - essentials.unban
            - essentials.broadcast
            - lwc.mod
            prefix: '&b[&bMod&b] &b'
        Bedrock:
            inheritance:
            - diamond
            premissions:
            - essentials.sethome.multiple.[3]
            prefix: '&8[&8Bedrock&8] &8 '
        epic:
            inheritance:
            - bedrock
            premissions:
            - cf.allowfly
            - nocheat.checks.moving.flying
            - essentials.nick
            prefix: '&1[&1Epic&1] &2 '
    Also my plugins list: Minequery, xrayinformer scheduledannouncer worldedit anitlogger autosave buycraft
    dropclear logblockquestioner premissionsex worldguard heroicdeath coustumessages ifconomy spamhammer
    premissions anitxray cfbanner chestshop nocheat votifer mcmmo mobdisquise spamcontrol eseentials chatmaanager essentails spawn logblock essentailschat factions

    Thanks
     
  2. Offline

    ZeroZX4

    try give them permission

    - essentials.sethome.*
     
  3. Offline

    TopBritGamer

    I would but i need them to set it to a limit.
     
  4. Offline

    Deleted user

    I don't understand what the problem is.
     
  5. Offline

    TopBritGamer

  6. Offline

    ZeroZX4

    wait wait

    shouldnt it be

    - essentials.sethome.multiple.3

    instead of

    - essentials.sethome.multiple.[3]


    ???
     
  7. Offline

    AdrianVaughan

    it should be as ZeroZX4 said - essentials.sethome.multiple.3

    Plus if you find the config file , where it list how many multi homes you can have , you can make them for each group

    # Allow players to have multiple homes.
    # Define different amounts of multiple homes for different permissions, e.g. essentials.sethome.multiple.vip
    # People with essentials.sethome.multiple.unlimited are not limited by these numbers.
    sethome-multiple:
    # essentials.sethome.multiple
    default: 3
    # essentials.sethome.multiple.vip
    vip: 5
    # essentials.sethome.multiple.staff
    staff: 10

    so you could add
    # essentials.sethome.multiple.iron
    iron: 5

    That way you give them the permission then it makes it a lot easyer.
     
  8. Offline

    TopBritGamer

    Yes but still the fly is the problem too.
     
  9. Offline

    ZeroZX4

    they cant fly ?

    i mean like on crative or survival mode


    if on survival than what plugin u use to let them fly?
     
  10. Offline

    TopBritGamer

    CFBanner and Nocheat.

    Well i mean cfbanner and nocheat stops it put the premissions dosnt work for those ranks when i allow it.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 23, 2016
Thread Status:
Not open for further replies.

Share This Page