GroupManager/Essentials Chat problems (Might be simple fix?)

Discussion in 'Bukkit Help' started by PandaVidya, Mar 22, 2011.

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

    PandaVidya

    Can someone help me out. whenever I type it has [Admin] infront of my name. I don't want that. And when normal users it says "world" infront of them. heres a picture of it happening:

    [​IMG]

    Groups file (I havne't configured the permissions yet, just trying to get the names to work. using Essentials Chat):

    Code:
    groups:
      Default:
        default: true
        permissions:
        - essentials.help
        - essentials.home
        - essentials.motd
        - essentials.sethome
        - essentials.spawn
        inheritance: []
        info:
          prefix: '&6'
          build: true
          suffix: '&6'
      VIP:
        default: false
        permissions:
        - +groupmanager.mandemote
        - +groupmanager.manpromote
        inheritance:
        - default
        info:
          prefix: '&5'
          build: true
          suffix: '&5'
      Admin:
        default: false
        permissions:
        - '*'
        inheritance:
        - vip
        info:
          prefix: '&4'
          build: true
          suffix: '&4'
    Using crafbukkit 566
     
  2. Offline

    AK1TTEN

    Remove the '&4' prefix and the '&6' prefix. I'm no coder, but I'm pretty sure that'll work. Just make a back-up of your file first, to be sure.
     
  3. Offline

    bastion

    there are 3 or 4 examples in the essentials config file to make your chat what u want, sounds like u just want the playername and text so take out the other part of the string like this:

    Code:
    format: '{DISPLAYNAME}: {MESSAGE}'
    try that and see how it works for you this goes in the chat section of the essentials config file under plugins.
     
Thread Status:
Not open for further replies.

Share This Page