Navoei / CustomDiscs

A Paper plugin to add custom music discs using the Simple Voice Chat API.
MIT License
60 stars 15 forks source link

error #11

Closed autpierro closed 2 years ago

autpierro commented 2 years ago

Could not load 'plugins/audioplayer-1.19.2-1.4.3.jar' in folder 'plugins' org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:178) ~[pufferfish-api-1.19.2-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:155) ~[pufferfish-api-1.19.2-R0.1-SNAPSHOT.jar:?] at org.bukkit.craftbukkit.v1_19_R1.CraftServer.loadPlugins(CraftServer.java:423) ~[pufferfish-1.19.2.jar:git-Pufferfish-34] at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:280) ~[pufferfish-1.19.2.jar:git-Pufferfish-34] at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1128) ~[pufferfish-1.19.2.jar:git-Pufferfish-34] at net.minecraft.server.MinecraftServer.lambda$spin$1(MinecraftServer.java:307) ~[pufferfish-1.19.2.jar:git-Pufferfish-34] at java.lang.Thread.run(Thread.java:833) ~[?:?] Caused by: java.io.FileNotFoundException: Jar does not contain plugin.yml

Navoei commented 2 years ago

This error is from the AudioPlayer mod (developed by Henkelmax). It is a Fabric mod. If you are looking for a Paper fork of his mod head over to the releases page of this repository.