Class error in 7.0.0-b4012
LadyCailinBot opened this issue ยท 6 comments
WORLDEDIT-3848 - Reported by SlimeDog
Spigot 1.13.2 latest
worldedit-bukkit-7.0.0-b4012
On start-up:
[07:25:23] [Server thread/WARN]: [WorldEdit] Failed to load the Bukkit adapter class 'com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_13_R1$1' because it does not implement com.sk89q.worldedit.bukkit.adapter.BukkitImplAdapter
[07:25:23] [Server thread/WARN]: [WorldEdit] Failed to load the Bukkit adapter class 'com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_13_R2$1' because it does not implement com.sk89q.worldedit.bukkit.adapter.BukkitImplAdapter
[07:25:23] [Server thread/WARN]: [WorldEdit] Failed to load the Bukkit adapter class 'com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_13_R2_2$1' because it does not implement com.sk89q.worldedit.bukkit.adapter.BukkitImplAdapter
This is new from worldedit-bukkit-7.0.0-b4010
version
[07:32:14 INFO]: This server is running CraftBukkit version git-Spigot-b0f4c22-a2dd0e3 (MC: 1.13.2) (Implementing API version 1.13.2-R0.1-SNAPSHOT)
[07:32:14 INFO]: You are running the latest version
Comment by wizjany
the next line is the correct adapter being loaded. this is just a cosmetic issue because it attempts to load some synthetic class files first.
Comment by axemwa
Oh I was wondering what that was, looks like another job for ConsoleSpamFix
Comment by me4502
Fixed, although it was either using remove the synthetic classes or get the jump table optimisations :(