Solved EssentialsGroupManager Prefix's not working - Tag Not Showing

Discussion in 'Bukkit Help' started by thePeacebro, Mar 1, 2016.

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

    thePeacebro

    -SOLVED- Looked through my console messages again, turns out I needed vault! Thanks for the help.

    On my craftbukkit server, I am using EssentialsGroupManager to set my groups and permissions. When I do "/manuadd thePeacebro titan", it says "You have been moved to the Group titan." BUT when I talk in game the tag still shows up as [Default] even though doing /manulistp thePeacebro says that I am getting my permissions from the titan group. So basically it knows i'm in the titan group but doesn't show the correct tag.

    Here is my Plugins folder:
    Capture.PNG

    Here is my groups.yml:
    http://pastebin.com/L99NxNqZ

    And my essentials config.yml where I edited the essentials chat format:
    configyml.PNG
     
    Last edited: Mar 2, 2016
  2. You don't {GROUP} in the essentials config for a start, if you remove that anything you do in the groups folder under prefix will show up. You also have one space to many on one of the permission as shown below.
    Code:
      Titan:
        default: false
        permissions:
         - '-vanish.effects.*'
          - +vanish.effects.toggle.all
        inheritance:
         - admin
        info:
          prefix: '&6&lTITAN'
          build: true
          suffix: ''
     
    thePeacebro likes this.
  3. Offline

    thePeacebro

    So I have to remove the {GROUP} inside the brackets?
     
  4. Yep
     
Thread Status:
Not open for further replies.

Share This Page