Version 0.2 Beta
New Additions!
- Added a
settings.resurrection
file for users to take more control of the plugin.- The default file can be found here..
- Just like the
playerData.resurrection
file, this file will automatically be generated if it doesn't exist in the plugins directory.
- Added the ability to change the resurrection time.
- You can change the time in milliseconds by modifying the
resurrection_time
value in the new settings file mentioned above. The default time will remain 24 hours.
- You can change the time in milliseconds by modifying the
small changes
- The "YOU HAVE DIED!" text before and upon respawn will now display the actual time to resurrection.
- The last beta had the time hard-coded into the string.
- The plugin is now confirmed to (at least) function on 1.13, 1.14, 1.15 and 1.17 Spigot servers.
- Other versions are being tested as well. You can view the status of each version in the TODO list here.
Technical Changes
- The
TimeCheck
class now has a modifier to format the time given in different ways.h
for hours only andf
for the full hours, minutes and seconds.
- GSON has been extracted into the Jar.
- This has been the only change to make the plugin enable successfully on 1.8 servers, however the plugin crashes on 1.8 servers on player resurrection.
No bugs have been found by myself since the last version. Feel free to create an issue if you found something that I missed.