tierrif / chat-utils

Minecraft Fabric client-side mod to ease chat message copying.
https://modrinth.com/mod/chatutils/
GNU Lesser General Public License v3.0
17 stars 9 forks source link

Incompatibility with essential #23

Closed Moonyol closed 8 months ago

Moonyol commented 1 year ago

I am using Chat Utils 1.9.0 and Essential 1-19 on Fabric 0.14.19-1.19.4 if I attempt to copy a message the game will crash image

tierrif commented 1 year ago

Tested with ChatUtils 1.9.0 and Essential 1.2.1.6, cannot reproduce under the following ChatUtils settings:

{
  "ChatUtils": {
    "copyToClipboardMessage": "\u00269Click to copy to clipboard.",
    "previewContent": true,
    "copyColorsIfAny": true,
    "copyHexColors": true,
    "antiSpam": true,
    "antiSpamRange": 16,
    "tooltipEnabled": true,
    "enabled": true,
    "enableChatPersist": true,
    "enableCommandPersist": true
  }
}

Could you post the contents of your .minecraft/config/chatutils/config.json file? If you still can reproduce under my settings, please test under an unedited configuration of Essential.

Thanks

tierrif commented 1 year ago

Could #22 be related?

tierrif commented 1 year ago

Closing for inactivity, I'll easily assume this is fixed after 1.10.0+1.20.1.

Moonyol commented 1 year ago

it still happens in 1.10.1

tierrif commented 11 months ago

This at this point is probably related to #40. If not more info is given about this in the coming days I will close this again.