USkyBlock Plugin Error In Console

Discussion in 'General Help' started by imyussy, Oct 12, 2014.

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

    imyussy

    Hi, I recently have been getting a big error in console when USkyBlock plugin tries to load up. I know the author of the plugin deleted the plugin off bukkit for some reason so I can't download a fresh new jar file. I really need this plugin so I would like it if someone was able to tell me how to prevent this error from occurring. This use to sometimes happen to me but I would just download a new jar file and it would fix it. Now I cant use that solution so Im boned! (Futurama reference) Anyway, I notice it usually gave me the error when I install a new plugin. Not all plugins; but some. I am currently trying to make my own custom plugin so when I tried installing the test version of that, it gave me the error. Even after I took my custom plugin out of the server and restarted it it gave me the error for the USkyblock plugin. I know a lot of other people have gotten the same problem but i couldn't find a solution. Hope you guys can help. (Error is below) Thank you, imyussy

    Error:
    Code:
    Could not load 'plugins/uSkyBlock.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: com/sk89q/worldedit/MaxChangedBlocksException
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:133) ~[spigot.jar:git-Spigot-1649]
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:341) ~[spigot.jar:git-Spigot-1649]
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:263) [spigot.jar:git-Spigot-1649]
        at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:369) [spigot.jar:git-Spigot-1649]
        at net.minecraft.server.v1_7_R4.DedicatedServer.init(DedicatedServer.java:152) [spigot.jar:git-Spigot-1649]
        at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:458) [spigot.jar:git-Spigot-1649]
        at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628) [spigot.jar:git-Spigot-1649]
    Caused by: java.lang.NoClassDefFoundError: com/sk89q/worldedit/MaxChangedBlocksException
        at java.lang.Class.forName0(Native Method) ~[?:1.7.0_51]
        at java.lang.Class.forName(Class.java:270) ~[?:1.7.0_51]
        at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot.jar:git-Spigot-1649]
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[spigot.jar:git-Spigot-1649]
        ... 6 more
    Caused by: java.lang.ClassNotFoundException: com.sk89q.worldedit.MaxChangedBlocksException
        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:101) ~[spigot.jar:git-Spigot-1649]
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:86) ~[spigot.jar:git-Spigot-1649]
        at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_51]
        at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_51]
        at java.lang.Class.forName0(Native Method) ~[?:1.7.0_51]
        at java.lang.Class.forName(Class.java:270) ~[?:1.7.0_51]
        at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot.jar:git-Spigot-1649]
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:129) ~[spigot.jar:git-Spigot-1649]
        ... 6 more
    
     
  2. Offline

    imyussy

  3. Offline

    mrCookieSlime

    imyussy
    Did you install WorldEdit?
    Because its failing to find it
     
  4. Offline

    imyussy

    mrCookieSlime Yes. I even downloaded the latest version of it again.
     
  5. Offline

    mrCookieSlime

    imyussy
    Hmmm. Weird. You said he also took down the Plugin Page? Look into the plugin.yml and find out who the author is. Then send him this Error. He might know where he derped ^^
     
  6. Offline

    imyussy

    mrCookieSlime Ok. I'll see if he responds. Thanks!
     
Thread Status:
Not open for further replies.

Share This Page