-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mod is incompatible with other mods that add timestamps #23
Comments
I'll take a look at this again. Thanks for the report! |
TL;DR: I have to look into this a bit more to see if I can find a nice solution. Sorry about the delay on this! Tweakeroo does a bit of manipulation on the text (a lot more than I'd like them to), which makes it quite hard to compare the text when removing the timestamps. The main issue with that is, our mixin runs before Tweakeroo's (probably due to the name of our mixin A A message, modified by Tweakeroo, with the timestamp stripped by Compact ChatA normal chat message
|
Hey! Sorry about the delay on this, I'm hopefully going to get back to this soon @70CentsApple. |
no matter, you can finish it whenever you like :) |
I've made an upstream patch to Tweakeroo to help add support for CompactChat, it will also need changes on my side. If there's any other mods that you're aware of, can you make sure they follow similar functionality to what I've demonstrated in my patch? |
yeah thank you |
Fixes #23. If you're using Tweakeroo, this requires an upstream change: maruohon/tweakeroo#447
I think ChatTools should be compatible with this now, I've committed it to another branch until I do some more testing, see 3568670. |
Fixes #23. If you're using Tweakeroo, this requires an upstream change: maruohon/tweakeroo#447
Going to keep this open until the release is public. |
This has now been published to Modrinth and GitHub Releases. |
Hey! I'm sorry to inform you that such issue can be easily reproduced once again in MC 1.20.4 due to some probable reasons. However, I'm glad to inform that I have already figure it out and I could make a PR for that! @caoimhebyrne |
Some mods (e.g. Tweakeroo, Chat Tools etc.) adds a timestamp in front of the messages, however it doesn't work very well with Compact Chat. Also, I found a former issue that is similar to my problem that is #21.
I can give you a RegEx that can matches Timestamps like [12:34:56] or [12:34], that is
\[?\d{1,2}:\d{2}(:\d{2})*\]? *
.The text was updated successfully, but these errors were encountered: