13
0
geforkt von Mirrors/Paper
Paper/paper-server/patches/sources/net/minecraft/server/players
CraftBukkit/Spigot f1087e18c1 Fix Player Banning
This issue stems from the fact that Bukkit's API only allows a UUID to be banned, but Minecraft requires both a UUID and name. To fix this we modify the code to require a UUID or a name, or both. The correct fix would be expanding the API to be able to provide a name, however this would require plugin changes.

By: md_5 <git@md-5.net>
2014-04-15 10:32:48 +10:00
..
BanListEntry.java.patch Remap CraftBukkit to Mojang+Yarn Mappings 2024-12-11 22:26:55 +01:00
GameProfileCache.java.patch Remap CraftBukkit to Mojang+Yarn Mappings 2024-12-11 22:26:55 +01:00
OldUsersConverter.java.patch BungeeCord Support 2014-04-12 21:23:58 +10:00
PlayerList.java.patch BungeeCord Support 2014-04-12 21:23:58 +10:00
SleepStatus.java.patch Remap CraftBukkit to Mojang+Yarn Mappings 2024-12-11 22:26:55 +01:00
StoredUserList.java.patch Remap CraftBukkit to Mojang+Yarn Mappings 2024-12-11 22:26:55 +01:00
UserBanListEntry.java.patch Fix Player Banning 2014-04-15 10:32:48 +10:00