WorldEdit

WorldEdit

42M Downloads

Class error in 7.0.0-b4012

LadyCailinBot opened this issue ยท 6 comments

commented

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

commented

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.

commented

Comment by SlimeDog

Thanks.

commented

Comment by axemwa

Oh I was wondering what that was, looks like another job for ConsoleSpamFix

commented

Comment by SlimeDog

Already added. :)

commented

Comment by me4502

Fixed, although it was either using remove the synthetic classes or get the jump table optimisations :(

commented

Comment by SlimeDog

Thanks. Note: this was not a critical issue. These are dev releases. I reported only to get it on the books.