Chat messages showing as 1
For some reason messages to chat all just have the number 1 in them.  I have blown the config away and restarted plugin to make sure it was nothing in my config.
Same here
Seems to be something with the new team/global chat
I have this issue also, But the work around is just use the Console commands instead of chat. Problem solved.
That works for admin commands but players aren't getting error messages either so nobody knows why crafting was blocked for whatever reason.
Can a developer teach us which line of code to replace to fix the the chat messages from this plugin?
5df121d013ded.png runescape
Can a developer teach us which line of code to replace to fix the the chat messages from this plugin?
Should be simply changing:
player?.SendConsoleCommand("chat.add", -1, string.Format($"<color={ChatPrefixColor}>{ChatPrefix}</color>​
To:
player?.SendConsoleCommand("chat.add", 0, 0, string.Format($"<color={ChatPrefixColor}>{ChatPrefix}</color>​

First 0 = global chat channel (2 can be used to, which is "server")
Second 0 = Steam ID to use for the chat icon
Last part is the chat prefix/message

Thank you, Wulf, it works.
Hello,

I've applied your fix Wulf but after update, again this message 1...