Posted January 26, 201510 yr Hi, I want to edit how a player sees the chat from other players. Is there any way I can do that? Creator of the MyFit, MagiCraft, Tesseract gun, and Papa's Wingeria mod.
January 26, 201510 yr Hi Try the ClientChatReceivedEvent, it gets called whenever the player receives a chat message. Have you used events before? http://www.wuppy29.com/minecraft/modding-tutorials/wuppys-minecraft-forge-modding-tutorials-for-1-7-events/#sthash.oZVk9wy3.dpbs -TGG
January 26, 201510 yr Author Yes, I just couldn't find that one. Thanks! Creator of the MyFit, MagiCraft, Tesseract gun, and Papa's Wingeria mod.
January 26, 201510 yr Author Ok so i want to use my PlayerExtendedProperties to edit how that player's client views chat. How would I get those extended properties? Creator of the MyFit, MagiCraft, Tesseract gun, and Papa's Wingeria mod.
January 26, 201510 yr On the client there is only one player so you can probably use Minecraft.getMinecraft().thePlayer -TGG
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.