A simple plugin that checks when a person first joined the server.
Command: /jointime (username)
Permission: None
Why did I make this?
I made this plugin because existing plugin pulls data from getFirstPlayed. However, that value for some reason gets reset.
This plugin fetches data from getFirstPlayed and stores it in a database. After it has done that, future attempts to grab a player's join time will just be made from the SQLite database.
Unfortunately, since it has to first get getFirstPlayed which may have reset, you'll need to manually edit the database's value when it first fetches the wrong value. The good thing is you will only have to manually edit a player's join time once. I recommend using this
https://sqlitebrowser.org/ to edit the database.
Disclaimer:
I've recently started to learn to program and I am not very good at it. I made this plugin because I needed it for my server. If the plugin's code looks ass, you know why.