Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dev20 - error in spigot 1.9.4 #191

Closed
cwken10 opened this issue Sep 13, 2016 · 3 comments
Closed

dev20 - error in spigot 1.9.4 #191

cwken10 opened this issue Sep 13, 2016 · 3 comments
Labels
bug An issue that needs to be fixed. Alternatively, a PR fixing an issue.

Comments

@cwken10
Copy link

cwken10 commented Sep 13, 2016

after start server, it spam these lines of code only, then skript totally cannot use

[02:01:51] [Server thread/INFO]: [Skript] Enabling Skript v2.2-dev20
[02:01:51] [Server thread/ERROR]: Error occurred while enabling Skript v2.2-dev20 (Is it up to date?)
java.lang.NoSuchMethodError: org.bukkit.entity.Villager$Profession.isZombie()Z
    at ch.njol.skript.entity.VillagerData.<clinit>(VillagerData.java:59) ~[?:?]
    at java.lang.Class.forName0(Native Method) ~[?:1.8.0_91]
    at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_91]
    at ch.njol.skript.SkriptAddon.loadClasses(SkriptAddon.java:110) ~[?:?]
    at ch.njol.skript.Skript.onEnable(Skript.java:286) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:292) ~[server.jar:git-Spigot-c6871e2-0cd0397]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [server.jar:git-Spigot-c6871e2-0cd0397]
    at com.massivecraft.massivelag.inject.event.MassiveLagPluginLoader.enablePlugin(MassiveLagPluginLoader.java:216) [MassiveLag%202.8.20.jar:?]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [server.jar:git-Spigot-c6871e2-0cd0397]
    at org.bukkit.craftbukkit.v1_9_R2.CraftServer.loadPlugin(CraftServer.java:362) [server.jar:git-Spigot-c6871e2-0cd0397]
    at org.bukkit.craftbukkit.v1_9_R2.CraftServer.enablePlugins(CraftServer.java:322) [server.jar:git-Spigot-c6871e2-0cd0397]
    at net.minecraft.server.v1_9_R2.MinecraftServer.t(MinecraftServer.java:416) [server.jar:git-Spigot-c6871e2-0cd0397]
    at net.minecraft.server.v1_9_R2.MinecraftServer.l(MinecraftServer.java:381) [server.jar:git-Spigot-c6871e2-0cd0397]
    at net.minecraft.server.v1_9_R2.MinecraftServer.a(MinecraftServer.java:336) [server.jar:git-Spigot-c6871e2-0cd0397]
    at net.minecraft.server.v1_9_R2.DedicatedServer.init(DedicatedServer.java:268) [server.jar:git-Spigot-c6871e2-0cd0397]
    at net.minecraft.server.v1_9_R2.MinecraftServer.run(MinecraftServer.java:532) [server.jar:git-Spigot-c6871e2-0cd0397]
    at java.lang.Thread.run(Thread.java:745) [?:1.8.0_91]
@bensku
Copy link
Member

bensku commented Sep 13, 2016

Oops, this broke since I fixed this for 1.10. Since 1.9 is also supported, fix will come eventually.

@bensku bensku added the bug An issue that needs to be fixed. Alternatively, a PR fixing an issue. label Sep 13, 2016
@JavierKasunic
Copy link

JavierKasunic commented Sep 15, 2016

Waiting for this fix very soon, it breaks everything at 1.9.

@bensku
Copy link
Member

bensku commented Sep 15, 2016

Should be fixed now. Please report if it isn't, didn't have 1.9 server available to test it.

@bensku bensku closed this as completed Sep 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An issue that needs to be fixed. Alternatively, a PR fixing an issue.
Projects
None yet
Development

No branches or pull requests

3 participants