We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Fixed.
Sorry, something went wrong.
No branches or pull requests
As partially covered off in #44 by the looks of it, Java 16 is not supported by the plugin, and throws the following errors:
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.
The text was updated successfully, but these errors were encountered: