Blackvein / Quests

Quests mod for Spigot
31 stars 35 forks source link

Can't load Quests - invalid plugin.yml #500

Closed Wasserfall159 closed 7 years ago

Wasserfall159 commented 7 years ago

Hello, today I downloaded the newest version of Quests, and tried to load it on my server. When I turned on my server, I got this error mesage in console: [23:10:00] [Server thread/ERROR]: Could not load 'plugins\Quests-2.7.5.jar' in folder 'plugins' org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:160) ~[spigot.jar:git-Spigot-a3f6ea5-a2af8f0] at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [spigot.jar:git-Spigot-a3f6ea5-a2af8f0] at org.bukkit.craftbukkit.v1_11_R1.CraftServer.loadPlugins(CraftServer.java:301) [spigot.jar:git-Spigot-a3f6ea5-a2af8f0] at net.minecraft.server.v1_11_R1.DedicatedServer.init(DedicatedServer.java:204) [spigot.jar:git-Spigot-a3f6ea5-a2af8f0] at net.minecraft.server.v1_11_R1.MinecraftServer.run(MinecraftServer.java:544) [spigot.jar:git-Spigot-a3f6ea5-a2af8f0] at java.lang.Thread.run(Unknown Source) [?:1.8.0_111] Caused by: java.util.zip.ZipException: error in opening zip file at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_111] at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.8.0_111] at java.util.zip.ZipFile.<init>(Unknown Source) ~[?:1.8.0_111] at java.util.jar.JarFile.<init>(Unknown Source) ~[?:1.8.0_111] at java.util.jar.JarFile.<init>(Unknown Source) ~[?:1.8.0_111] at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:148) ~[spigot.jar:git-Spigot-a3f6ea5-a2af8f0] ... 5 more [23:10:00] [Server thread/INFO]: Set PluginClassLoader as parallel capable I run Spigot version 1.11.2. I start it with this arguments: @echo off java -Xms10G -Xmx10G -jar spigot.jar I tried to install older versions of Quests, I also tried to install any other versions of Vault, but nothing helped me. Could somebody please help me in solving my problem? Thanks

Daxxas commented 7 years ago

I have the same problem ! but I run the 2.7.6 version

guilhermefiragi commented 7 years ago

The same error occurred with me, however I went to see and to .jar is missing the plugin.yml so is running the version of craftbukkit but it is for 1.7 and does not receive the items nor receive any items

DigitalPenquin commented 7 years ago

5 bucks to the contributors of the plugin if they actually respond in a week... fml

Loivado commented 7 years ago

Hey guys, did you manually change something in the yml? If so make sure to check with a parser if the yml still can be read.

Wasserfall159 commented 7 years ago

I tried to open the *.jar file using Winrar, I saw some files in there, but when I tried to make some changes or open something, I only got an error mesage „Unexpected end of the archive“. The plugin.yml file isn't anywhere in the jar. Maybe the jar file is wrongly compilated. I have no idea what to do with it.

DigitalPenquin commented 7 years ago

I've completely stripped my server and ran pure quests and it's dependencies. I've noticed the file size is 24Kb when downloaded; however, the download on the site says it's meant to be 632Kb

kagarins commented 7 years ago

I think this issue was fixed in the latest update as well as the download, which downloads directly from spigot now, not jenkins.

Wasserfall159 commented 7 years ago

Yes, I tested it and now it's working without errors.