Why can't people use portals?

Discussion in 'Bukkit Help' started by StormEagleed, Dec 10, 2011.

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

    StormEagleed

    Hi bukkit community! I was wondering why people can't go to the nether or use Multi-Verse 2 portals unless they're OP.
    Any ideas?Maybe I need to add more perm nodes?

    Note:
    • I'm using PermissionEx
    permissions.yml:



    Code:
    groups:
        Player:
            inheritance: Player
            default: true
            permissions:
            - essentials.home
            - essentials.kit.*
            - essentials.motd
            - essentials.rules
            - essentials.sethome
            - essentials.list
            - essentials.msg
            - essentials.me
            - essentials.portal
            - essentials.compass
            - essentials.ping
            - essentials.warp
            - essentials.spawn
            - essentials.tpdeny
            - essentials.tpaccept
            - essentials.tpa
            - essentials.tpahere
            - essentials.ignore
            - essentials.afk
            - essentials.r
            - iConomy.holdings
            - iConomy.payment
            - multiverse.access.*
            - multiverse.core.tp.self
            - jobs.join.*
            prefix: '&f[&bPlayer&f]'
        Member:
            inheritance: Player
            default: false
            permissions:
            - jobs.join.*
            - essentials.mail
            - essentials.mail.send
            - essentials.me
            - essentials.whois
            - ChestShop.shop.create
            - ChestShop.shop.buy
            - ChestShop.shop.sell
            - iConomy.help
            - iConomy.holdings.others
            prefix: '&f[&dMember&b]'
        Moderator:
            inheritance: Member
            default: false
            permissions:
            - jobs.join.*
            - essentials.mail
            - essentials.mail.send
            - essentials.me
            - essentials.whois
            - ChestShop.shop.create
            - ChestShop.shop.buy
            - ChestShop.shop.sell
            - iConomy.help
            - iConomy.holdings.others
            prefix: '&f[&1Moderator&f]'
        Administrator:
            inheritance: Moderator
            default: false
            permissions:
            - essentials.antioch
            - essentials.ban
            - essentials.kick
            - essentials.broadcast
            - essentials.burn
            - essentials.mute
            - essentials.spawnmob
            - essentials.tempban
            - essentials.unban
            - essentials.weather
            - vanish.*
            - essentials.spawn
            - essentials.home
            - essentials.sethome
            - essentials.setwarp
            - essentials.tp
            - essentials.warp
            - essentials.bigtree
            - essentials.heal
            - essentials.unlimited
            - iConomy.accounts.status.set
            - iConomy.accounts.set
            - iConomy.accounts.take
            - iConomy.accounts.remove
            - iConomy.accounts.give
            - worldedit.*
            - gamemode.change
            - gamemmode.change.player
            - multiverse.*
            prefix: '&f[&4Admin&f]&d'
        Owner:
            inheritance: Administrator
            default: false
            permissions:
            - essentials.setspawn
            - essentials.fireball
            - essentials.ext
            - essentials.banip
            - essentials.unbanip
            - '*'
            - reload
            - multiverse.*
            - dynmap.*
            prefix: '&0[&bO&4w&dn&ae&er&0]&1'
        admin:
            prefix: d
    users:
        StormEagleed:
            group:
            - Owner
        sharadas909:
            group:
            - Administrator
        sharpleroy_321:
            group:
            - Player
        _Sun_Tzu_:
            group:
            - Administrator
    
    Nevermind,I fixed it by adding a permission node that I was unaware of 'multiverse.portal.access.*'

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

Share This Page