Create

Create

86M Downloads

[1.16.5] Recipe parsing errors during server startup

MarioSMB opened this issue ยท 4 comments

commented

There appears to be a few recipe parsing errors in the server log during startup:
create_error.txt

commented

This issue has been marked as stale because it has been inactive for 3 weeks. It will be closed if it remains inactive for another 3 weeks.

commented

This issue has been closed since it has been inactive for 3 weeks since it was marked as stale.

commented

same Here is my log

[11:35:56] [Server thread/INFO]: Using default channel type [11:36:01] [Server thread/ERROR]: Could not load 'plugins\create-mc1.16.3_v0.3e.jar' in folder 'plugins' org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:160) ~[server.jar:3028-Spigot-79d53c2-7eb3564] at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:144) ~[server.jar:3028-Spigot-79d53c2-7eb3564] at org.bukkit.craftbukkit.v1_16_R3.CraftServer.loadPlugins(CraftServer.java:382) ~[server.jar:3028-Spigot-79d53c2-7eb3564] at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:224) ~[server.jar:3028-Spigot-79d53c2-7eb3564] at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:918) ~[server.jar:3028-Spigot-79d53c2-7eb3564] at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$0(MinecraftServer.java:273) ~[server.jar:3028-Spigot-79d53c2-7eb3564] at java.lang.Thread.run(Unknown Source) [?:1.8.0_291] Caused by: java.io.FileNotFoundException: Jar does not contain plugin.yml ... 7 more

commented

same Here is my log

[11:35:56] [Server thread/INFO]: Using default channel type [11:36:01] [Server thread/ERROR]: Could not load 'plugins\create-mc1.16.3_v0.3e.jar' in folder 'plugins' org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:160) ~[server.jar:3028-Spigot-79d53c2-7eb3564] at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:144) ~[server.jar:3028-Spigot-79d53c2-7eb3564] at org.bukkit.craftbukkit.v1_16_R3.CraftServer.loadPlugins(CraftServer.java:382) ~[server.jar:3028-Spigot-79d53c2-7eb3564] at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:224) ~[server.jar:3028-Spigot-79d53c2-7eb3564] at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:918) ~[server.jar:3028-Spigot-79d53c2-7eb3564] at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$0(MinecraftServer.java:273) ~[server.jar:3028-Spigot-79d53c2-7eb3564] at java.lang.Thread.run(Unknown Source) [?:1.8.0_291] Caused by: java.io.FileNotFoundException: Jar does not contain plugin.yml ... 7 more

nope, it's not, you're trying to load Create as server plugin, while you're supposed to load it as MOD