Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/java/net/elytrium/limboauth/Settings.java
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ public static class MAIN {
"Or use this code to make your own API: https://blog.cloudflare.com/minecraft-api-with-workers-coffeescript/",
"Or implement your own API, it should just respond with HTTP code 200 (see parameters below) only if the player is premium"
})
public String ISPREMIUM_AUTH_URL = "https://api.mojang.com/users/profiles/minecraft/%s";
public String ISPREMIUM_AUTH_URL = "https://api.minecraftservices.com/minecraft/profile/lookup/name/%s";

@Comment({
"Status codes (see the comment above)",
Expand Down