#Chat message stuff
27 messages · Page 1 of 1 (latest)
Why do you want to do this?
Doesnt matter I figured it out on my own by looking at the 2nd page of google :0
SOLVED: Chat message stuff
how?
I just found out my solution only works on singleplayer
so
thats annoying
and it works on some servers
but not others
I think its if the server has altered the chat in any way
but I dont know how they override it
Chat message stuff
But I will tell you anyway
I basically used ALLOW_CHAT to make it so any messages just dont get shown on the chat, and then addMessage() to show the modified message
im acutally going insane thinking about this
it makes no sense
this is a client sided mod
how on earth can the server just override what is happening on the client????
I think you need to use mixins to make it override the override but im really not sure if that is the case and also how mixins even work.