Using PermissionsEx and WorldEdit

Discussion in 'Bukkit Help' started by Ianman, Oct 6, 2011.

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

    Ianman

    Hi everyone,

    I currently have the above mentioned plugins but for the life of me I can't seem to set permissions for WorldEdit using PermissionsEx. My Admin group has worldedit.* and all other groups do not yet everyone can access worldedit commands!

    Here is the groups portion of my permissions file:
    Code:
    groups:
        default:
            default: true
            permissions: null
            prefix: '&0[&lVisitor&0]&7 '
        Initiate:
            default: false
            permissions:
            - modifyworld.*
            - essentials.help
            - essentials.helpop
            - essentials.list
            - essentials.motd
            - essentials.rules
            prefix: '&0[&lInitiate&0]&7 '
        Admin:
            default: false
            permissions:
            - essentials.sethome
            - permissions.*
            - worldmodes.*
            - modifyworld.*
            - essentials.*
            - cenotaph.use
            - cenotaph.freechest
            - cenotaph.large
            - cenotaph.lwc
            - cenotaph.lockette
            - cenotaph.sign
            - cenotaph.freesign
            - cenotaph.quickloot
            - cenotaph.cmd.cenotaphlist
            - cenotaph.cmd.cenotaphfind
            - cenotaph.cmd.cenotaphtime
            - cenotaph.cmd.cenotaphreset
            - cenotaph.admin
            - cenotaph.admin.list
            - cenotaph.admin.find
            - cenotaph.admin.time
            - cenotaph.admin.remove
            - worldedit.*
            prefix: '&0[&eAdmin&0]&7 '
        Owner:
            prefix: '&0[&4Owner&0]&7 '
            permissions:
            - '*'
        Builder:
            permissions:
            - modifyworld.*
            - choptree.chop
            - choptree.command.check
            - choptree.command.toggle
            - essentials.help
            - essentials.helpop
            - essentials.list
            - essentials.motd
            - essentials.rules
            - essentials.spawn
            - essentials.afk
            - essentials.back
            - essentials.back.ondeath
            - essentials.home
            - essentials.kit
            - essentials.kit.tools
            - essentials.mail
            - essentials.mail.send
            - essentials.me
            - essentials.msg
            - essentials.nick
            - essentials.ping
            - essentials.protect
            - essentials.sethome
            - essentials.signs.break.disposal
            - essentials.signs.break.mail
            - essentials.signs.break.protection
            - essentials.signs.break.trade
            - essentials.signs.create.disposal
            - essentials.signs.create.mail
            - essentials.signs.create.protection
            - essentials.signs.create.trade
            - essentials.signs.use.*
            - essentials.suicide
            - essentials.time
            - essentials.tpa
            - essentials.tpaccept
            - essentials.tpahere
            - essentials.tpdeny
            - essentials.warp
            - essentials.warp.list
            - worldmodes.set.self
            - worldmodes.survival
            - worldmodes.creative
            - cenotaph.use
            - cenotaph.freechest
            - cenotaph.large
            - cenotaph.lwc
            - cenotaph.lockette
            - cenotaph.sign
            - cenotaph.freesign
            - cenotaph.quickloot
            prefix: '&0[&3Builder&0]&7 '
    What am I doing wrong?

    Thanks!
     
  2. Offline

    Daniel Heppner

    Do you have permissions.jar installed? It was in the zip file with PEX.
     
  3. Offline

    yttriuszzerbus

    I found it wouldn't detect PermissionsBukkit, and I had to use SuperPermsBridge
     
  4. Offline

    Ianman

    I am still fuzzy on the whole superperms thing...not sure what it is :(. I do however have the permissions.jar installed from the permissionsex zip.
     
  5. Offline

    Daniel Heppner

    Super perms is bukkit's built in permissions system.

    I suggest reading some guides on Pex. You should be using inheritance. In your admin thing, remove all the nodes and just add *. All admins should also be ops.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 20, 2016
  6. Offline

    Ianman

    I just found the solution. I had to set the "no-op-permissions" to true (default is false) in the config file for worldedit. I guess I failed there. Learn something new every day! w00t.
    Thanks for your time though!
     
    Daniel Heppner likes this.
Thread Status:
Not open for further replies.

Share This Page