Essentials Chat not working

Discussion in 'Plugin Development' started by SynonymsMC, Sep 11, 2016.

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

    SynonymsMC

  2. Offline

    Zombie_Striker

    @SynonymsMC
    I assume you mean that you want to remove the brackets around a player's name.
    • If this is a problem with Essentials, click the report button and ask this to be moved to General Help.
    • If this is a problem with a plugin you are developing, then we will need to see your code.
     
  3. @SynonymsMC yeah, click report and report it to be moved to the Plugin Helip section.

    Any ways on topic. Go to the essentials config.yml, next scroll down till you see Chat. Now there should be a few Formatting options, the one you're looking for is the one without the # before it. It should look something like:

    Format: <{DISPLAYNAME} {MESSAGE}>

    We want to remove the <> so it'll just be:

    Format {DISPLAYNAME} {MESSAGE}

    You might even want to add a colon so you can tell the Displayname from the message.

    Format: {DISPLAYNAME}: {MESSAGE}

    If your problem is now solved, please mark the thread that way, thanks.
     
Thread Status:
Not open for further replies.

Share This Page