Hi maintainers,
I prepared a Paper/Spigot 26.2 test build for Images based on the current repository.
Summary:
- Bumped the plugin version to
2.5.11.
- Added a new
Images-v26_R2 module targeting 26.2-R0.1-SNAPSHOT.
- Mapped
26.2 to R2 in MinecraftVersion.
- Normalized Paper build metadata such as
26.2.build.40 to 26.2, which fixes repeated warnings like:
Unknown minor version for 26.2.build.40 using 26.2.build.39.
- Updated the ProtocolLib Maven coordinate to
net.dmulloy2:ProtocolLib:5.1.0 while keeping the Java package imports unchanged.
- Updated the 26.2 NMS item frame reference to
EntityTypes.ITEM_FRAME.
Validation performed:
mvn -pl Images-Common,Images-v26_R2 -am clean package passes.
- A local 26.2-only shaded test jar was produced as
Images-26.2-test-2.5.11.jar.
- Basic startup testing was performed on Paper 26.2, and the plugin appears to work in basic testing.
This should be treated as a Paper 26.2 test build, not a final stable release.
I attempted to push a branch directly, but this account does not have write permission to the repository. I can provide the patch if needed.
Hi maintainers,
I prepared a Paper/Spigot 26.2 test build for Images based on the current repository.
Summary:
2.5.11.Images-v26_R2module targeting26.2-R0.1-SNAPSHOT.26.2toR2inMinecraftVersion.26.2.build.40to26.2, which fixes repeated warnings like:Unknown minor version for 26.2.build.40 using 26.2.build.39.net.dmulloy2:ProtocolLib:5.1.0while keeping the Java package imports unchanged.EntityTypes.ITEM_FRAME.Validation performed:
mvn -pl Images-Common,Images-v26_R2 -am clean packagepasses.Images-26.2-test-2.5.11.jar.This should be treated as a Paper 26.2 test build, not a final stable release.
I attempted to push a branch directly, but this account does not have write permission to the repository. I can provide the patch if needed.