- Tested Minecraft Versions:
- 1.8
- 1.9
- 1.10
- 1.11
- 1.12
- 1.13
- 1.14
- 1.15
- Source Code:
- https://github.com/AlessioDP/LastLoginAPI
- Contributors:
- AlessioDP
- Donation Link:
- https://donate.alessiodp.com/
A library to handle player names and login timestamps.
For Spigot / Bukkit and BungeeCord!
Read more about LastLoginAPI here!
Since Minecraft 1.8, plugins are not able to get a player by its name. Developers have to store each player name taking care about multiple username support. With this plugin you don't have to care about that and let it store any data about players.
Stored information:
You can use these information into your plugin or via PlaceholderAPI.
- Name: Latest name used by the player into your server
- Login timestamp: Latest player login in unix timestamp
- Logout timestamp: Latest player logout in unix timestamp
API events:
- On name change
- On login/logout timestamp pre change
- On login/logout timestamp post change
I am a server administrator, what should I do?
You just have to install it and don't think about anything! If you wanna use placeholders just install PlaceholderAPI and use them
I am a plugin developer, what should I do?
You have too hook into the plugin thanks to its API, you can see how to do it here.
Documentation of LastLoginAPI
Placeholders
Full changelog
API for developers
You can find the source code here.
![]()
- Both Spigot and BungeeCord are supported
- Store latest player name used
- Store login and logout timestamps
- Placeholders system
- PlaceholdersAPI support
- EssentialsChat support
- AuthMe and LoginSecurity support
- Update timestamp only on successful login
- Support for HEX colors of MC 1.16+ (&#ff0000)
- Log system
- Asynchronous to avoid server lag
- Statistics system (bStats)
- API for developers
- Databases supported: H2, MySQL and SQLite
Full documentation
How can I install LastLoginAPI on Spigot?
Don't write about your problems into the reviews, you can easily contact me via Discord, private message, email or discussion!

LastLoginAPI - API to handle player names and login timestamps 1.4.3
A library to handle player names and login timestamps