A very simple Logs plugin, just add on the server and it will work right away with a very simple config.yml to adjust:
- This will change the message sent by the server when a player joins or leaves.
The config file:
Code (YAML):
join
: '&a
{PLAYER
} has joined the server.'
quit
: '&c
{PLAYER
} has left the server.'
Good for simple SMPs that require such plugins to not overload server.
enjoy.