Posted May 14, 20187 yr Hi, I'm wanting to make it so only messages starting with "/" are saved in the chat history. I can see that the addToSentMessages method is responsible for this and was wondering if there's a simple way to do this. I'm wanting to add "message.startsWith("/") && " to the conditional: if (this.sentMessages.isEmpty() || !((String)this.sentMessages.get(this.sentMessages.size() - 1)).equals(message)) Thanks. EDIT: I got it to work doing a coremod, just wondering if there's a better way of doing it. Edited May 14, 20187 yr by Gradle Got it to work
May 15, 20187 yr You can replace any GUI you want by handling the GUI open event and opening your own instead. So you can make a class that extends the new chat GUI but with the modifications you want and open that instead. Check out my tutorials here: http://jabelarminecraft.blogspot.com/
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.