mojang-api icon indicating copy to clipboard operation
mojang-api copied to clipboard

ashcon's API doesn't support ?unsigned=false

Open bobhenl opened this issue 1 year ago • 4 comments

Hello, I wanted to use the Ashcon in the Citizens but I can't due to:

ashcon's API doesn't support ?unsigned=false being appended to the URL, which sounds like a problem with their API setup Dev reply

I tried using AshconAPII in citizens (latest build https://ci.citizensnpcs.co/job/Citizens2/) by replacing this:

general:
  authlib:
    # Search for gameprofiles using this URL
    profile-url: https://sessionserver.mojang.com/session/minecraft/profile/

in their config for this:

general:
  authlib:
    # Search for gameprofiles using this URL
    profile-url: https://api.ashcon.app/mojang/v2/user/

but it didn't work, even when the api should be similar to the mojang, no? What's wrong there please, how to fix?

bobhenl avatar Aug 25 '24 12:08 bobhenl

The project seems abandoned and Mojang blocked all incoming requests from CloudFlare workers, which is what this project runs on, so either way this API no longer works.

MisterFixx avatar Aug 25 '24 13:08 MisterFixx

The project seems abandoned and Mojang blocked all incoming requests from CloudFlare workers, which is what this project runs on, so either way this API no longer works.

And is there some alternative?

bobhenl avatar Aug 25 '24 13:08 bobhenl

The project seems abandoned and Mojang blocked all incoming requests from CloudFlare workers, which is what this project runs on, so either way this API no longer works.

And is there some alternative?

Besides the normal Mojang API, none that I’m aware of

MisterFixx avatar Aug 25 '24 13:08 MisterFixx

The project seems abandoned and Mojang blocked all incoming requests from CloudFlare workers, which is what this project runs on, so either way this API no longer works.

And is there some alternative?

I'm still running https://api.minetools.eu/uuid/

Feel free to give it a go

McLive avatar Sep 16 '24 11:09 McLive