Plugin Help Unable to add permission for warps using PermissionsEx

Discussion in 'Plugin Help/Development/Requests' started by Wastefulbean, Jan 29, 2016.

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

    Wastefulbean

    I've tried everything to try and add permission for certain ranks to warp. I also have per-warp permissions enabled in essentials.

    Here is the permissions.yml for pex

    Initiate:
    permissions:
    - essentials.tell
    - essentials.back
    - essentials.msg
    - essentials.spawn
    - essentials.home
    - essentials.tpa
    - essentials.tpahere
    - essentials.tpaccept
    - essentials.home
    - essentials.sethome
    - essentials.sethome.multiple.default
    - essentials.skull
    - essentials.skull.others
    - essentials.ptime
    - essentials.clearinventory
    - essentials.top
    - essentials.warp
    - essentials.warp.list
    - essentials.warps.spawn
    options:
    build: true
    prefix: '&8[&7Initiate&8]'
    default: true
    Aspirant:
    permissions:
    - essentials.home
    - essentials.spawn
    - essentials.warp
    - essentials.warps.aspirant
    - multiverse.access.aspirant
    - plots.plot.2
    inheritance:
    - Initiate
    options:
    prefix: '&8[&aAspirant&8]'
     
  2. Offline

    lulKeith

    Have you tried group manager? :>
     
  3. Offline

    oceantheskatr

    @lulKeith Completely unneccesary, OP would still have the exact same problem using GroupManager.
     
  4. Offline

    pie_flavor

    @Wastefullbean Please repaste it in [code][/code] blocks or pastebin.com in order to show YAML configs, as if you don't, Bukkit removes all indentation, which might have been the problem.
     
  5. Offline

    oceantheskatr

    @Wastefulbean (wrong tahg)
     
  6. Try: Essentials.warp.aspirant (I think you added an "s" after warp)
     
  7. Offline

    oceantheskatr

    Wrong, the correct permission node usage is essentials.warps.<warpname>. The permission node for access to /warp is essentials.warp.
     
  8. Offline

    oceantheskatr

Thread Status:
Not open for further replies.

Share This Page