You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't get Spigot to load ScriptCraft. I followed the instructions in your README.
Here are the relevant software versions:
Spigot Version - 1.21.3
Java Version - openjdk 21.0.5 2024-10-15
ScriptCraft Version - 3.4.0
[18:58:10] [Server thread/ERROR]: Could not load 'plugins/scriptcraft-3.4.0.jar'
org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:178) ~[spigot-api-1.21.3-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:158) ~[spigot-api-1.21.3-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:122) ~[spigot-api-1.21.3-R0.1-SNAPSHOT.jar:?]
at org.bukkit.craftbukkit.v1_21_R2.CraftServer.loadPlugins(CraftServer.java:468) ~[spigot-1.21.3-R0.1-SNAPSHOT.jar:4398-Spigot-60c9969-561ceb9]
at net.minecraft.server.dedicated.DedicatedServer.e(DedicatedServer.java:235) ~[spigot-1.21.3-R0.1-SNAPSHOT.jar:4398-Spigot-60c9969-561ceb9]
at net.minecraft.server.MinecraftServer.y(MinecraftServer.java:1032) ~[spigot-1.21.3-R0.1-SNAPSHOT.jar:4398-Spigot-60c9969-561ceb9]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:329) ~[spigot-1.21.3-R0.1-SNAPSHOT.jar:4398-Spigot-60c9969-561ceb9]
at java.base/java.lang.Thread.run(Thread.java:1583) [?:?]
Caused by: java.util.zip.ZipException: zip END header not found
at java.base/java.util.zip.ZipFile$Source.findEND(ZipFile.java:1649) ~[?:?]
at java.base/java.util.zip.ZipFile$Source.initCEN(ZipFile.java:1657) ~[?:?]
at java.base/java.util.zip.ZipFile$Source.<init>(ZipFile.java:1495)~[?:?]
at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1458) ~[?:?]
at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:724)~[?:?]
at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:251)~[?:?]
at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:180)~[?:?]
at java.base/java.util.jar.JarFile.<init>(JarFile.java:345)~[?:?]
at java.base/java.util.jar.JarFile.<init>(JarFile.java:316)~[?:?]
at java.base/java.util.jar.JarFile.<init>(JarFile.java:282)~[?:?]
at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:166) ~[spigot-api-1.21.3-R0.1-SNAPSHOT.jar:?]
... 7 more
The text was updated successfully, but these errors were encountered:
Please help.
I can't get Spigot to load ScriptCraft. I followed the instructions in your README.
Here are the relevant software versions:
The text was updated successfully, but these errors were encountered: