My Game Profile Builder is not working?

Sk
7

How is that I use a Game Profile builder and the Game Profile buillder does not work I think it is due to the service link https://sessionserver.mojang.com/session/minecraft/profile/%s?unsigned=false

cl

The statement "does not work" is very helpful. Are there any errors? And what do you mean by that you think it is the service link? You mean about the% s? This represents a string that is passed at the end of the method, that is:

methodenName ("fff.cf/%s.png", pictureUrl);

That would look like this and is correct.

Sk

Yes the link does not work

cl

What do you mean by "the link doesn't work"? % S uses the player's UUID, but the '-' are removed, so that in the end the UUID looks like this:

f33h379wb37heu628

and not like this

Sk

So if you enter this into the browser, an error occurs that worked about 6 weeks ago.

Sk

That comes as an error

cl

Oh, this error. Yes, unfortunately I have already experienced it. Unfortunately I haven't found a working GaneProfileBuilder anymore. Instead, you could directly connect to the Mojang server, read out the entire JSON content and then split it. I think you want to do Skin Value & Signature for a nick plugin, don't you?

Sk

Yes you are right xD