Problem/Bug Arena Plugin ERROR in Console

Discussion in 'General Help' started by JakeElite, Nov 3, 2017.

Thread Status:
Not open for further replies.
  1. Offline

    JakeElite

    When I put the plugin into my folder and start up the server this is the error logged in console:

    [15:18:27 INFO]: [DaegonnerArena] Enabling DaegonnerArena v1.0.0
    [15:18:27 INFO]: [DaegonnerArena] Reading config...
    [15:18:27 ERROR]: Error occurred while enabling DaegonnerArena v1.0.0 (Is it up to date?)
    java.lang.NoClassDefFoundError: com/craigegerton/antilootstealer/utils/MessageUtils
    at com.craigegerton.daegonnerarena.config.Config.getSettings(Config.java:54) ~[?:?]
    at com.craigegerton.daegonnerarena.config.Config.<init>(Config.java:29) ~[?:?]
    at com.craigegerton.daegonnerarena.DaegonnerArena.onEnable(DaegonnerArena.java:79) ~[?:?]
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[spigot.jar:git-Spigot-db6de12-18fbb24]
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340) [spigot.jar:git-Spigot-db6de12-18fbb24]
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) [spigot.jar:git-Spigot-db6de12-18fbb24]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357) [spigot.jar:git-Spigot-db6de12-18fbb24]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317) [spigot.jar:git-Spigot-db6de12-18fbb24]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.reload(CraftServer.java:741) [spigot.jar:git-Spigot-db6de12-18fbb24]
    at org.bukkit.Bukkit.reload(Bukkit.java:535) [spigot.jar:git-Spigot-db6de12-18fbb24]
    at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:25) [spigot.jar:git-Spigot-db6de12-18fbb24]
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) [spigot.jar:git-Spigot-db6de12-18fbb24]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641) [spigot.jar:git-Spigot-db6de12-18fbb24]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchServerCommand(CraftServer.java:627) [spigot.jar:git-Spigot-db6de12-18fbb24]
    at net.minecraft.server.v1_8_R3.DedicatedServer.aO(DedicatedServer.java:412) [spigot.jar:git-Spigot-db6de12-18fbb24]
    at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:375) [spigot.jar:git-Spigot-db6de12-18fbb24]
    at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654) [spigot.jar:git-Spigot-db6de12-18fbb24]
    at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557) [spigot.jar:git-Spigot-db6de12-18fbb24]
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_144]
    Caused by: java.lang.ClassNotFoundException: com.craigegerton.antilootstealer.utils.MessageUtils
    at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_144]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:101) ~[spigot.jar:git-Spigot-db6de12-18fbb24]
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.jar:git-Spigot-db6de12-18fbb24]
    at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_144]
    at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_144]


    Please help. If you need the plugin to check it I can send it.
     
  2. Offline

    Zombie_Striker

    The plugin is missing this class. If this is a part of your plugin, check to make sure the file is included in the jar file. If this is a file from another plugin, make sure your plugin soft depends on that plugin to make sure it loads after that plugin.

    [Edit] This is, of course, assuming you are the creator of the plugin. If not, please contact the plugin developer.
     
  3. Offline

    JakeElite

    Hey thanks, Ye Im not the dev. The dev is no longer building this plugin. Is there a way I can remove this option from the jar file?
     
  4. Offline

    Zombie_Striker

    @JakeElite
    No. You will need to find another plugin.
     
Thread Status:
Not open for further replies.

Share This Page