replaceitem / symbol-chat

Add many symbols supported by minecraft into the chat.
https://modrinth.com/mod/symbol-chat
MIT License
22 stars 12 forks source link

[Feature Request] Add customizability for Chat Menu ID #9

Open EvilsSouls opened 2 years ago

EvilsSouls commented 2 years ago

Add the ability for players to change, in their config, in which menu the HUD is shown. This would be useful for mods like Advanced Chat because the HUD is currently not shown with it.

Lerkista commented 1 year ago

Same problem, don`t work with AdvancedChat

replaceitem commented 1 year ago

The mod likely completely replaces the vanilla chat screen. Sadly it isn't as simple as configuring some menu ID. I would need to add support for specifically AdvancedChat's screen, and make symbol chat use and interact the elements of it. I'm not familiar with that mod, so this is not very high prio right now. Maybe i will get to it at some point, i will see.

Marotheit commented 2 weeks ago

I know this issue has been open for a while, but I believe I'm having the same/a similar issue with No Chat Reports.

The menu is able to be pulled up and interacted with as usual, except that attempting to search for a symbol will instead type your search query in the chat instead of the search bar.

I tested this with only the three mods required to do so (Fabric API, Symbol Chat, and No Chat Reports). Adding No Chat Reports causes the behavior described above, and removing it will allow the plugin to function as intended.

replaceitem commented 2 weeks ago

What symbol chat version are you on?

Marotheit commented 2 weeks ago

I tested using the latest version (compatible with Minecraft 1.21.1) of all the mods in question.

Fabric Loader 0.16.5 for Minecraft 1.21.1

Fabric API version 0.104.0+1.21.1, No Chat Reports version Fabric-1.21-v2.8.0, Symbol Chat version 1.2.7.

replaceitem commented 2 weeks ago

Looks like NoChatReports overrides the focusing behaviour of the chat screen in an attempt to not make the buttons it adds get focus over the chat bar. This then means that other mod's elements in the chat screen will also not get focus, meaning the search bar won't work. I think this would be better fixed in NoChatReports.

Marotheit commented 2 weeks ago

For sure, I will submit a bug report on their repository.