Skip to content

Conversation

@shikendon
Copy link
Member

  • Update spigotVersion to 1.21.11-R0.1-SNAPSHOT in pom.xml
  • Update plugin version to 1.3-mc1_21_11
  • Update BuildTools --rev to 1.21.11 in release.yml
  • Update CLAUDE.md documentation to reflect new version

- Update spigotVersion to 1.21.11-R0.1-SNAPSHOT in pom.xml
- Update plugin version to 1.3-mc1_21_11
- Update BuildTools --rev to 1.21.11 in release.yml
- Update CLAUDE.md documentation to reflect new version
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.
CraftWorld class is not available at compile time in CI environment.
Use reflection to invoke getHandle() method and access spigotConfig field
at runtime, avoiding compile-time dependency on CraftBukkit classes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants