Plugin Help PermissionsEx rank prefix wont become the right ranks prefix

Discussion in 'Plugin Help/Development/Requests' started by Sky Galactic, Jan 13, 2017.

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

    Sky Galactic

    I have these 2 ranks called, Owner called Co-Owner. They each have there own prefixes and permissions and all that stuff. I typed down /pex user ILuvEDM group add Co-Owner PlayerWorld and it gave me the owners prefix instead of the Co-Owners prefix. Help!

    This is the PermissionsEx permissions config


    Code:
    groups:
      default:
        options:
          default: true
        permissions:
        - modifyworld.*
      Noob:
        options:
          prefix: '&7Noob&f>'
          default: 'true'
        permissions:
        - essentials.msg
        - essentials.eco.loan
        - essentials.balancetop
        - essentials.balance.others
        - essentials.balance
        - essentials.kits.starter
        - essentials.kit
        - spawnershop.use
      JackDoesGamesYT:
        permissions:
        - Noob
      Co-Owner:
        permissions:
        - permissions.*
        options:
          prefix: '&1&lCoOwner&f&l>'
      Trainer:
        options:
          prefix: '&bTrainer&f>'
        permissions:
        - essentials.enderchest
        - essentials.realname
        - essentials.near
        - essentials.sell
        - essentials.pay
        - essentials.repair
        - essentials.kits.trainer
        inheritance:
        - Noob
      Private:
        options:
          prefix: '&3Private&f>'
        permissions:
        - essentials.kits.private
        inheritance:
        - Trainer
      Engineer:
        options:
          prefix: '&8Engineer&f>'
        permissions:
        - essentials.nick.color
        - essentials.nick
        - essentials.worth
        - essentials.workbench
        - essentials.ptime
        - essentials.kits.engineer
        inheritance:
        - Private
      Pilot:
        options:
          prefix: '&2&lPilot&f>'
        permissions:
        - essentials.kits.pilot
        inheritance:
        - Engineer
      Commander:
        options:
          prefix: '&E&lCommander&f>'
        permissions:
        - essentials.fly
        - essentials.kits.commander
        inheritance:
        - Pilot
      owner:
        options:
          prefix: '&6&k123&6&lOwner&6&k123&f>'
    schema-version: 1
    users:
      30c5aad5-3acb-42c7-ae7e-1402937a1a09:
        group:
        - Co-Owner
        options:
          name: ILuvEDM
        permissions:
        - '*'
        worlds:
          NebulaWorld:
            options:
              prefix: '&6&lCo-Owner'
      66f728b3-62e6-4981-bbc8-e97ef4a1bc0e:
        options:
          name: JackDoesGamesYT
        group:
        - owner
        worlds:
          Nebulaworld:
            group:
            - Trainer
     
    Last edited by a moderator: Jan 13, 2017
Thread Status:
Not open for further replies.

Share This Page