PermissionsEx Fail

Discussion in 'Bukkit Help' started by jjsanchez099, May 31, 2014.

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

    jjsanchez099

    So as I want to set up PermissionsEx I get and error and I dont know what to do.
    This is my Config
    Code:
    groups:
        Default:
            default: true
            permissions:
            - modifyworld.*
            - essentials.rules
            - essentials.help
            - essentials.pay
            - essentials.balance
            - essentials.tell
            - essentials.sell
            - essentials.who
            - essentials.afk
            - essentials.list
            - essentials.msg
            - essentials.warp
            - essentials.helpop
            - essentials.motd
            - essentials.spawn
            - essentials.home
            - essentials.tpa
            - essentials.tpahere
            - essentials.tpaccept
            - essentials.home
            - essentials.sethome
            - essentials.sethome
     
            prefix: '&7|&7 Member&7 |&7 '
            options:
                build: true
        Mod:
            permissions:
            - essentials.tempban
            - essentials.heal
            - essentials.feed
            - essentials.ban.notify
            - essentials.banip
            - essentials.clearinventory
            - essentials.eco.loan
            - essentials.ext
            - essentials.getpos
            - essentials.helpop.recieve
            - essentials.home.others
            - essentials.invsee - essentials.jails
            - essentials.jump
            - essentials.kick
            - essentials.kick.notify
            - essentials.mute
            - essentials.realname
            - essentials.signs.create.*
            - essentials.signs.break.*
            - essentials.time
            - essentials.protect.alerts
            - essentials.protect.admin
            - essentials.protect.ownerinfo
            - essentials.togglejail
            - essentials.top
            - essentials.unban
            - essentials.unbanip
            - essentials.whois
            - essentials.world
            inheritance:
            - Member
            prefix: '&7|&3 Mod&7 | '
            options:
                build: true
        Super-Mod:
            permissions:
            - essentials.tempban
            - essentials.heal
            - essentials.feed
            - essentials.ban.notify
            - essentials.banip
            - essentials.clearinventory
            - essentials.eco.loan
            - essentials.ext
            - essentials.getpos
            - essentials.helpop.recieve
            - essentials.home.others
            - essentials.invsee - essentials.jails
            - essentials.jump
            - essentials.kick
            - essentials.kick.notify
            - essentials.mute
            - essentials.realname
            - essentials.signs.create.*
            - essentials.signs.break.*
            - essentials.time
            - essentials.protect.alerts
            - essentials.protect.admin
            - essentials.protect.ownerinfo
            - essentials.togglejail
            - essentials.top
            - essentials.unban
            - essentials.unbanip
            - essentials.whois
            - essentials.world
              inheritance:
            - Member
            prefix: '&7|&3 Super-Mod&7 | '
            options:
                build: true
        Admin:
            permissions:
            - essentials.gamemode
            - essentials.tp
            - essentials.ban
            - essentials.god
            - essentials.invsee
            inheritance:
            - Member
            - Moderator
            prefix: '&7|&a Admin&7 | '
            options:
                build: true
        Super-Admin:
            permissions:
            - essentials.gamemode
            - essentials.tp
            - essentials.ban
            - essentials.god
            - essentials.invsee
            inheritance:
            - Member
            - Moderator
            prefix: '&7|&a Super-Admin&7 | '
            options:
                build: true
        Owner:
            permissions:
            - '*'
            inheritance:
            - admin
            prefix: '&7|&6 Owner&7 | '
            options:
                build: true
        Devolper:
            permissions:
            - '*'
            inheritance:
            - admin
            prefix: '&7|&6 Devolper&7 | '
            options:
                build: true       
        OP:
            permissions:
            - '*'
            inheritance:
            - admin
            prefix: '&7|&6 OP&7 | '
            options:
                build: true
       
        - Owner
    users:
      jjsanchez099:
        group:
        - Owner
    
    Thanks . Please help me :D

    Also will this be helpful?
    http://gyazo.com/48309779fe780a0924e6895b2231d8d6

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 1, 2016
  2. Offline

    es359

  3. Offline

    jjsanchez099

    The thing is I have no console error it just appears like that on my server . And I get dis error when I use the YAML Parser
    Code:
    ERROR:
     
    while scanning for the next token
    found character '\t' that cannot start any token
      in "<unicode string>", line 99, column 1:
                  inheritance:
        ^
     
  4. Offline

    aaomidi

    If you haven't realized, this is plugin development. [removed]

    [edit by JaguarJo: Let's keep this conversation civil. You can get your point across without being impolite.]
     
  5. Offline

    es359


    So in your text editor that you used to make your permissions file, go to line 99, and see if anything looks out of place.
     
  6. Offline

    jjsanchez099

    Okden but I dont CARE and I need someone that is WILLING to help me. Ktks

    Thanks!

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

    JaguarJo

    Moved to a more appropriate forum.
     
  8. Offline

    ReggieMOL

  9. Offline

    jjsanchez099

    Can anyone help me. I cant see to fix it. Sorry for my noobiness im new to this
     
  10. Offline

    CreativeGamer

    jjsanchez099
    Right Here, your Inheritance is messed up, as it is too spaced in, and it doesn't line up.
    Also, I believe most of your prefixes are missing the ' at the end, as it is to far away from the prefix.
    Code:
    Super-Mod:
            permissions:
            - essentials.tempban
            - essentials.heal
            - essentials.feed
            - essentials.ban.notify
            - essentials.banip
            - essentials.clearinventory
            - essentials.eco.loan
            - essentials.ext
            - essentials.getpos
            - essentials.helpop.recieve
            - essentials.home.others
            - essentials.invsee - essentials.jails
            - essentials.jump
            - essentials.kick
            - essentials.kick.notify
            - essentials.mute
            - essentials.realname
            - essentials.signs.create.*
            - essentials.signs.break.*
            - essentials.time
            - essentials.protect.alerts
            - essentials.protect.admin
            - essentials.protect.ownerinfo
            - essentials.togglejail
            - essentials.top
            - essentials.unban
            - essentials.unbanip
            - essentials.whois
            - essentials.world
              inheritance:
            - Member
     
  11. Offline

    jjsanchez099

    Thanks! CreativeGamer

    Ok I did as you told me and when I do /plugins on my server PermissionsEx is in red I dont know why D:

    Can anyone tell me what I did wrong I did as you guys told me :D
    Code:
     Default:
            default: true
            permissions:
            - modifyworld.*
            - essentials.rules
            - essentials.help
            - essentials.pay
            - essentials.balance
            - essentials.tell
            - essentials.sell
            - essentials.who
            - essentials.afk
            - essentials.list
            - essentials.msg
            - essentials.warp
            - essentials.helpop
            - essentials.motd
            - essentials.spawn
            - essentials.home
            - essentials.tpa
            - essentials.tpahere
            - essentials.tpaccept
            - essentials.home
            - essentials.sethome
            - essentials.sethome
            prefix: '&7|&7 Member&7 |&7 '
            options:
                build: true
        Mod:
            permissions:
            - essentials.tempban
            - essentials.heal
            - essentials.feed
            - essentials.ban.notify
            - essentials.banip
            - essentials.clearinventory
            - essentials.eco.loan
            - essentials.ext
            - essentials.getpos
            - essentials.helpop.recieve
            - essentials.home.others
            - essentials.invsee - essentials.jails
            - essentials.jump
            - essentials.kick
            - essentials.kick.notify
            - essentials.mute
            - essentials.realname
            - essentials.signs.create.*
            - essentials.signs.break.*
            - essentials.time
            - essentials.protect.alerts
            - essentials.protect.admin
            - essentials.protect.ownerinfo
            - essentials.togglejail
            - essentials.top
            - essentials.unban
            - essentials.unbanip
            - essentials.whois
            - essentials.world
            inheritance:
      - Member
            prefix: '&7|&3 Mod&7 | '
            options:
                build: true
        Super-Mod:
            permissions:
            - essentials.tempban
            - essentials.heal
            - essentials.feed
            - essentials.ban.notify
            - essentials.banip
            - essentials.clearinventory
            - essentials.eco.loan
            - essentials.ext
            - essentials.getpos
            - essentials.helpop.recieve
            - essentials.home.others
            - essentials.invsee - essentials.jails
            - essentials.jump
            - essentials.kick
            - essentials.kick.notify
            - essentials.mute
            - essentials.realname
            - essentials.signs.create.*
            - essentials.signs.break.*
            - essentials.time
            - essentials.protect.alerts
            - essentials.protect.admin
            - essentials.protect.ownerinfo
            - essentials.togglejail
            - essentials.top
            - essentials.unban
            - essentials.unbanip
     
        - essentials.whois
            - essentials.world
            inheritance:
            - Member:
            prefix: '&7|&3 Super-Mod&7 | '
            options:
                build: true
        Admin:
            permissions:
            - essentials.gamemode
            - essentials.tp
            - essentials.ban
            - essentials.god
            - essentials.invsee
            inheritance:
            - Member
            - Moderator
            prefix: '&7|&a Admin&7 | '
            options:
                build: true
        Super-Admin:
            permissions:
            - essentials.gamemode
            - essentials.tp
            - essentials.ban
            - essentials.god
            - essentials.invsee
            inheritance:
            - Member
            - Moderator
            prefix: '&7|&a Super-Admin&7 | '
            options:
                build: true
        Owner:
            permissions:
            inheritance:
            - admin
            prefix: '&7|&6 Owner&7 | '
            options:
                build: true
        Devolper:
            permissions:
            inheritance:
            - admin
            prefix: '&7|&6 Devolper&7 | '
            options:
                build: true   
        OP:
            permissions:
            inheritance:
            - admin
            prefix: '&7|&6 OP&7 | '
            options:
                build: true
    users:
      jjsanchez099
    
    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 1, 2016
  12. Offline

    CreativeGamer

    jjsanchez099
    Your command, - essentials.whois - is messed up. Also, fix the 's for the prefixes Also, your commands -essentials.invsee and - essentials.jails are right next to each other, which shouldn't be.
    Super-Mod:
    permissions:
    - essentials.tempban
    - essentials.heal
    - essentials.feed
    - essentials.ban.notify
    - essentials.banip
    - essentials.clearinventory
    - essentials.eco.loan
    - essentials.ext
    - essentials.getpos
    - essentials.helpop.recieve
    - essentials.home.others
    - essentials.invsee - essentials.jails
    - essentials.jump
    - essentials.kick
    - essentials.kick.notify
    - essentials.mute
    - essentials.realname
    - essentials.signs.create.*
    - essentials.signs.break.*
    - essentials.time
    - essentials.protect.alerts
    - essentials.protect.admin
    - essentials.protect.ownerinfo
    - essentials.togglejail
    - essentials.top
    - essentials.unban
    - essentials.unbanip

    - essentials.whois
    - essentials.world
    inheritance:
    - Member:
    prefix: '&7|&3 Super-Mod&7 | '
    options:
    build: true
     
  13. Offline

    jjsanchez099

    CreativeGamer Thanks! Youv'e been helpful Mind helping me on my Server ? :D

    I did this same PermissionsEx is till in red ;/

    I fixed the red things though..

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jul 1, 2016
  14. Offline

    JaguarJo

    Try using this one:
    Code:
    groups:
      Member:
        default: true
        permissions:
        - modifyworld.*
        - essentials.rules
        - essentials.help
        - essentials.pay
        - essentials.balance
        - essentials.tell
        - essentials.sell
        - essentials.who
        - essentials.afk
        - essentials.list
        - essentials.msg
        - essentials.warp
        - essentials.helpop
        - essentials.motd
        - essentials.spawn
        - essentials.home
        - essentials.tpa
        - essentials.tpahere
        - essentials.tpaccept
        - essentials.home
        - essentials.sethome
        - essentials.sethome
        prefix: '&7|&7 Member&7 |&7 '
        options:
          build: true
      Mod:
        permissions:
        - essentials.tempban
        - essentials.heal
        - essentials.feed
        - essentials.ban.notify
        - essentials.banip
        - essentials.clearinventory
        - essentials.eco.loan
        - essentials.ext
        - essentials.getpos
        - essentials.helpop.recieve
        - essentials.home.others
        - essentials.invsee
        - essentials.jails
        - essentials.jump
        - essentials.kick
        - essentials.kick.notify
        - essentials.mute
        - essentials.realname
        - essentials.signs.create.*
        - essentials.signs.break.*
        - essentials.time
        - essentials.protect.alerts
        - essentials.protect.admin
        - essentials.protect.ownerinfo
        - essentials.togglejail
        - essentials.top
        - essentials.unban
        - essentials.unbanip
        - essentials.whois
        - essentials.world
        inheritance:
        - Member
        prefix: '&7|&3 Mod&7 | '
        options:
          build: true
      Super-Mod:
        permissions:
        - essentials.tempban
        - essentials.heal
        - essentials.feed
        - essentials.ban.notify
        - essentials.banip
        - essentials.clearinventory
        - essentials.eco.loan
        - essentials.ext
        - essentials.getpos
        - essentials.helpop.recieve
        - essentials.home.others
        - essentials.invsee
        - essentials.jails
        - essentials.jump
        - essentials.kick
        - essentials.kick.notify
        - essentials.mute
        - essentials.realname
        - essentials.signs.create.*
        - essentials.signs.break.*
        - essentials.time
        - essentials.protect.alerts
        - essentials.protect.admin
        - essentials.protect.ownerinfo
        - essentials.togglejail
        - essentials.top
        - essentials.unban
        - essentials.unbanip
        - essentials.whois
        - essentials.world
        inheritance:
        - Member
        prefix: '&7|&3 Super-Mod&7 | '
        options:
          build: true
      Admin:
        permissions:
        - essentials.gamemode
        - essentials.tp
        - essentials.ban
        - essentials.god
        - essentials.invsee
        inheritance:
        - Moderator
        prefix: '&7|&a Admin&7 | '
        options:
          build: true
      Super-Admin:
        permissions:
        - essentials.gamemode
        - essentials.tp
        - essentials.ban
        - essentials.god
        - essentials.invsee
        inheritance:
        - Moderator
        prefix: '&7|&a Super-Admin&7 | '
        options:
          build: true
      Owner:
        permissions:
        inheritance:
        - Admin
        prefix: '&7|&6 Owner&7 | '
        options:
          build: true
      Devolper:
        permissions: []
        inheritance:
        - Admin
        prefix: '&7|&6 Devolper&7 | '
        options:
          build: true 
      OP:
        permissions: []
        inheritance:
        - Admin
        prefix: '&7|&6 OP&7 | '
        options:
          build: true
    users:
      jjsanchez099:
        group:
        - Owner
     
  15. Offline

    jjsanchez099

  16. Offline

    JaguarJo

    jjsanchez099 Oh, you need to add the pex permission nodes to your group so that you can use pex commands. Adding - permissions.* to the Owner group should cover those.

    Also, you never really set up a promotion ladder in the first place, so if you're just trying to use /pex promote <name> then it isn't going to work. You should still be able to put people directly into groups with /pex user <name> group set <groupname> (once you give yourself the pex permission node).
     
    CreativeGamer likes this.
  17. Offline

    jjsanchez099

  18. Offline

    jjsanchez099

    JaguarJo
    /pex user <name> group set <groupname>
    No perms
    Can you help me? Please?
     
  19. Offline

    JaguarJo

    Did you remember to add permissions.* to the group that is in charge of putting players in other groups?
     
Thread Status:
Not open for further replies.

Share This Page