Group Manager Prefix Help

Discussion in 'Bukkit Help' started by Minyo, Mar 5, 2011.

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

    Minyo

    My group manager is not working properly.

    I have it set up so that each group has its own prefix, but when you say something it adds the prefix twice.
    ex.
    [admin] [admin] minyo:

    Any ideas why this would be happening?
     
  2. Offline

    dlwhdrlf

    make sure u put ur prefix only in one of the .yml file of group manager.
    so like
    you have to decide where u want to put ur prefix in, groups.yml or users.yml
     
  3. Offline

    Minyo

    I understand that and have not put any prefixes in the user.yml
    And when I remove the prefix from the groups.ymp both prefixes dissapear. So it has something to do with the groups.yml.
     
  4. Offline

    dlwhdrlf

    make sure ur setting in each yml looks like this

    Code:
      FATKitty:
        permissions: []
        group: admins
        info:
          prefix: '[ADMIN]'
          suffix: ''
    users.yml
    or
    Code:
     Admins:
        default: false
        permissions:
        - '*'
        inheritance:
        - semiadmin
        info:
          prefix: '&4[ADMIN]&f'
          build: true
          suffix: ''
    groups.yml


    pick only one
     
  5. Offline

    Minyo

    The way I had it was the group option and it looked the same as yours, but when I tried it on the users.yml it only showed one prefix. This would get quite annoying to put each prefix on each use, but when I use the group.yml it still shows a copy of the prefix. Any reason why this would be happening?
     
  6. Offline

    mariofan765

    Do you have essentials chat?

    I think that essentials chat creates its own prefixes.

    remove the essentialschat plugin and try again.



    [EDIT]:

    woa, just proved myself wrong, but i have the same problem, Dangit.

    Disregard my advice.
     
  7. Offline

    Pringles911

    I'm having the same problem.
    Everytime you say something in game it writes your prefix twice for every group except for Guest which is the default (and also doesnt have any prefix or suffixes).

    So for example,
    My prefix for admin group is: "&2[&cAdmin&2]"

    However, whenever you type something it looks like this: [Admin][Admin]Pringles911: testing

    When you remove the prefix, both of them disappear...
    Same with the Suffix...

    Also, something i thought worth noting; this problem just RECENTLY started occurring after a few new plugin installs.

    One of the plugin's I installed was Towny, which i noticed has its own prefixes and suffixes in the config.
    Do you think towny mod may be causing the problem?

    Okay, i just figured out what the problem was...

    To anyone else having this same problem, make sure you update your chat plugin (ie. iChat)
    *facepalm*[sheep]

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 11, 2016
  8. Offline

    bdfrady

    If that doesn't work for you, just remove iChat, and get herochat. It insta fixed mine.
     
  9. Offline

    Lostrokk

    For anyone still experiencing this problem, it's because you are running two chat plugins at the same time. I had ChatManager and EssentialsChat. I just deleted EssentialsChat, and it started working fine.
     
Thread Status:
Not open for further replies.

Share This Page