Releases: MC-API/uuid-java
Allow specific queries
Queries can now be directed to specific paths not just the key/target
The use of maven is now essential as to load required dependencies such as unirest
As of release 1.0.2 the Bukkit and Bungee handlers have been moved.
They can be found here:
Rewritten queries
Queries are now more effective but require you to update any custom handlers you may have including the pre made bukkit and bungee ones.
The use of maven is now essential as to load required dependencies such as unirest
As of release 1.0.2 the Bukkit and Bungee handlers have been moved.
They can be found here:
Fix some errors and disallow SSL
I have fixed some problems including JSON issues and disabled SSL requesting temporarily.
I know how to fix it essentially, will do sometime in the near future.
As of release 1.0.2 the Bukkit and Bungee handlers have been moved.
They can be found here:
Remove bukkit and bungee from pom
This release has removed bungee and bukkit from the pom, resulting in less dependencies to resolve.
As a result of this you now need to add the bungee and bukkit handlers yourself.
They can be found here:
Make queries lowercase
To aid caching queries involving strings are now lowercase
(Doesn't affect the response)
Set the server you wish to use via UUIDAPI.setRegion(ServerRegion)
Initial Release
First major release.
Set the server you wish to use via UUIDAPI.setRegion(ServerRegion)