Update to Minecraft 1.20.5

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot
2024-04-24 01:15:00 +10:00
parent 899f2acb84
commit f3502f6dac
54 changed files with 1814 additions and 741 deletions

View File

@@ -1167,6 +1167,16 @@ public final class Bukkit {
return server.isEnforcingSecureProfiles();
}
/**
* Gets whether this server is allowing connections transferred from other
* servers.
*
* @return true if the server accepts transfers, false otherwise
*/
public static boolean isAcceptingTransfers() {
return server.isAcceptingTransfers();
}
/**
* Gets whether the Server hide online players in server status.
*