Edit the output messages to discordSolved

Possibility to change the output messages to discord, for example instead of

["Chat"] = ":globe_with_meridians: **{0}**: {1}",
["ChatTeam"] = ":busts_in_silhouette: **{0}**: {1}",

Make it output

["Chat"] = "[Chat] **{0}**: {1}",
["ChatTeam"] = "[Team-Chat ]**{0}**: {1}",

 

I tried to change it but didn't work, still does emojis like i didnt change it

 

Edit:

Was able to change it by changing in the pluggin and language folder

/oxide/plugins/DiscordEvents.cs

/oxide/lang/en/DiscordEvents.json

You don't need to change plugin file. Just edit lang file and restart the plugin. If the changes are not taking effect - restart the server.

Locked automatically