SBPrime / BlocksHub

API that provides easy access to block loggers and block access controls
Other
28 stars 18 forks source link

Java 16 Support #48

Closed Wild1145 closed 3 years ago

Wild1145 commented 3 years ago

As partially covered off in #44 by the looks of it, Java 16 is not supported by the plugin, and throws the following errors:

[14:21:17 INFO]: [Minecraft.BlocksHub] [BlocksHub] Loading plugins...
[14:21:17 INFO]: [Minecraft.BlocksHub] [BlocksHub] Unable to reate entry point.: unsupported version.
[14:21:17 INFO]: [Minecraft.BlocksHub] [BlocksHub] Unable to create entry point org.primesoft.blockshub.accessors.bukkit.factions.FactionsPlugin for resource /plugins/bukkit/accessors/BlocksHub-Accessor-Factions.jar.
[14:21:17 INFO]: [Minecraft.BlocksHub] [BlocksHub] Unable to reate entry point.: unsupported version.
[14:21:17 INFO]: [Minecraft.BlocksHub] [BlocksHub] Unable to create entry point org.primesoft.blockshub.accessors.bukkit.griefPrevention.BlocksHubPlugin for resource /plugins/bukkit/accessors/BlocksHub-Accessor-GriefPrevention.jar.
[14:21:17 INFO]: [Minecraft.BlocksHub] [BlocksHub] Unable to reate entry point.: unsupported version.
[14:21:17 INFO]: [Minecraft.BlocksHub] [BlocksHub] Unable to create entry point org.primesoft.blockshub.accessors.bukkit.worldGuard.BlocksHubPlugin for resource /plugins/bukkit/accessors/BlocksHub-Accessor-WorldGuard.jar.
[14:21:17 INFO]: [Minecraft.BlocksHub] [BlocksHub] Unable to reate entry point.: unsupported version.
[14:21:17 INFO]: [Minecraft.BlocksHub] [BlocksHub] Unable to create entry point org.primesoft.blockshub.logger.bukkit.coreProtect.BlocksHubPlugin for resource /plugins/bukkit/loggers/BlocksHub-Logger-CoreProtect.jar.
[14:21:17 INFO]: [Minecraft.BlocksHub] [BlocksHub] Unable to reate entry point.: unsupported version.
[14:21:17 INFO]: [Minecraft.BlocksHub] [BlocksHub] Unable to create entry point org.primesoft.blockshub.logger.bukkit.logBlock.BlocksHubPlugin for resource /plugins/bukkit/loggers/BlocksHub-Logger-LogBlock.jar.

This has been tested on the latest release of Blockshub (3.1.1) and on git-Paper-768 (MC: 1.16.5) (Implementing API version 1.16.5-R0.1-SNAPSHOT).

This will be a blocker to #47 which requires Java 16.

SBPrime commented 3 years ago

Fixed.