70CentsApple / ChatTools

Chat Tools 一个 Minecraft Fabric 辅助模组 | A Fabric client-side Minecraft Mod
GNU General Public License v3.0
13 stars 4 forks source link

[Suggestion] add functions from chat patches #9

Closed Rozbiynk closed 1 year ago

Rozbiynk commented 1 year ago

Add customize to timestap. For example color, way to disable seconds. Compact chat integration. It need ignore timestaps изображение Add restoring messages from previous session (ideas were taken from https://modrinth.com/mod/chatpatches, because it doesnt have 1.20 version)

Rozbiynk commented 1 year ago

and i cant get how does toast notification works. Im try both methods, but it like no one worked for me. But Im try it with server console изображение Maybe i doing something wrong?

70CentsApple commented 1 year ago

The implementation of this feature uses a lot of tricks, and on some platforms or in some cases they are not supported, so if it fails this is a normal phenomenon. Also, a known bug is that it will only be triggered by messages tagged with server messages, the rest just try to trigger but fail.

70CentsApple commented 1 year ago

as for the toast notification, it will toast only if the message should be alerted (matched the whitelist).

Rozbiynk commented 1 year ago

hm, is there way to remove this part? not only my, but other's people too изображение

Rozbiynk commented 1 year ago

or this happens only when message marked as system?

70CentsApple commented 1 year ago

hm, is there way to remove this part? not only my, but other's people too изображение

Chat Tools v1.3.1 offers a way to activate bubble chat more freely. You can do so by adding the rule .* (?<name>.*): (?<message>.*) (I don't know if this works well because I don't know the style of the messages in your session. If it doesn't, you can modify it yourself) example

Rozbiynk commented 1 year ago

thank you, try it now

Rozbiynk commented 1 year ago

thank for you great work! is there work to remove "Restored message" message?

70CentsApple commented 1 year ago

thank for you great work! is there work to remove "Restored message" message?

Done in v1.3.2

Rozbiynk commented 1 year ago

okay, thank

70CentsApple commented 1 year ago

Add customize to timestap. For example color, way to disable seconds. Compact chat integration. It need ignore timestaps изображение Add restoring messages from previous session (ideas were taken from https://modrinth.com/mod/chatpatches, because it doesnt have 1.20 version)

Hey in case you don't know, Compact Chat now has a new version 2.0.2 that supports timestamps