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

Use Adventure to fix copying colours. #15

Closed retrixe closed 2 years ago

retrixe commented 2 years ago

Fixes #14 Includes #13 (merge #13 before merging this!)

tierrif commented 2 years ago

Added HEX support with &#RRGGBB, as that's much better than BungeeCord's weird &x&R&R&G&G&B&B. Also added a config option along this, to whether support HEX codes or make them the closest legacy code. Merging this.