I have a ClientChatReceivedEvent handler. Inside, I check the ip of the server that the player is connected to. However, it seems that even on an (cracked) server (i cant get gradlew runClient to accept a session ID), it always is null, which doesn't make sense.
Background:
I am writing a mod for all things hypixel. When it come down to hypixel skyblock, it adds a large number of custom weapons and such.
Anyways, the main question is: How do I write a client-sided mod that changes the texture of an item given its name?