Permission Ex Problem (McProHosting)

Discussion in 'General Help' started by smalllemonhead, Dec 23, 2016.

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

    smalllemonhead

    I am having a problem. It wont let me promote people. It keeps saying user is not on this ladder. I have tried to set a person to a group, and I also tried to add a person to a group, but it wont work. This picture is the problem. How do I fix is??? 2016-12-23_18.55.53.png
     
  2. Offline

    Zombie_Striker

    @smalllemonhead
    Is this about a plugin you made? If so, post the code. If not, click "Report" and ask for this thread to be moved to General Help.
     
  3. Offline

    smalllemonhead

    No its permission ex and its really making me mad it just permissions.
     
  4. Offline

    oceantheskatr

  5. Offline

    smalllemonhead

  6. Offline

    oceantheskatr

    Looks like you have multiple rank ladders colliding.
     
  7. Offline

    smalllemonhead

    • Don't take the conversation away from the thread.
    Is there anything that u can contact me on I have skype and discord cause I am really confused
     
  8. Offline

    Zombie_Striker

    @smalllemonhead
    It is against the rules to take conversations off of the bukkit forums.

    If you are confused about something, post it here.
     
  9. Offline

    smalllemonhead

    Ok I just want to know how to fix it can u please help
     
  10. Offline

    Zombie_Striker

    @smalllemonhead
    Can you post all permissions you have/use, commands sent, and the permissions.yml file?
     
  11. Offline

    smalllemonhead

    Code:
    groups:
      Member:
      permissions:
      - modifyworld.*
      - essentials.help
      options:
      prefix: '&f[&aMember&f]&f '
      default: true
      Builder:
      inheritance:
      - Member
      permissions:
      - worldedit.*
      - essentials.fly
      - essentials.gamemode
      options:
      prefix: '&f[&6Builder&f]&f '
      default: false
      VIP:
      inheritance:
      - Member
      permissions:
      - modfiyworld.*
      options:
      prefix: '&f[&6VIP&f]&f '
      Moderator:
      inheritance:
      - Member
      permissions:
      - modifyworld.*
      - essentials.fly
      - essentials.god
      options:
      prefix: '&f[&dModerator&f]&f '
      Admins:
      inheritance:
      - Moderator
      permissions:
      - permissions.*
      - worldedit.*
      - essentials.*
      options:
      prefix: '&f[&cAdmin&f]&f '
      Co-Owners:
      inheritance:
      - Admins
      permissions:
      - worldedit.*
      - essentials.*
      options:
      prefix: '&f[&4&lCo-Owner&f]&f '
      Owners:
      inheritance:
      - Admins
      permissions:
      - worldedit.*
      - essentials.*
      options:
      prefix: '&f[&4&lOwner&f]&f '
    users:
      294b27f5-ad0a-4b72-85ca-2542e8345a17:
      group:
      - Owners
      permissions:
      - permissions.*
      options:
      name: Gotrice26
    schema-version: 1
     
    Last edited by a moderator: Dec 24, 2016
  12. Offline

    Zombie_Striker

  13. Offline

    smalllemonhead

    It Doesn't work
     
  14. Offline

    Zombie_Striker

    @smalllemonhead
    Post the updated file. Did you continue the formatting for the rest of the file?
     
Thread Status:
Not open for further replies.

Share This Page