• Hello Guest! Did you know that ProjectKorra has an official Discord server? A lot of discussion about the official server, development process, and community discussion happens over there. Feel free to join now by clicking the link below.

    Join the Discord Server

Bug Report Error in the starting

agus12

Verified Member
hi there, im running an small sv just for me and firends, i just find this plugin and try to install it. Everything was fine, the abilities Works great and so, but when i try to use ítems, i couldn't craft them. Then i look in the logs and find this
[19:45:21 ERROR]: Error occurred while enabling ProjectKorraItems v1.1.0 BETA 2 (Is it up to date?)
java.lang.NoClassDefFoundError: com/projectkorra/ProjectKorra/Element
at com.projectkorra.ProjectKorraItems.attribute.AttributeList$1.<init>(AttributeList.java:55) ~[?:?]
at com.projectkorra.ProjectKorraItems.attribute.AttributeList.<clinit>(AttributeList.java:16) ~[?:?]
at com.projectkorra.ProjectKorraItems.attribute.Attribute.getAttribute(Attribute.java:158) ~[?:?]
at com.projectkorra.ProjectKorraItems.ConfigManager.analyzeConfig(ConfigManager.java:141) ~[?:?]
at com.projectkorra.ProjectKorraItems.ConfigManager.<init>(ConfigManager.java:34) ~[?:?]
at com.projectkorra.ProjectKorraItems.ProjectKorraItems.onEnable(ProjectKorraItems.java:26) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[PaperSpigot.jar:git-PaperSpigot-d6fa7c2-21681b3]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [PaperSpigot.jar:git-PaperSpigot-d6fa7c2-21681b3]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [PaperSpigot.jar:git-PaperSpigot-d6fa7c2-21681b3]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:356) [PaperSpigot.jar:git-PaperSpigot-d6fa7c2-21681b3]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:316) [PaperSpigot.jar:git-PaperSpigot-d6fa7c2-21681b3]
at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:412) [PaperSpigot.jar:git-PaperSpigot-d6fa7c2-21681b3]
at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:376) [PaperSpigot.jar:git-PaperSpigot-d6fa7c2-21681b3]
at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:331) [PaperSpigot.jar:git-PaperSpigot-d6fa7c2-21681b3]
at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:260) [PaperSpigot.jar:git-PaperSpigot-d6fa7c2-21681b3]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:563) [PaperSpigot.jar:git-PaperSpigot-d6fa7c2-21681b3]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_51]
Caused by: java.lang.ClassNotFoundException: com.projectkorra.ProjectKorra.Element
at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_51]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[PaperSpigot.jar:git-PaperSpigot-d6fa7c2-21681b3]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[PaperSpigot.jar:git-PaperSpigot-d6fa7c2-21681b3]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_51]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_51]
... 17 more
Already look in the config file, but is the default created by the plugin, so... hope you can help me :D

EDIT: forgot to say that im using paperspigot 1.8.6 and the following versions of PK:
ProjectKorra (Core) 1.7.0 BETA 14
ProjectKorra (RPG) 1.0.2 BETA 1
ProjectKorra (Ítems) 1.1.0 BETA 2

Sorry for the bad english, have almost no practice with it
 
Last edited:

Loony

Verified Member
I'm not sure if PK items is updated yet to work with the newest PK version. @jacklin confirm?
 

Loony

Verified Member
Update to spigot 1.8.8, remove PK items until there's a beta patch that's optimised with the newest Core beta.
 
Top