1

I NEED HELP WITH A SERVER PLUGIN!

OMGNightmareHDss 6/24/15 11:41 pm
82
6/25/2015 12:58 am
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
Posted by
OMGNightmareHDss
Level 1 : New Miner
2

  Have something to say?

JoinSign in

2

OMGNightmareHDss
06/25/2015 12:58 am
Level 1 : New Miner
thx
1
Landissure
06/25/2015 12:34 am
Level 1 : New Crafter
You will need some form of chat manager.

Try EssentialsChat.

If you're making a plugin for it, use:
(event variable).setMessage(e.getPlayer().getName() + " " + e.getMessage());
1

Welcome