Jump to content

Recommended Posts

Posted

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?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...