Jump to content

PermissionsEx Group Problems


RCote09

Recommended Posts

After all the searching I've done, I still can't find a way that'll display my groups.

Here's my permissions.yml under the PermissionsEx plugin folder.

groups:

  Default:

    default: true

    permissions:

    - -bukkit.command.kill

    - groupmanager_default

    - bukkit_default

    - essentials_default

    - towny_default

    inheritance:

    info:

      prefix: '&e[Member]'

      build: false

      suffix: ''

    options:

      rank: '600'

  Builder:

    default: false

    permissions:

    - essentials_builder

    - towny_builder

    inheritance:

    - Default

    info:

      prefix: '&2[builder]'

      build: true

      suffix: ''

    options:

      rank: '500'

  Moderator:

    default: false

    permissions:

    - essentials.sethome

    - groupmanager_moderator

    - bukkit_moderator

    - essentials_moderator

    - towny_moderator

    - vanish_moderator

    inheritance:

    - Builder

    info:

      prefix: '&5[Moderator]'

      build: true

      suffix: ''

    options:

      rank: '400'

  Admin:

    default: false

    permissions: []

    inheritance:

    - Moderator

    - groupmanager_admin

    - bukkit_admin

    - essentials_admin

    - towny_admin

    - vanish_admin

    info:

      prefix: '&c[Admin]'

      build: true

      suffix: ''

    options:

      rank: '300'

  Pyro:

    default: false

    permissions: []

    inheritance:

    - Moderator

    - groupmanager_admin

    - bukkit_admin

    - essentials_admin

    - towny_admin

    - vanish_admin

    info:

      prefix: '&c[Pyro]'

      build: true

      suffix: ''

    options:

      rank: '200'

  Founder:

    default: false

    permissions:

    - -vanish.*

    - '*'

    - PermissionsEx_admin

    - permissions.*

    inheritance:

    - Admin

    info:

      prefix: '&4[Founder]'

      build: true

      suffix: ''

    options:

      rank: '100'

users:

  RCote09:

    group:

      - Founder

    permissions:

      - permissions.*

Is there any specific reason that the ranks aren't working? I have ChatManager enabled, does that mean that I need an actual Chat Manager, ie: HeroChat, iChat, etc?

If there's anything wrong with the Perms file or if there are any tips could provide could you post them?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...