Not respecting newline and double spaces
So why can I make new lines in say with \n when vanilla, and with this plugin the \n is displayed in chat and no new line is made ?
When I use the ServerChat plugin I can use \n to make new line ?
or at least when using say through a plugin that is the difference.
To clarify, when I use GUIShop to sell VIP and make GUIShop do a command that uses say, the \n makes a new line and I can use lots of spaces to tweak how the say is diplayed in chat.
As soon as I install BetterSay, all that doesn't work anymore, the \n is just displayed in chat and multiple spaces are converted to a single space.
Dammit Wulf... stop speaking russian.... I do not understand it xD
Anyway, I understand that it depends on the method used to display the say in chat.
I'm just gonna have to stick with ServerChat then.
Better Chat overrides the "say" command in Rust, grabs the string of text from Rust, and sends it using the same method that Server Chat does.
So the only real varying factor there is what it is getting the text from (Rust) and how it formats it; so the issue is going to be either the formatter or what Rust provided to the plugin.
So I'm guessing it's when BetterChat grabs the text string that the \n and multiple spaces formatting gets lost.
Anyway, thanks for the explanation, it made sense. :o)