Per Warp Permissions.

Discussion in 'Bukkit Help' started by NunWrestling, Dec 22, 2012.

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

    NunWrestling

    Hello. In my server setup I want to disable all teleporting out of the nether, including warps except for 1, which would be /warp escape. I use Multiverse and PermissionsEx. My first idea was to enable Per-Warp-Permissions in Essentials and for the main world do essentials.warp.* and in nether do
    -essentials.warp.* and essentials.warp.escape. It seems not to be working. When I do this it says I have no access to any warps in both worlds. Here is my PermEx file.
    Code:
    groups:
      default:
        default: true
        build: true
        permissions:
        - -bukkit.command.kill
        - -bukkit.command.plugins
        - modifyworld.*
        - essentials.balance
        - -essentials.tp
        - -essentials.tptoggle
        - essentials.pay
        - essentials.afk
        - essentials.helpop
        - essentials.info
        - essentials.mail
        - essentials.mail.send
        - essentials.me
        - essentials.motd
        - essentials.msg
        - essentials.msg.url
        - essentials.sethome
        - essentials.home
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpahere
        - essentials.tpdeny
        - essentials.spawn
        - group.survival
        - essentials.kit
        - essentials.kit.protect
        - group.entryforall
        - essentials.signs.use.warp
        - essentials.home.delete
        - essentials.delhome
        - signs.use.balance
        - essentials.signs.use.buy
        - essentials.signs.use.kit
        - essentials.signs.use.info
        - essentials.rules
        - signs.use.buy
        - signs.use.heal
        - signs.use.info
        - signs.use.kit
        - signs.use.mail
        - essentials.kits.tools
        - essentials.kits.protect
        - essentials.kit
        - essentials.kits
        - essentials.kit.tools
        - essentials.help
        - world.home
        - ChestShop.shop.buy
        - ChestShop.shop.sell
        - worldguard.group.default
        - factions.help
        - factions.admin
        - factions.autoclaim
        - factions.chat
        - factions.claim
        - factions.deinvite
        - factions.description
        - factions.disband
        - factions.home
        - factions.invite
        - factions.join
        - factions.kick
        - factions.leave
        - factions.list
        - factions.map
        - factions.mod
        - factions.money.kit.standard
        - factions.noboom
        - factions.open
        - factions.owner
        - factions.ownerlist
        - factions.power
        - factions.power.any
        - factions.relation
        - factions.sethome
        - factions.show
        - factions.tag
        - factions.title
        - factions.version
        - factions.unclaim
        - factions.unclaimall
        - essentials.protect.pvp
        - -essentials.kit.protect
        - -essentials.kit.ntools
        - factions.create
        - essentials.helpop
        - -lockette.user.create.*
        - essentials.warp
        - essentials.warp.*
        - essentials.warp.list
        prefix: '&7'
        worlds:
          Survival:
            prefix: '&e[P]&7 '
            permissions:
            - -essentials.teleport.timer.bypass
            - -essentials.kit.protect
            - essentials.kit
            - essentials.kit.tools
            - essentials.kits
            - ChestShop.shop.buy
            - ChestShop.shop.sell
            - essentials.kit.protect
            - -factions.*
            - lockette.user.create.*
          world_nether:
            prefix: '&c[Nether]&7 '
            permissions:
            - -essentials.warp
            - -essentials.warp.*
            - -essentials.spawn
            - -essentials.tpa
            - -essentials.tpahere
            - -essentials.tpaccept
            - essentials.warp.escape
    
    The one I am editing is world_nether and I cannot seem to figure out how to do this. Any help is much appreciated.
     
  2. Offline

    Necrodoom

    its essentials.warpS.warpname, aswell as essentials.kitS.kitname.
     
    wumboworld likes this.
  3. Offline

    Frkinklown

    thankyou necrodoom, I totally overlooked that
     
Thread Status:
Not open for further replies.

Share This Page