Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/thedeathlycow/whitelist-fix
- Owner: TheDeathlyCow
- License: mit
- Created: 2024-01-08T09:06:49.000Z (about 1 year ago)
- Default Branch: 1.20.2
- Last Pushed: 2024-01-08T10:18:51.000Z (about 1 year ago)
- Last Synced: 2024-11-12T13:26:55.835Z (2 months ago)
- Language: Java
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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