Solved Permissions help

Discussion in 'Bukkit Help' started by El Presto, Jul 30, 2012.

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

    El Presto

    I am trying to make permissions for my server. Im sure I did it right but when I start my server I get flooded with error messages. There are way to many messages I cannot post them all. Here is my permissions file.
    Code:
    groups:
      Guest:
        default: true
        info:
            prefix: '&7[Guest]'
            build: true
            suffix: ' '
        inheritance:
        permissions:
        - modifyworld.*
        - factions.list
        - factions.map
        - factions.show
        - essentials.delhome
        - essentials.home
        - essentials.sethome
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpahere
        - essentials.tpdeny
        - essentials.warp
        - essentials.warp.list
        - essentials.spawn
        - essentials.ignore
        - essentials.list
        - essentials.mail
        - essentials.mail.send
        - essentials.msg
        - essentials.rules
        - essentials.suicide
        - essentials.balance
        - essentials.pay
        -
      Registered:
        default: false
        info:
            prefex: '&a[Registered]'
            build: true
            suffix: ' '
        inheritance:
        - Guest
        permissions:
        - modifywolrd.*
        - factions.admin
        - factions.chat
        - factions.claim
        - factions.create
        - factions.deinvite
        - factions.description
        - factions.disband
        - factions.help
        - factions.home
        - factions.invite
        - factions.join
        - factions.kick
        - factions.leave
        - factions.list
        - factions.map
        - factions.mod
        - factions.money.balance
        - factions.money.deposit
        - factions.money.withdraw
        - factions.open
        - factions.owner
        - factions.ownerlist
        - factions.power
        - factions.sethome
        - factions.show
        - factions.tag
        - factions.title
        - factions.unclaim
        - factions.unclaimall
      TrialModerator:
      default: false
        info:
            prefex: '&c[TrialModerator]'
            build: true
            suffix: ' '
        inheritance:
        - Guest
        - Registered
        permissions:
        - essentials.kick
        - essentials.mute
        - essentials.afk
        - essentials.togglejail
      Moderator:
      default: false
        info:
            prefex: '&6[Moderator]'
            build: true
            suffix: ' '
        inheritance:
        - Guest
        - Registered
        - TrialModerator
        permissions:
        - essentials.ban
        - essentials.invsee
        - essentials.unban
        - essentials.vanish
        - essentials.vanish.see
        - essentials.weather
        - essentials.tempban
        - setrank.rankall
      Administrator:
      default: false
        info:
            prefix: '&1[Administrator]'
            build: true
            suffix: ' '
        inheritance:
        - Guest
        - Registered
        - TrialModerator
        - Moderator
        permissions:
        - essentials.banip
        - essentials.setjail
        - essentials.spawnmob
        - essentials.killall
        - essentials.kickall
        - essentials.jails
        - essentials.deljail
        - essentials.essentials
        - essentials.setspawn
        - essentials.ping
        - essentials.unbanip
        - essentials.spawner
        - essentials.exp
        - essentials.fly
        - essentials.enchant
        - essentials.gamemode
        - essentials.give
        - essentials.oversizedstacks
        - essentials.god
        - essentials.heal
        - essentials.item
        - essentials.repair
      Owner:
      default: false
        info:
            prefix: '&6[Owner]'
            build: true
            suffix: ' '
        inheritance:
        - Guest
        - Registered
        - TrialModerator
        - Moderator
        - Administrator
        permissions:
     
  2. Offline

    Nucious

    I can't tell... is this PEX or bPerms?
     
  3. Offline

    Omnitv

    PEX with essentials commands
     
  4. Offline

    Nucious

    Ahh. Thanks, I'll try my best to fix your permissions file. It should be ready with-in 10 - 20 minutes.

    btw - your permissions file might be a tid different because the way I do it, it makes it much more... cleaner?

    PHP:
    groups:
      
    Guest:
        default: 
    true
        info
    :
            
    prefix'&7[Guest]'
            
    buildtrue
            suffix
    ''
        
    inheritance''
        
    permissions:
        - 
    modifyworld.*
        - 
    factions.list
        - 
    factions.map
        
    factions.show
        
    essentials.delhome
        
    essentials.home
        
    essentials.sethome
        
    essentials.tpa
        
    essentials.tpaccept
        
    essentials.tpahere
        
    essentials.tpdeny
        
    essentials.warp
        
    essentials.warp.list
        - 
    essentials.spawn
        
    essentials.ignore
        
    essentials.list
        - 
    essentials.mail
        
    essentials.mail.send
        
    essentials.msg
        
    essentials.rules
        
    essentials.suicide
        
    essentials.balance
        
    essentials.pay
        
    -
      
    Registered:
        default: 
    false
        info
    :
            
    prefex'&a[Registered]'
            
    buildtrue
            suffix
    ''
        
    inheritance:
        - 
    Guest
        permissions
    :
        - 
    modifywolrd.*
        - 
    factions.admin
        
    factions.chat
        
    factions.claim
        
    factions.create
        
    factions.deinvite
        
    factions.description
        
    factions.disband
        
    factions.help
        
    factions.home
        
    factions.invite
        
    factions.join
        
    factions.kick
        
    factions.leave
        
    factions.list
        - 
    factions.map
        
    factions.mod
        
    factions.money.balance
        
    factions.money.deposit
        
    factions.money.withdraw
        
    factions.open
        
    factions.owner
        
    factions.ownerlist
        
    factions.power
        
    factions.sethome
        
    factions.show
        
    factions.tag
        
    factions.title
        
    factions.unclaim
        
    factions.unclaimall
      TrialModerator
    :
      default: 
    false
        info
    :
            
    prefex'&c[TrialModerator]'
            
    buildtrue
            suffix
    ''
        
    inheritance:
        - 
    Guest
        
    Registered
        permissions
    :
        - 
    essentials.kick
        
    essentials.mute
        
    essentials.afk
        
    essentials.togglejail
      Moderator
    :
        default: 
    false
        info
    :
          
    prefix''
          
    suffix''
          
    buildtrue
        inheritance
    :
        - 
    Guest
        
    Registered
        
    TrialModerator
        permissions
    :
        - 
    essentials.ban
        
    essentials.invsee
        
    essentials.unban
        
    essentials.vanish
        
    essentials.vanish.see
        
    essentials.weather
        
    essentials.tempban
        
    setrank.rankall
        prefix
    '&f[&2Mod&f]&3-&e'
      
    Administrator:
        default: 
    false
        info
    :
          
    prefix'&normal'
          
    suffix§multiplay
          build
    true
        inheritance
    :
        - 
    Guest
        
    Registered
        
    TrialModerator
        
    Moderator
        permissions
    :
        - 
    essentials.banip
        
    essentials.setjail
        
    essentials.spawnmob
        
    essentials.killall
        
    essentials.kickall
        
    essentials.jails
        
    essentials.deljail
        
    essentials.essentials
        
    essentials.setspawn
        
    essentials.ping
        
    essentials.unbanip
        
    essentials.spawner
        
    essentials.exp
        
    essentials.fly
        
    essentials.enchant
        
    essentials.gamemode
        
    essentials.give
        
    essentials.oversizedstacks
        
    essentials.god
        
    essentials.heal
        
    essentials.item
        
    essentials.repair
        prefix
    '&f[&4Admin&f]&3-&2'
      
    Owner:
        default: 
    false
        info
    :
          
    prefix'&normal'
          
    suffix§multiplay
          build
    true
        inheritance
    ''
        
    permissions:
        - 
    '*'
        
    prefix'&f[&4Owner&f]&3-&2'
    Should work... Change the prefixes if you want, otherwise let me know if you see any errors.

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

    El Presto

    Let me test this puppy out.
     
  6. Offline

    Nucious

    Wish ya luck.
     
  7. Offline

    El Presto

    I seem to be getting the same problem. Here are some screens of the server log because it is way to long to copy and past down. Hopefully you can read or just know from looking at this.
    [​IMG]
    [​IMG]
    [​IMG]
    [​IMG]
    [​IMG]
    [​IMG]

    If you cannot read this go to my photobukkit : http://s1097.photobucket.com/albums/g355/SKAzini1/
     
  8. Offline

    Omnitv

    and if there is any errors coming from youre console or GUI please post them Pastebin http://pastebin.com/
    Pastie http://pastie.org/
    Or at the code box Symbol {}#
    and then link them here
     
  9. Offline

    El Presto

    I forgot about pastebin, http://pastebin.com/ZW4WQYMd
    And I couldnt use the code because it was to long.
    If I hadnt already said the error happens when I look around in my world.
     
  10. Offline

    Necrodoom

    PEX YML is still broken, spamming your console. also you have 2 permissions plugins, GroupManager and PEX
     
  11. Offline

    Omnitv

    How is that?
    There are issues with. These plugins not working.
    Code:
    2012-07-30 21:53:24 [SEVERE] Could not load 'plugins\IBICF.jar' in folder 'plugins'
    2012-07-30 21:53:24 [SEVERE] Could not load 'plugins\SetRank.jar' in folder 'plugins'
    Also fixed what Nucious missed out, minor fix.
    http://pastie.org/4363796
     
  12. Offline

    jacklin213

    U need to get VAULT and his permissions that he posted was in GM format
     
  13. Offline

    Necrodoom

    im not sure if this guy is using GM or PEX, he has both in the log.
     
  14. Offline

    jacklin213

    hes using both but he posted his GM files hense this
    Code:
    groups:
      Guest:
        default: true
        info:
            prefix: '&7[Guest]'
            build: true
            suffix: ''
    pex would b like this
    Code:
    groups:
      Guest:
        default: true
        prefix: '&7[Guest]'
        suffix: ''
     
  15. Offline

    Necrodoom

    actually, its not a GM structure, unless he put his GM YML up side down
     
  16. Offline

    jacklin213

    well i though of that and came to the conclusion he did lol
     
  17. Offline

    El Presto

    Ok, so as you can see i'm very new at this. Turns out I did have GM, I would like to use permissions and not GM.
    I removed GM because I don't want it. Here's the pastebin thing : http://pastebin.com/kSad72wQ
    Oh yeah and the folder is named PermissionsEx
     
  18. Offline

    Necrodoom

    why would you replace GM with PEX? :/

    anyway, you broke your PEX yml, so paste it using www.pastie.org
     
  19. Offline

    El Presto

  20. Offline

    jacklin213

    Look at the pex wiki for a example ur still having it in gm format
    U need to put prefix and suffix out of info
     
  21. Offline

    El Presto

    Like this from before?
    Code:
    groups:
      Guest:
        default: true
        prefix: '&7[Guest]'
        suffix: ''
     
  22. Offline

    jacklin213

  23. Offline

    El Presto

    I still have the same error. I tried re-downloading everything. Heres the permissions file if you need it :
    Code:
    groups:
      Guest:
        default: true
            prefix: '&7[Guest]'
            suffix: ''
        inheritance: ''
        permissions:
        - modifyworld.*
        - factions.list
        - factions.map
        - factions.show
        - essentials.delhome
        - essentials.home
        - essentials.sethome
        - essentials.tpa
        - essentials.tpaccept
        - essentials.tpahere
        - essentials.tpdeny
        - essentials.warp
        - essentials.warp.list
        - essentials.spawn
        - essentials.ignore
        - essentials.list
        - essentials.mail
        - essentials.mail.send
        - essentials.msg
        - essentials.rules
        - essentials.suicide
        - essentials.balance
        - essentials.pay
      Registered:
        default: false
            prefex: '&a[Registered]'
            suffix: ''
        inheritance:
        - Guest
        permissions:
        - modifywolrd.*
        - factions.admin
        - factions.chat
        - factions.claim
        - factions.create
        - factions.deinvite
        - factions.description
        - factions.disband
        - factions.help
        - factions.home
        - factions.invite
        - factions.join
        - factions.kick
        - factions.leave
        - factions.list
        - factions.map
        - factions.mod
        - factions.money.balance
        - factions.money.deposit
        - factions.money.withdraw
        - factions.open
        - factions.owner
        - factions.ownerlist
        - factions.power
        - factions.sethome
        - factions.show
        - factions.tag
        - factions.title
        - factions.unclaim
        - factions.unclaimall
      TrialModerator:
      default: false
            prefex: '&c[TrialModerator]'
            suffix: ''
        inheritance:
        - Guest
        - Registered
        permissions:
        - essentials.kick
        - essentials.mute
        - essentials.afk
        - essentials.togglejail
      Moderator:
        default: false
          prefix: ''
          suffix: ''
        inheritance:
        - Guest
        - Registered
        - TrialModerator
        permissions:
        - essentials.ban
        - essentials.invsee
        - essentials.unban
        - essentials.vanish
        - essentials.vanish.see
        - essentials.weather
        - essentials.tempban
        - setrank.rankall
        - srpex.setrank.registered
        prefix: '&f[&2Mod&f]&3-&e'
      Administrator:
        default: false
          prefix: '&normal'
          suffix: §multiplay
        inheritance:
        - Guest
        - Registered
        - TrialModerator
        - Moderator
        permissions:
        - essentials.banip
        - essentials.setjail
        - essentials.spawnmob
        - essentials.killall
        - essentials.kickall
        - essentials.jails
        - essentials.deljail
        - essentials.essentials
        - essentials.setspawn
        - essentials.ping
        - essentials.unbanip
        - essentials.spawner
        - essentials.exp
        - essentials.fly
        - essentials.enchant
        - essentials.gamemode
        - essentials.give
        - essentials.oversizedstacks
        - essentials.god
        - essentials.heal
        - essentials.item
        - essentials.repair
        - srpex.setrank.moderator
        prefix: '&f[&4Admin&f]&3-&2'
      Owner:
        default: false
          prefix: '&normal'
          suffix: §multiplay
        inheritance: ''
        permissions:
        - '*'
        prefix: '&f[&4Owner&f]&3-&2'
    I fixed the problem, all i needed to do was change were prefixes and suffix's were.
    Before :
    Code:
    groups:
      Guest:
        default: true
        prefix: '&7[Guest]'
        suffix: ''
    After :
    Code:
    groups:
      Guest:
        default: true
        permissions:
        prefix: '&7[Guest]'
        suffix: ''
    For some odd reason this fixed it.

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

    jacklin213

    hum weird. just use that for the time being until u get big problems lol
     
Thread Status:
Not open for further replies.

Share This Page