Permission Ex help

Discussion in 'Bukkit Help' started by guykaj, Jun 1, 2012.

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

    guykaj

    I need help making permissions for permissions ex. The plugins i'm using are zport,factions, and essentials. All I need is default user being able to use /tpa and /spawn, a moderator being able to use all but gamemode, and admin with acess to everything. I also want all users to be able to create a faction, change the description, make another faction an enemy and ally, claim land, and be able to end their own faction.
     
  2. Offline

    zipron

    check out my guide about PEX, link is in my signature =)
    zip
     
  3. Offline

    guykaj

  4. Offline

    zipron

    I cannot see any users in your file? are you sure you promoted yourself? and btw:
    Code:
    op <name>
    in your console will grant all pemrissions automatically
     
  5. Offline

    guykaj

    Is there not a way I can mak it so that the default is anyone who logs on.
     
  6. Offline

    zipron

    you want evryone to have all pemrissions?
    Code:
     
    groups:
        default_group:
            default:true
            permissions:
                - '*'
    
    that should do the trick, depending on the permissions plugin you use it might be 4 spaces (like I did) or 2 spaces as tab index.
     
  7. Offline

    guykaj

    I tried it and it still gives me that error.
     
  8. Offline

    zipron

    what error =P
     
  9. Offline

    guykaj

    I attempted to complete rewrite and got it thank you for your help.
     
Thread Status:
Not open for further replies.

Share This Page