Pxl-8 / ColouredChat

A simple Minecraft mod that randomly generates a name colour when a player joins the server
https://www.curseforge.com/minecraft/mc-mods/colouredchat
MIT License
0 stars 0 forks source link

FTB Utilities incompatibility #2

Open uberifix opened 4 years ago

uberifix commented 4 years ago

ColouredChat throws a null pointer exception when ftb utils is installed

https://gist.github.com/uberifix/e3a3940070f265a3a01dc624d9448f81

This error can be resolved with a small workaround by just disabling Ranks:override_chat in the configs

uberifix commented 4 years ago

For now I have added a null check and a warning message. This should make it so it no longer throws exceptions and causes chat to not send at all, as well as alert users to the actual problem. Will have to figure out how to parse text components differently to make it actually compatible.