Summary of the problem Over-General default ChatFlow disables any chat that is dark_aqua colored.
Pack Version 1.3.0
What is the bug?
The issue is that the Matcher regex for "Agricraft Alphas" is too general. It's set to change "~3.+" to blank.
In English, it looks for a certain color code in incoming chat messages and deletes that color code and everything after that color code.
This is an issue waiting to happen. As an example, on my server messages are prefixed with that color by default. This caused chat messages to simply be blank.
It doesn't make sense to filter all messages of a certain color from chat by default.
Mod & Version ChatFlow 1.2-5
Link to log file
Is it repeatable? Yes.
With pack default chatflow settings, with cheats enabled or OP server permissions try this command: /tellraw @p ["",{"text":"Can you ","color":"red"},{"text":"read this?","color":"dark_aqua"}]
It will output "Can you"
Press f12 (by default) and disable the Agricraft Alphas filter.
Try the same command again.
It will now correctly output "Can you read this?"
Known Fix If you give me an example of what you wish to filter, I can produce more specific regex for you.
Otherwise, even disabling the filter by default is sufficient.
Note: The Pack Version dropdown box in the submission form does not yet contain version 1.3.0
Pack Version 1.3.0
What is the bug?
The issue is that the Matcher regex for "Agricraft Alphas" is too general. It's set to change "~3.+" to blank.
In English, it looks for a certain color code in incoming chat messages and deletes that color code and everything after that color code.
This is an issue waiting to happen. As an example, on my server messages are prefixed with that color by default. This caused chat messages to simply be blank.
It doesn't make sense to filter all messages of a certain color from chat by default.
Mod & Version ChatFlow 1.2-5
Link to log file
Is it repeatable? Yes.
With pack default chatflow settings, with cheats enabled or OP server permissions try this command: /tellraw @p ["",{"text":"Can you ","color":"red"},{"text":"read this?","color":"dark_aqua"}]
It will output "Can you"
Press f12 (by default) and disable the Agricraft Alphas filter.
Try the same command again.
It will now correctly output "Can you read this?"
Known Fix If you give me an example of what you wish to filter, I can produce more specific regex for you.
Otherwise, even disabling the filter by default is sufficient.
Note: The Pack Version dropdown box in the submission form does not yet contain version 1.3.0
Last edited: