Solved PermissionsEX Help?

Discussion in 'Bukkit Help' started by kcharnovich, Jun 28, 2012.

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

    kcharnovich

    im trying to promote my self, and i just added permissions so im doing it through the server consol, and when i get to the Moderator rank i do as always pex promote kylesofly and is says QUOTE''28.06 19:10:59 [Server] SEVERE Ranking Error (console > kylesofly): User are not promoteable
    WHAT DO I DO???? HELP PLEASE!
    PS:i also used the PermissionsEX setuphttp://forums.bukkit.org/threads/admn-permissionsex-permissions-auto-setup-v1-4beta-r4.73511/



    heres my permissions.yml



    groups:
    default:
    default: true
    permissions:
    - modifyworld.*
    - '*'
    options:
    rank: '1000'
    prefix: '&7'
    Member:
    options:
    rank: '900'
    prefix: '&0[&8M&7ember&0]&7'
    VIP:
    options:
    rank: '800'
    prefix: '&0[&eVIP&0]&7'
    Moderator:
    options:
    rank: '100'
    prefix: '&0[&1Moderator&0]&7'
    Admin:
    options:
    rank: '0'
    permissions:
    - '*'
    prefix: '&0[&4Admin&0]&7'
    Owner:
    options:
    rank: '0'
    permissions:
    - '*'
    prefix: '&0[&4Owner&0]&7'
    users:
    Admin:
    permissions:
    - permissions.*
    group:
    - Admin
     
  2. Offline

    np98765

    I believe that means that a Moderator has more permissions than the console, lol. (because the Console is higher on the ladder... Therefore the console > moderator).
     
  3. Offline

    afistofirony

     
  4. Offline

    np98765

    But he said he's running the commands through the console:

    Correct?
     
  5. Offline

    Sir_Wai

    when you put a 0 in a rank it makes it invisible or sort of grays it out for you, meaning it is there but it isn't a real group. the numbers allowed are 1000-1.

    also make sure all the ranks have different numbers, don't use the same ones
     
  6. Offline

    kcharnovich

    i changed my moderators rank to '0' so it would be = to admin and owner and now its saying user not in ladder when i do /pex promote user or in console pex promote user....

    and wtf is a ladder a rank? like mod rank '100' admin '0'????

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

    Omnitv

    Im not even sure if PEX recognizes '0'.
    I would go 100 to 1,000 going by 100 per step per group.
    Here is my groups for an example.

    Code:
      Host:
        options:
          rank: '100'
        prefix: '&6[Staff]&c'
        suffix: '&b[Host]'
        permissions:
        - '*'
        - .give.item.*
        - adminchat.send
        - adminchat.read
        - adminchat.broadcast
        - mwStop.stop
        - mwStop.use
        - CommandBin.hat
      Owner:
        options:
          rank: '100'
        prefix: '&6[Staff]&c'
        suffix: ''
        permissions:
        - '*'
        - adminchat.send
        - adminchat.read
        - adminchat.broadcast
        - justwarp.list
        - justwarp.add
        - justwarp.remove
        - justwarp.warp
        - justwarp.override
        - justwarp.warpother
        - multiverse.portal.create
        - CommandBin.hell
      Admin:
        options:
          rank: '900'
        prefix: '&3[Head Curator]&1[T]&c'
        suffix: '&e[Staff]'
        permissions:
        - '*'
        - adminchat.send
        - adminchat.read
        - adminchat.broadcast
        - CommandBin.openinv
        - CommandBin.vanish.self
        - CommandBin.time.lock
        - CommandBin.mute.others
        - CommandBin.msg
        inheritance:
        - Curator
      Member:
        options:
          rank: '600'
        prefix: '&b[M]&9[U]&e'
        permissions:
        - CommandBin.afk
        - CommandBin.back
        - CommandBin.fly.self
        - modifyworld.chat
        - multiverse.portal.access.*
        - CommandBin.utils.colorchat
        - CommandBin.feed.self
        - CommandBin.hat
        inheritance:
        - Guest
      Guest:
        options:
          rank: '600'
        prefix: '&c[G]&9[U]&e'
        permissions:
        - CommandBin.accept
        - CommandBin.ask
        - CommandBin.kill.self
        - CommandBin.heal.self
        - modifyworld.chat
        - multiverse.portal.access.*
        inheritance:
        - Visitor
      Visitor:
        options:
          rank: '900'
        prefix: '&7[Visitor]&9[U]&e'
        permissions:
        - bukkit.command.kill
        - - bukkit.command.plugins
        - - bukkit.command.version
        - multiverse.portal.access.*
        - Multiverse.core.spawn.self
        inheritance:
        - default
     
  8. Offline

    kcharnovich

    THANK YOU!!!!
     
  9. Offline

    zipron

    Maybe my PEX guide can help you out? You'll find a link to it in my signature =)
    zip
     
Thread Status:
Not open for further replies.

Share This Page