justan oval
justan oval
I have this issue as well, and don't see anyone with a similar log to mine, so I figure I may as well give my log here too: ```java java.lang.ExceptionInInitializerError...
> Well actually, this mod just doesn't support quilt anymore and it's not something that I am willing to spend my free time researching how to implement. > > However...
Adding some context for interaction between ChatImage and DMCC. Below is how images are normally formatted when sent through Discord:  While this is when the `formatChatMessages` setting is off:...
I'm curious if there could be a way it could be added to formatting [here](https://github.com/Xujiayao/Discord-MC-Chat/blob/e8fb5b3c8a88ca63c5bf60851300bf08e451c8e2/src/main/java/com/xujiayao/discord_mc_chat/discord/DiscordEventListener.java#L461C4-L475C5). ```java if (!e.getMessage().getAttachments().isEmpty()) { if (!messageTemp.isBlank()) { message.append(" "); } String s = Translations.translateMessage("message.formattedImage"); for...