You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use Bukkit API instead of NMS getAllLevels() for world iteration
MinecraftServer.getAllLevels() obfuscated method name changed in 1.21.11.
Switch to using Bukkit.getWorlds() with CraftWorld.getHandle() which is
more stable across version updates.
0 commit comments