Posted June 19, 20223 yr Hello. I want to change the join and the quit message on my forge server. I tried out the EntityJoinWorld event but didnt find a methode for changing the message.
June 19, 20223 yr you can use ServerChatEvent, but you need to check if the message equals one of the following translations multiplayer.player.joined or multiplayer.player.joined.renamed, if this is the case you can set the new message via ServerChatEvent#setComponent you can use a TextComponent for simple Strings but i would recommend you to use a TranslatableComponent Edited June 19, 20223 yr by Luis_ST
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.