Is this ever going to be updated correctly?
jacklollz2 opened this issue · 8 comments
Considering the lack of care this project has, it bothers me significantly.
There's a pull request currently active that fixes the flooding of error messages, yet the developer has not properly pushed the update out yet.
I would like to use this plugin for a production server, considering how sloppy this is, and the lack of care from the developer, I presume the plugin is not well optimized, and contains lots of flaws.
If I can't expect an update to the new version to be stable, or even incorporate other peoples fixes, then I have zero desire to use this plugin.
If you can clean up your act developer, that would be great.
The release is not available but you can always use the build artifacts if you really want. The developer is basically inactive but you can always make a PR and he will merge it.
I tried the build artifact that was produced from my PR. It still spits out errors. Not sure why.
@alexchandel try the latest one from the master branch, it should work fine.
Yep the latest build artifact works for me on PaperMC 1.18.1. Just need a release bump now.
Which PR? Mine (#292) was merged a couple weeks ago, but the crashing continues with a new error now.
The latest build artifact does not load for me on 1.18.1 PurpurMC IDK why. All I get is:
Could not load 'plugins\ExtraHardMode.jar' in folder 'plugins'
Console 12:10:36
org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:186) ~[purpur-api-1.18.1-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:158) ~[purpur-api-1.18.1-R0.1-SNAPSHOT.jar:?]
at org.bukkit.craftbukkit.v1_18_R1.CraftServer.loadPlugins(CraftServer.java:422) ~[purpur-1.18.1.jar:git-Purpur-1468]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:318) ~[purpur-1.18.1.jar:git-Purpur-1468]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1216) ~[purpur-1.18.1.jar:git-Purpur-1468]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:320) ~[purpur-1.18.1.jar:git-Purpur-1468]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
Caused by: java.util.zip.ZipException: invalid CEN header (bad signature)
at java.util.zip.ZipFile$Source.zerror(ZipFile.java:1598) ~[?:?]
at java.util.zip.ZipFile$Source.checkAndAddEntry(ZipFile.java:1183) ~[?:?]
at java.util.zip.ZipFile$Source.initCEN(ZipFile.java:1537) ~[?:?]
at java.util.zip.ZipFile$Source.(ZipFile.java:1315) ~[?:?]
at java.util.zip.ZipFile$Source.get(ZipFile.java:1277) ~[?:?]
at java.util.zip.ZipFile$CleanableResource.(ZipFile.java:709) ~[?:?]
at java.util.zip.ZipFile.(ZipFile.java:243) ~[?:?]
at java.util.zip.ZipFile.(ZipFile.java:172) ~[?:?]
at java.util.jar.JarFile.(JarFile.java:347) ~[?:?]
at java.util.jar.JarFile.(JarFile.java:318) ~[?:?]
at java.util.jar.JarFile.(JarFile.java:284) ~[?:?]
at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:174) ~[purpur-api-1.18.1-R0.1-SNAPSHOT.jar:?]
@RoboMWM Could you please publish an alpha release?