rutgerkok / WorldGeneratorApi

Minecraft Spigot plugin that enables other plugins to customize world generation
MIT License
95 stars 9 forks source link

Minecraft 1.17 compatibility #42

Closed ErythroCraft closed 3 years ago

ErythroCraft commented 3 years ago

Hi.

Your plugin will not loading on 1.17 test server

server: CraftBukkit version dev-Spigot-66f9d3c-cbf2f67 (MC: 1.17) (Implementing API version 1.17-R0.1-SNAPSHOT)

Console line: [19:10:41] [Server thread/ERROR]: Could not load 'plugins\WorldGeneratorApi.jar' in folder 'plugins' org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: org/bukkit/craftbukkit/v1_16_R3/CraftServer

Caused by: java.lang.NoClassDefFoundError: org/bukkit/craftbukkit/v1_16_R3/CraftServer

Caused by: java.lang.ClassNotFoundException: org.bukkit.craftbukkit.v1_16_R3.CraftServer

rutgerkok commented 3 years ago

Yes, it will need to be updated. I'll update another plugin (BetterEnderChest) first, as that plugin is less complex. It also allows me to learn how 1.17 is structured, as Mojang and Spigot made quite some changes to the code. Then the update to WorldGeneratorApi will start.

rutgerkok commented 3 years ago

Still ongoing - a few more classes to rewrite for Minecraft 1.17 and then the testing can actually start.

rutgerkok commented 3 years ago

Fixed in version 1.2.0.