Question I Cannot Add Prefixes

Discussion in 'Plugin Help/Development/Requests' started by Wxmbo, Sep 10, 2016.

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

    Wxmbo

    So First of my prefixes were working fine and i have them for the Owner Group and the moderator group. However when i try to add prefixes to other groups it doesn't work although the prefixes are in the config file and are set there. Please Help!

    Code:
    # Group inheritance
    #
    # Any inherited groups prefixed with a g: are global groups
    # and are inherited from the GlobalGroups.yml.
    #
    # Groups without the g: prefix are groups local to this world
    # and are defined in the this groups.yml file.
    #
    # Local group inheritances define your promotion tree when using 'manpromote/mandemote'
    
    groups:
    A:
    default: false
    permissions: []
    inheritance: []
    info:
    build: false
    prefix: ''
    suffix: ''
    Moderator:
    default: false
    permissions: []
    inheritance:
    - builder
    - g:groupmanager_moderator
    - g:bukkit_moderator
    - g:essentials_moderator
    - g:towny_moderator
    - g:vanish_moderator
    info:
    build: true
    prefix: '&e[&c&lMod&e]'
    suffix: ''
    Owner:
    default: false
    permissions:
    - +vanish.effects.toggle.all
    - -vanish.effects.*
    - '*'
    - /spr
    inheritance:
    - admin
    info:
    /spr: prefix &e[&b&lOwner&e]
    build: true
    prefix: '&e[&b&lOwner&e]'
    Prefix: Owner
    suffix: ''
    Builder:
    default: false
    permissions: []
    inheritance:
    - default
    - g:essentials_builder
    - g:towny_builder
    info:
    build: true
    prefix: '&2'
    Prefix: '&e[&cAdmin&e]'
    suffix: ''
    Admin:
    default: false
    permissions: []
    inheritance:
    - moderator
    - g:groupmanager_admin
    - g:bukkit_admin
    - g:essentials_admin
    - g:towny_admin
    - g:vanish_admin
    info:
    build: true
    prefix: '&c'
    Prefix: '&e[&4&lAdmin&e]'
    suffix: ''
    Default:
    default: true
    permissions:
    - -bukkit.command.kill
    inheritance:
    - g:groupmanager_default
    - g:bukkit_default
    - g:essentials_default
    - g:towny_default
    - a
    info:
    build: false
    prefix: '&e[&6Member&e]'
    suffix: ''
     
    Last edited by a moderator: Sep 10, 2016
  2. Offline

    yettie

    I recommend scratching everything you have so far. Remove the plugin your using and get PermissionEx and Vault. They work perfectly.
     
Thread Status:
Not open for further replies.

Share This Page