WorldEdit repository for version 6.0.0 is missing packages
LadyCailinBot opened this issue ยท 3 comments
WORLDEDIT-3185 - Reported by zachbora
Someone asked me to support version 6 of WorldEdit but the repository http://maven.sk89q.com/repo/ doesn't contain com.sk89q.worldedit.bukkit import. I was able to compile worldedit locally and force it to do a Bukkit profile which made my code work but my CI doesn't work as it still uses the repository.
It works fine if I change to earlier than 6.0.0 version of worldedit. This is my pom :
https://github.com/ZachBora/PlotMe/blob/master/pom.xml
Comment by mattbdev
I can confirm. This is a serious issue right now. I am hoping this gets fixed asap.
Comment by cartman-2000
Last working build of WorldEdit is #3289, the builds after that are missing files which makes the plugin unable to be loaded on the server.
Comment by Dark_Arc
See #301.