Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thedeathlycow/whitelist-fix

Fixes the "That player does not exist" error that shows up when attempting to whitelist players in pre-1.20.3 Minecraft: Java Edition servers.
https://github.com/thedeathlycow/whitelist-fix

Last synced: 14 days ago
JSON representation

Fixes the "That player does not exist" error that shows up when attempting to whitelist players in pre-1.20.3 Minecraft: Java Edition servers.

Awesome Lists containing this project

README

        

# Whitelist Fix

Fixes the "That player does not exist" error that shows up when attempting to whitelist players who have never joined the server before.

It does this by simply updating the Mojang API endpoint for the getting profile IDs lookup in the Yggdrasil Game
Profile Repository to `https://api.minecraftservices.com/minecraft/profile/lookup/bulk/byname`.

## Related Issues

* Minecraft: https://bugs.mojang.com/browse/MC-267771
* Minecraft Web: https://bugs.mojang.com/browse/WEB-5959
* Paper: https://github.com/PaperMC/Paper/issues/10141