How does blessingskin resolve UUID? #679
Closed
catfromplan9
started this conversation in
General
Replies: 1 comment 4 replies
|
Seems to work fine on my own instance and Yggdrasil API plugin. Is this a problem with the https://skin.prinzeugen.net instance? |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello, I am writing authlib-injector alternative and I am having issues using it with blessingskin. it seems like you lack both of these APIs in the yggdrasil plugin:
https://minecraft.wiki/w/Mojang_API#Query%20player's%20username
I got a 404 Not Found with both
https://api.mojang.com/minecraft/profile/lookup/name/<player name>(https://skin.prinzeugen.net/api/yggdrasil/api/minecraft/profile/lookup/name/Player) andhttps://api.mojang.com/users/profiles/minecraft/<player name>(https://skin.prinzeugen.net/api/yggdrasil/api/users/profiles/minecraft/Player)I was fortunately able to use the player profile API: https://minecraft.wiki/w/Mojang_API#Query_player_profile
https://skin.prinzeugen.net/api/yggdrasil/sessionserver/session/minecraft/profile/UUID
But I am very confused what is going on. I did not have any sort of problem when using Drasl or Ely.By.
All reactions