help in pex please

Discussion in 'Bukkit Help' started by creepernawaf7fen, Jul 22, 2017.

Thread Status:
Not open for further replies.
  1. So I've set up my permissions whenever I try to promote or demote it says, error user is not in this ladder and when I try to /pex user it says error in command syntax, please help.



    https://pastebin.com/iPZ5JDnR
     
  2. Offline

    Machine Maker

    @creepernawaf7fen
    In order to use the pex promote/demote commands you have to define a rank ladder so PermissionsEx will know what rank comes after the other. You must add a rank number to the options section of each group

    Code:
    groups:
        default:
            options:
                rank: '1000' #The higher the rank, the lower on the promotion ladder the rank is
            permissions:
                - do.stuff
        Admin:
            options:
                rank: '5' #if you do /promote <player> and <player> is the rank "default", they will be promoted to rank "Admin"
            permissions:
                - do.more.stuff
    
    If you want to skip the whole promote a bunch of times to get to the highest rank, you can just set the user to a specific group.
    /pex user <user> group set <group>
     
  3. We

    when I use /pex user it says error in command syntax
     
  4. Offline

    Machine Maker

    @creepernawaf7fen
    Are you only typing /pex user?

    Type the whole command I showed you.
     
  5. Ok thank you
     
  6. Offline

    Machine Maker

    @creepernawaf7fen Please mark this thread as solved and feel free to leave a like if you found this helpful
     
Thread Status:
Not open for further replies.

Share This Page