Discord Message LookSolved

I've just updated to the latest version with the v3 extention and now the server chat posted to discord is bubbles instead of line of text, is there a way to change it back?

Yes, it's possible to fully change the message how you see fit. You can start by navigating to the folder oxide\discord\DiscordChat\message. Anything that starts with "Chat." will be a specific Discord chat message you would want to edit.

This is how the file will look currently:

{
  "Template": {
    "Message Content": "",
    "Message Embeds": [
      {
        "Show Embed": true,
        "Embed Title": "",
        "Embed Title URL": "",
        "Embed Description": "{discordchat.message}",
        "Embed Hex Color": "#5865F2",
        "Embed Image URL": "",
        "Embed Thumbnail URL": "",
        "Embed Video Url": "",
        "Show Embed TimeStamp": false,
        "Embed Fields": [],
        "Embed Footer": {
          "Show Footer": false,
          "Footer Text": "",
          "Footer Icon URL": ""
        }
      }
    ],
    "Message Components": []
  },
  "Template Version": "1.0.0"
}

You will want to change it to look like this:

{
  "Template": {
    "Message Content": "{discordchat.message}",
    "Message Embeds": [
      {
        "Show Embed": false,
        "Embed Title": "",
        "Embed Title URL": "",
        "Embed Description": "",
        "Embed Hex Color": "#5865F2",
        "Embed Image URL": "",
        "Embed Thumbnail URL": "",
        "Embed Video Url": "",
        "Show Embed TimeStamp": false,
        "Embed Fields": [],
        "Embed Footer": {
          "Show Footer": false,
          "Footer Text": "",
          "Footer Icon URL": ""
        }
      }
    ],
    "Message Components": []
  },
  "Template Version": "1.0.0"
}

After making the change make sure to reload the plugin.

Many thanks, now to fix BetterChat tags

This helped me too, but how do I make the Better Chat Tags (Titles) that I configured appear? Before they appeared.

cd4EPvHVQ9NHQLI.jpg detto

This helped me too, but how do I make the Better Chat Tags (Titles) that I configured appear? Before they appeared.

Can you share an example of how it looked before and I'll look into it?

Used to come through like this but now it's only showing Clan tags
Better Chat TagBetter Chat tag, Before upgrade to V3


Clan tagClan Tag, this user has a Better Chat tag as well

So before update to V3, Dex would be [VIPP][PITO] Dex

Bristow

Used to come through like this but now it's only showing Clan tags
Better Chat TagBetter Chat tag, Before upgrade to V3

Clan tagClan Tag, this user has a Better Chat tag as well

So before update to V3, Dex would be [VIPP][PITO] Dex

Thanks, I'll take a look and let you know once I have something.

Bristow

Used to come through like this but now it's only showing Clan tags
Better Chat TagBetter Chat tag, Before upgrade to V3

Clan tagClan Tag, this user has a Better Chat tag as well

So before update to V3, Dex would be [VIPP][PITO] Dex

Hey, can you add me on Discord "MJSU". I want you to verify everything is working correctly before uploading.

sent a request should be Bristow

Locked automatically