RemoteBukkit

RemoteBukkit

62.7k Downloads

No plugin.yml

jmesserli opened this issue ยท 1 comments

commented

You forgot the plugin.yml in your plugin.

The server will not load the plugin with this error message:

2013-01-23 21:28:39 [SEVERE] Could not load 'plugins/remotebukkitconsole-2.0.0.jar' in folder 'plugins'
org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
    at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:247)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:132)
    at org.bukkit.craftbukkit.v1_4_6.CraftServer.loadPlugins(CraftServer.java:239)
    at org.bukkit.craftbukkit.v1_4_6.CraftServer.<init>(CraftServer.java:217)
    at net.minecraft.server.v1_4_6.PlayerList.<init>(PlayerList.java:52)
    at net.minecraft.server.v1_4_6.DedicatedPlayerList.<init>(SourceFile:11)
    at net.minecraft.server.v1_4_6.DedicatedServer.init(DedicatedServer.java:104)
    at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:399)
    at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
Caused by: java.io.FileNotFoundException: Jar does not contain plugin.yml
    ... 9 more

Hope it helps

commented

Sorry I put the Console in plugins folder...
Eventually it whould be better if the link for the plugin itself is on the top and then the links for Console & GUI

But great plugin!

(Sorry for my bad english, i'm lerning it atm ;))