chaseoes / FirstJoinPlus

Customize all aspects of new players joining for the first time.
http://dev.bukkit.org/bukkit-plugins/firstjoinplus/
11 stars 16 forks source link

Unable to load plugin: Invalid plugin.yml #28

Closed ghost closed 10 years ago

ghost commented 10 years ago

I have attempted to redownload and install the 1.7.9 version of FirstJoinPlus multiple times, as well as extracting and repackaging the .jar file. Every time I restart the server, the plugin will not load due to Invalid plugin.yml

The YML file seems fine to my eyes, but I haven't written a plugin in ages.

chaseoes commented 10 years ago

No error logs?

ghost commented 10 years ago

Would you like an error log? There's not much to see. I was unable to get one yesterday do to some console-spamming work I was doing, but here's one using PlugMan, same error as on startup.

Wait, what? Zip file is empty? O-o

31.07 21:47:17 [Server] INFO [21:47:17 INFO]: [PlugMan] That file is not a valid plugin.
31.07 21:47:17 [Server] INFO [21:47:17 WARN]:   ... 14 more
31.07 21:47:17 [Server] INFO [21:47:17 WARN]:   at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:182)
31.07 21:47:17 [Server] INFO [21:47:17 WARN]:   at java.util.jar.JarFile.<init>(Unknown Source)
31.07 21:47:17 [Server] INFO [21:47:17 WARN]:   at java.util.jar.JarFile.<init>(Unknown Source)
31.07 21:47:17 [Server] INFO [21:47:17 WARN]:   at java.util.zip.ZipFile.<init>(Unknown Source)
31.07 21:47:17 [Server] INFO [21:47:17 WARN]:   at java.util.zip.ZipFile.<init>(Unknown Source)
31.07 21:47:17 [Server] INFO [21:47:17 WARN]:   at java.util.zip.ZipFile.open(Native Method)
31.07 21:47:17 [Server] INFO [21:47:17 WARN]: Caused by: java.util.zip.ZipException: zip file is empty
31.07 21:47:17 [Server] INFO [21:47:17 WARN]:   ... 13 more
31.07 21:47:17 [Server] INFO [21:47:17 WARN]:   at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:84)
31.07 21:47:17 [Server] INFO [21:47:17 WARN]:   at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:194)
31.07 21:47:17 [Server] INFO [21:47:17 WARN]: Caused by: org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
31.07 21:47:17 [Server] INFO [21:47:17 WARN]:   at java.lang.Thread.run(Unknown Source)
31.07 21:47:17 [Server] INFO [21:47:17 WARN]:   at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:680)
31.07 21:47:17 [Server] INFO [21:47:17 WARN]:   at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:820)
31.07 21:47:17 [Server] INFO [21:47:17 WARN]:   at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:423)
31.07 21:47:17 [Server] INFO [21:47:17 WARN]:   at net.minecraft.server.dedicated.DedicatedServer.func_71333_ah(DedicatedServer.java:463)
31.07 21:47:17 [Server] INFO [21:47:17 WARN]:   at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchServerCommand(CraftServer.java:695)
31.07 21:47:17 [Server] INFO [21:47:17 WARN]:   at org.bukkit.craftbukkit.v1_7_R4.CraftServer.dispatchCommand(CraftServer.java:715)
31.07 21:47:17 [Server] INFO [21:47:17 WARN]:   at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:180)
31.07 21:47:17 [Server] INFO [21:47:17 WARN]:   at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
31.07 21:47:17 [Server] INFO [21:47:17 WARN]:   at com.rylinaux.plugman.PlugManCommands.onCommand(PlugManCommands.java:100)
31.07 21:47:17 [Server] INFO [21:47:17 WARN]:   at com.rylinaux.plugman.command.LoadCommand.execute(LoadCommand.java:114)
31.07 21:47:17 [Server] INFO [21:47:17 WARN]:   at com.rylinaux.plugman.util.PluginUtil.load(PluginUtil.java:263)
31.07 21:47:17 [Server] INFO [21:47:17 WARN]:   at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329)
31.07 21:47:17 [Server] INFO [21:47:17 WARN]:   at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:86)
31.07 21:47:17 [Server] INFO [21:47:17 WARN]: org.bukkit.plugin.InvalidPluginException: org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml

I'll check my FTP Client, the zip file is definitely properly compressed on my computer.

EDIT: Apparently CodeAnywhere's FTP client is broken. Tested with several files. I'm sorry for wasting your time, and will be less-quick to report an issue next time, especially if I can't access the logs.