Create

Create

86M Downloads

Plugin won't load...

deepcore2 opened this issue ยท 2 comments

commented

I copied the plugin jar to the pugins directory and restarted minecraft server. The pluging won't load giving following error:

[18:29:27] [Server thread/ERROR]: Could not load 'plugins/create-mc1.15.2_v0.3.1a.jar' in folder 'plugins'
org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
        at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:160) ~[spigot-1.16.5.jar:3007-Spigot-cd23533-a82b212]
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:144) ~[spigot-1.16.5.jar:3007-Spigot-cd23533-a82b212]
        at org.bukkit.craftbukkit.v1_16_R3.CraftServer.loadPlugins(CraftServer.java:382) ~[spigot-1.16.5.jar:3007-Spigot-cd23533-a82b212]
        at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:185) ~[spigot-1.16.5.jar:3007-Spigot-cd23533-a82b212]
        at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:809) ~[spigot-1.16.5.jar:3007-Spigot-cd23533-a82b212]
        at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$0(MinecraftServer.java:164) ~[spigot-1.16.5.jar:3007-Spigot-cd23533-a82b212]
        at java.lang.Thread.run(Thread.java:834) [?:?]
Caused by: java.io.FileNotFoundException: Jar does not contain plugin.yml
        ... 7 more

I had the same error on the 1.16 version. Please advice

commented

Create is not a plugin it is a Forge Mod. This is not an issue.

commented

Ah, so I need to install forge first. Sorry for the dumb question. My son wanted me to install create mod in the server, so I assumed it to worked like this.