This was only tested in 1.18 however was compiled in 1.16 so it should work for 1.16+
This plugin makes use of the
PlaceholderAPI to allow the server to utilize the information in this plugin. This plugin fully depends on
PlaceholderAPI to work.
*DISCLAIMER* All data is stored locally on your server, I can see absolutely nothing that goes on in your servers. This plugin is a companion to my other plugin
HoverStats
The player's current IP and all past joined IP's
The player's current and past usernames
The number of times the player has joined the server
The time the player first joined the server
The time the player last left the server
The number of times the player has left the server
The number of kills the player has
The number of deaths the player has
The players KD
Rank name
Rank prefix
Rank suffix
Player balance
When the player joins the server the player's username is saved if the player changed their name from the last time they joined the server their old name will be cached in a list and their updated name should be saved in the username section.
The IP is then cached inside of the plugin if the player joined on a different IP previously the old IP will then be stored inside of a list
If it is the first time that the player joined the server then the current date and time will be saved (in military time).
The number of joins will then be updated each time that the player joined, incrementing by 1 on each join.
When the player leaves the server the last time they left will be stored, date, and time (in military time).
The number of times the player left will also be incremented by 1 each time that they leave the server.
The kills, death, and KD are all calculated when a player dies. Once a player dies the killer's stats are updated as well as the player that was killed. The KD is then calculated for both players.
When the player joins their rank's name, prefix, and suffix will be stored in the stats file. Along with the player's balance.
When the player leaves their rank's name, prefix, and suffix will be stored in the stats file. Along with the player's balance.
This plugin may not be updated as I am still in school and have work.