lishid / OpenInv

Open anyone's inventory as a chest, real-time!
GNU General Public License v3.0
119 stars 94 forks source link

The server does not load the plugin #96

Closed Uhevela closed 5 years ago

Uhevela commented 5 years ago

Hello, My server does not load the plugin.... Here is the error

[13:28:41][Server thread/ERROR]: Could not load 'plugins/OpenInv.jar' in folder 'plugins' org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:161) ~[patched_1.13.2.jar:git-Paper-499] at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136) ~[patched_1.13.2.jar:git-Paper-499] at org.bukkit.craftbukkit.v1_13_R2.CraftServer.loadPlugins(CraftServer.java:329) ~[patched_1.13.2.jar:git-Paper-499] at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:235) ~[patched_1.13.2.jar:git-Paper-499] at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:786) ~[patched_1.13.2.jar:git-Paper-499] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191] Caused by: java.util.zip.ZipException: zip file is empty at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_191] at java.util.zip.ZipFile.(ZipFile.java:225) ~[?:1.8.0_191] at java.util.zip.ZipFile.(ZipFile.java:155) ~[?:1.8.0_191] at java.util.jar.JarFile.(JarFile.java:166) ~[?:1.8.0_191] at java.util.jar.JarFile.(JarFile.java:130) ~[?:1.8.0_191] at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:149) ~[patched_1.13.2.jar:git-Paper-499]

    ... 5 more
RoboMWM commented 5 years ago

Where did you download from? Also was this a server reload or a server restart?

Uhevela commented 5 years ago

I downloaded the plugin from the buckit page (https://dev.bukkit.org/projects/openinv) and restarted the server completely. Is it the plugin.yml that is invalid?

Jikoo commented 5 years ago

Re-download, looks like your download messed up. java.util.zip.ZipException: zip file is empty