Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Error on startup #17

Closed
MilesBHuff opened this issue Aug 1, 2021 · 6 comments
Closed

Error on startup #17

MilesBHuff opened this issue Aug 1, 2021 · 6 comments
Labels
invalid This doesn't seem right

Comments

@MilesBHuff
Copy link

MilesBHuff commented Aug 1, 2021

After updating to v1.6.4, I started getting this error on startup:

[22:00:38] [Server thread/ERROR]: Could not load 'plugins/ParticleLib.jar' in folder 'plugins'
org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
	at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:178) ~[patched_1.16.5.jar:git-Paper-783]
	at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:160) ~[patched_1.16.5.jar:git-Paper-783]
	at org.bukkit.craftbukkit.v1_16_R3.CraftServer.loadPlugins(CraftServer.java:393) ~[patched_1.16.5.jar:git-Paper-783]
	at net.minecraft.server.v1_16_R3.DedicatedServer.init(DedicatedServer.java:269) ~[patched_1.16.5.jar:git-Paper-783]
	at net.minecraft.server.v1_16_R3.MinecraftServer.w(MinecraftServer.java:1069) ~[patched_1.16.5.jar:git-Paper-783]
	at net.minecraft.server.v1_16_R3.MinecraftServer.lambda$a$0(MinecraftServer.java:291) ~[patched_1.16.5.jar:git-Paper-783]
	at java.lang.Thread.run(Thread.java:831) [?:?]
Caused by: java.io.FileNotFoundException: Jar does not contain plugin.yml
	... 7 more

The above error occurs every time I start up the server.
I am running Paper 1.16.5.

@MilesBHuff MilesBHuff changed the title Updated to 1.6.4, got this error Error on startup Aug 1, 2021
@MilesBHuff
Copy link
Author

MilesBHuff commented Aug 1, 2021

Rolled back, and found that the error is also happening with v1.6.3. Could it be related to recent changes in Paper?
EDIT: Also failing for 1.5.1, weirdly.
I know 1.5.1 and 1.6.3 were working on my server in the past.

@ByteZ1337
Copy link
Owner

As the error states: Caused by: java.io.FileNotFoundException: Jar does not contain plugin.yml.
New ParticleLib versions no longer contain a plugin version, since spigot added a Library Loader.

@MilesBHuff
Copy link
Author

Any idea why this issue would only be cropping up now? And how to fix?

@ByteZ1337
Copy link
Owner

Include ParticleLib in your plugin.

@ByteZ1337 ByteZ1337 added the invalid This doesn't seem right label Aug 1, 2021
@MilesBHuff
Copy link
Author

I'm just a server owner -- I've always had to use the headless version of ParticleLib. Should I no longer be doing that?

@ByteZ1337
Copy link
Owner

ByteZ1337 commented Aug 2, 2021

Contact the plugin developer and tell them to shade ParticleLib into their plugin or download an outdated plugin version of ParticleLib.

Repository owner locked as off-topic and limited conversation to collaborators Aug 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants