PUUIDs v2.0

Details

  • Filename
    PUUIDs.jar
  • Uploaded by
  • Uploaded
    Dec 31, 2019
  • Size
    50.04 KB
  • Downloads
    169
  • MD5
    72ae795fb6d5a619df844ef8974645db

Supported Bukkit Versions

  • 1.15
  • 1.14
  • 1.13
  • 1.12
  • 1.11
  • 1.10
  • 1.9
  • 1.8

Changelog

v2.0
The Biggest Update Yet
 
  • All file saving and writing is now 100% async and all PUUIDs methods now support being used in async ways all while giving performance a massive boost.
  • Bumped APIVersion to V2. No methods were removed, however the ability to use Mojang to fetch UUIDs has now been removed and marked as deprecated.
  • Fixed player files bypassing the 60s update cooldown when joining.
  • Added a "command not found" message when using commands instead of just showing nothing.
  • Completely overhauled the debug statistics to reflect the new async system.
  • Fixed PUUIDs updates being cancelled when large background tasks were present. Now they will simply be queued for later.
  • Made many more methods async and off of the main thread to boost performance.
  • Removed the System.yml file from the PUUIDs folder, as it's not needed anymore.
  • Used condition statements where needed instead of adding redundant true/false methods.
  • Improved overall performance & various bug fixes and optimizations.