Help w/ Server Chat and Log Block

Discussion in 'Bukkit Help' started by _chargers2417_, Sep 26, 2014.

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

    _chargers2417_

    Hello!
    I am in need of some help. Whenever a player talks in chat, their prefix looks like this: http://imgur.com/DBSwo5B It does it for every rank, no matter what world they're in. I'm assuming it's something to do with Essentials chat or Multiverse, but I have not been able to find anything that would help me solve this.
    I also have another problem... lucky me. Whenever I try to connect log block to MySQL database, it still does not connect. I put in all the information correctly and I'm wondering if there is anything else I need to modify?
    Plugin list: Essentials, world edit, world border, towny, permissionsex, lottery, vault, multi-verse core, log block, lwc, questioner (for enjin), essentials protect, chat, spawn, antibuild, setrankPEX, townychat, and enjinminecraftserver.
    Thanks in advance!
    -chargers
     
  2. Offline

    _chargers2417_

    Bump, does anyone know? ;-;
     
  3. Offline

    LlmDl

    If you're using townychat.jar, pastebin.com your chatconfig.yml
     
  4. Offline

    Alster551

    @_chargers2417_What chat plugins and group plugins are you using? Can you post the config files for them
     
  5. Offline

    _chargers2417_

  6. Offline

    LlmDl

    Code:
      channel_formats:
        # This is the format which will be used for GLOBAL chat/channels.
        # This is also the format used when you have modify_chat.enable: true, but use other plugins to handle chat.
        global: '{channelTag} {worldname}{townytagoverride}{townycolor}{permprefix}{group} {townyprefix}{modplayername}{townypostfix}{permsuffix}&f:{msgcolour} {msg}'
    Currently you have 3 tags which could/would add the prefix from your permission plugin.
    {permprefix}, {group}, {modplayername}

    I would remove the {permprefix} and {group} to start, save the file and use /townychat reload.

    The worldname at the beginning of your chat line is added by multiverse, set in the MV config.
     
  7. Offline

    _chargers2417_

    I will try this when I can access all of that. Hopefully this fixes my problem. Thanks so much for your help, really appreciate it! :D
     
Thread Status:
Not open for further replies.

Share This Page