SwornGuns

74.9k Downloads

Is it problem.....?

Opened this issue ยท 1 comments

commented

Hi dmulloy2.
I tried version 2.1.
But error message appeared.
If it's a problem, can you not make modifications?
=== ERROR MESSAGE ===
[20:28:16 ERROR]: Error occurred while enabling SwornGuns v2.1 (Build LOCAL) (Is it up to date?)
java.lang.NoClassDefFoundError: net/dmulloy2/ultimatearena/types/Material
at net.dmulloy2.swornguns.util.MaterialUtil.getMaterial(MaterialUtil.java:60) ~[?:?]
at net.dmulloy2.swornguns.util.MaterialUtil.getMaterial(MaterialUtil.java:26) ~[?:?]
at net.dmulloy2.swornguns.listeners.EntityListener.reload(EntityListener.java:286) ~[?:?]
at net.dmulloy2.swornguns.listeners.EntityListener.(EntityListener.java:60) ~[?:?]
at net.dmulloy2.swornguns.SwornGuns.onEnable(SwornGuns.java:108) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:250) ~[spigot.jar:git-Spigot-1387]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:324) [spigot.jar:git-Spigot-1387]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot.jar:git-Spigot-1387]
at org.bukkit.craftbukkit.v1_7_R2.CraftServer.loadPlugin(CraftServer.java:462) [spigot.jar:git-Spigot-1387]
at org.bukkit.craftbukkit.v1_7_R2.CraftServer.enablePlugins(CraftServer.java:380) [spigot.jar:git-Spigot-1387]
at net.minecraft.server.v1_7_R2.MinecraftServer.n(MinecraftServer.java:353) [spigot.jar:git-Spigot-1387]
at net.minecraft.server.v1_7_R2.MinecraftServer.g(MinecraftServer.java:328) [spigot.jar:git-Spigot-1387]
at net.minecraft.server.v1_7_R2.MinecraftServer.a(MinecraftServer.java:284) [spigot.jar:git-Spigot-1387]
at net.minecraft.server.v1_7_R2.DedicatedServer.init(DedicatedServer.java:186) [spigot.jar:git-Spigot-1387]
at net.minecraft.server.v1_7_R2.MinecraftServer.run(MinecraftServer.java:442) [spigot.jar:git-Spigot-1387]
at net.minecraft.server.v1_7_R2.ThreadServerApplication.run(SourceFile:618) [spigot.jar:git-Spigot-1387]
Caused by: java.lang.ClassNotFoundException: net.dmulloy2.ultimatearena.types.Material
at java.net.URLClassLoader$1.run(URLClassLoader.java:366) ~[?:1.7.0_51]
at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_51]
at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_51]
at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_51]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:77) ~[spigot.jar:git-Spigot-1387]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~[spigot.jar:git-Spigot-1387]
at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_51]
at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_51]
... 16 more
=== END ===

I used this bukkit.
by the way, I using spigot.
Probably I think that I'm not related (Error msg)

If you can fix this problem, please fix it.

Bukkit 1.7.8-R0.1-SNAPSHOT

commented