Releases: Leymooo/SimpleSkins
Releases · Leymooo/SimpleSkins
Velocity 3.0.0
Update for latest velocity
Fixed for latest velocity build
Again use an api.ashcon.app for skin fetching
Use PostLoginEvent instead of GameProfileRequsetEvent
Temporary don't use a v2 api of api.ashcon.app, because it was disabled
i am use a https://api.ashcon.app/mojang/v2
v2 route for UUID and skins lookup, but v2 route was temporary disabled by author to make it better, so i need to switch to a v1
route, but it does not provide a skin signature, so i do not able to use it for skin lookup if we got a rate-limit error from mojang.
Fixed a 429 error (rate limit)
- Some core refactor
- Fallback to api.ashcon.app if we got a rate limit
Faster skin fetching
1.1 Use api.ashcon.app only for uuid resolve, for skins use a mojang api
Shutdown service and close DB connection on disable
1.0.1 Shutdown service and close h2 connection