@Wulf I know it's not your plugin but noone claimed this. The problem is that Webinterfaces like the build in one are not logging the messages under Chat anymore. Is there a way to fix this issue?
Not showing messages under RCON
In response to Drunkenmonkey ():@Wulf I know it's not your plugin but noone claimed this. The problem is that Webinterfaces like the...
I believe I'm having an issue that may be tied to this plugin as well-- after installing it, the chat in RustAdmin appears in the "Console" tab rather than the "Chat" tab. Also, triggered commands and any "Anti chat abuse" settings in RustAdmin are no longer working. Any idea what could be causing this? Any help in this matter would be greatly appreciated. Thanks!
EDIT-
Can confirm that the plugin is causing an issue w/ RustAdmin. Anything chat-related (scheduled commands, triggered commands, chat log, chat language filter, etc.) no longer works when the plugin is installed.
EDIT-
Can confirm that the plugin is causing an issue w/ RustAdmin. Anything chat-related (scheduled commands, triggered commands, chat log, chat language filter, etc.) no longer works when the plugin is installed.
This plugin along with most other chat plugins change the output of the chat, so your RCON tool would have to be adjusted for how it detects the chat. In tools such as RustAdmin, this is handled by a Regex filter in its settings.
@Drunkenmonkey and @esromda In RustAdmin go to the Configuration tab, bottom option on left "Others" (make sure you're disconnected) and under 'Chat Message Regex" change the chat message regex line to:
^\[NoGreen\]\s(?<sender>.*?):\s(?<message>.*)
This will put the chat messages into your chat window.
^\[NoGreen\]\s(?<sender>.*?):\s(?<message>.*)
This will put the chat messages into your chat window.