A very simple chat format plugin, just add on the server and it will work right away with a very simple config.yml to adjust:
- This will change the format it gets sent on the chat when a player sends a message.
- You can edit the format and enable or disable colors.
The config file:
Code (YAML):
chat_format
:
"&f{PLAYER} &7> {MESSAGE}"
chat_colors
: true
Good for simple SMPs that require such plugins to not overload server.
enjoy.