Skip to content
Success

Changes

Summary

  1. SPIGOT-7355: More field renames and fixes (details)
  2. Revert "BUILDTOOLS-676: Downgrade Maven compiler version" (details)
  3. Use regular compiler seeing as ECJ doesn't support Java 21 JRE (details)
Commit 07bce714f44f1f900ec1466dca74bbec7313e4f7 by md_5
SPIGOT-7355: More field renames and fixes

- Rename MapCursor Types to match their Minecraft names
- SPIGOT-7355: Rename ItemFlag#HIDE_POTION_EFFECTS to better reflect its function
The file was modified src/main/java/org/bukkit/StructureType.java
The file was modified src/main/java/org/bukkit/inventory/ItemFlag.java
The file was modified src/main/java/org/bukkit/map/MapCursor.java
Commit c29e1688d1f56d66ed6ab5a6f4ceb4952d500ee5 by md_5
Revert "BUILDTOOLS-676: Downgrade Maven compiler version"

This reverts commit fc1f96cfadac4d3f3b91f419891f98cfad264f30.
The file was modified pom.xml
Commit 8d8400db5647db8bcc7a731ba5a530b3bcd33899 by md_5
Use regular compiler seeing as ECJ doesn't support Java 21 JRE
The file was modified pom.xml