This simple plugin logs user's join and disconnect from the server it's running on and displays that list on login. This plugin is built in a way that is highly likely to be compatible forever.
Upon login, it lists the users that connected since your last logout. When a player logs on to the server, his username and a timestamp are written to a sqlite database in /plugins/CraftLogger/CraftLogger.db. The same thing happens when a user logs out. A list is generated based on the users who logged in after your most recent logout.
No commands so far. Just save in your plugin folder.
Version 1.1 intoduced permissions to view the list of logins. The permissions node is craftlogger.view. You can also use craftlogger.*
No configuration required.


