Skip to content
New issue

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

Java 16 Support #48

Closed
Wild1145 opened this issue Jun 11, 2021 · 1 comment
Closed

Java 16 Support #48

Wild1145 opened this issue Jun 11, 2021 · 1 comment

Comments

@Wild1145
Copy link

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
Copy link
Owner

SBPrime commented Jun 12, 2021

Fixed.

@SBPrime SBPrime closed this as completed Jun 12, 2021
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

No branches or pull requests

2 participants