1
I NEED HELP WITH A SERVER PLUGIN!
I NEED HELP TO FIND OUT HOW TO STOP THIS! When people talk in the chat is like this
<name> Hello
i want to get it like this:
name Hello
i wanna take out the <> from the name
<name> Hello
i want to get it like this:
name Hello
i wanna take out the <> from the name
2
thx
You will need some form of chat manager.
Try EssentialsChat.
If you're making a plugin for it, use:
Try EssentialsChat.
If you're making a plugin for it, use:
(event variable).setMessage(e.getPlayer().getName() + " " + e.getMessage());
