Prefab - Fabric

Prefab - Fabric

545k Downloads

Error file not found

arnho72 opened this issue ยท 2 comments

commented

Hello,

I am having a problem loading minecraft. In the logs I find this message:

[11:49:38] [Server thread/INFO]: This server is running CraftBukkit version 2991-Bukkit-f3f3094 (MC: 1.16.5) (Implementing API version 1.16.5-R0.1-SNAPSHOT)
[11:49:38] [Server thread/ERROR]: Could not load 'plugins/prefab-fabric-1.0.2.jar' in folder 'plugins'
org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
	at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:158) ~[craftbukkit-1.16.5.jar:2991-Bukkit-f3f3094]
	at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:144) ~[craftbukkit-1.16.5.jar:2991-Bukkit-f3f3094]
	at org.bukkit.craftbukkit.v1_16_R3.CraftServer.loadPlugins(CraftServer.java:381) ~[craftbukkit-1.16.5.jar:2991-Bukkit-f3f3094]
	at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:179) ~[craftbukkit-1.16.5.jar:2991-Bukkit-f3f3094]
	at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:787) ~[craftbukkit-1.16.5.jar:2991-Bukkit-f3f3094]
	at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$0(MinecraftServer.java:155) ~[craftbukkit-1.16.5.jar:2991-Bukkit-f3f3094]
	at java.lang.Thread.run(Thread.java:834) [?:?]
Caused by: java.io.FileNotFoundException: Jar does not contain plugin.yml
	... 7 more

My version is :
CraftBukkit version 2991-Bukkit-f3f3094 (MC: 1.16.5)

The plugin is :
prefab-fabric-1.0.2.jar

After checking in the JAR the file does not exist.
Is this normal?
Thank you

commented

This mod is for the Fabric mod loader.

Bukkit is not supported.

commented

Thanks for your quick return.

Sorry for the inconvenience :-(