[NEEDS UPDATE] Skyblock co-op {source code in disc}

Discussion in 'Archived: Plugin Requests' started by _wilson_, Aug 9, 2012.

  1. Offline

    _wilson_

    Hey everyone, im in need of a important plugin for my server to be updated to 1.3.1 and the bugs in it fixed

    as in 1.2.5 i was unable to even get the plugin to load.

    so could somone please update this!

    plugin: http://dev.bukkit.org/server-mods/skysmpadvanced/
    Source code: <Edit by Moderator: Redacted mediafire url>

    thanks!
     
    Last edited by a moderator: Nov 9, 2016
  2. Offline

    JWhy

    [quote uid=90671074 name="_wilson_" post=1269008]
    Source code: <Edit by Moderator: Redacted mediafire url>
    That's version 1.1
     
    Last edited by a moderator: Nov 9, 2016
  3. Offline

    _wilson_

    either way i still really need an update!
     
  4. Offline

    CRAZYxMUNK3Y

    According to this comment it still works with 1.3.1, so there isn't really a need for an update unless more users want it.
     
  5. Offline

    _wilson_

    i know, but the plugin wont load for me and appernently buggy
     
  6. Have you even tried to contacting the developer?
     
  7. Offline

    JWhy

    Others asked for an update already on devbukkit
     
  8. Offline

    _wilson_

    y
    yes... no reply been 2 weeks (had an issue with the plugin not loading, could you give it a shot?

    im sure many ppl need this!

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 27, 2016
  9. Nope. Sorry, I'm short on time at the moment.
     
  10. Offline

    _wilson_

    ok. thanks anyways
     
  11. Offline

    escortkeel

    Ok, I'll give it a shot! Just, ummh... Would you mind reporting the stacktrace that you get in your console? That would tell me what exactly the problem is. :)
     
  12. Offline

    _wilson_

    stake trace?... what ever it is ill do! thank you so much!

    i
    is it just the server log for the plugin?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 27, 2016
  13. Offline

    JWhy

    He primarily wants these bunches of lines that come up, each time the plugin loads... you know these

    This is what i had when i wiped the DB settings for xauth:
    Code:
    2012-08-10 10:06:29 [SEVERE] Could not pass event PlayerQuitEvent to xAuth
    org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:332)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
        at net.minecraft.server.ServerConfigurationManagerAbstract.disconnect(ServerConfigurationManagerAbstract.java:213)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:711)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:286)
        at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109)
        at net.minecraft.server.ServerConnection.b(SourceFile:35)
        at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
        at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:583)
        at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:212)
        at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:476)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:408)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
    Caused by: java.lang.NullPointerException
        at com.cypherx.xauth.PlayerDataHandler.restoreData(PlayerDataHandler.java:248)
        at com.cypherx.xauth.PlayerManager.unprotect(PlayerManager.java:182)
        at com.cypherx.xauth.listeners.xAuthPlayerListener.onPlayerQuit(xAuthPlayerListener.java:130)
        at sun.reflect.GeneratedMethodAccessor313.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:601)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:330)
        ... 14 more
     
  14. Offline

    escortkeel

    Thanks JWhy, yeah, thats what I'm looking for. :)

    BTW, you do have all of these plugins installed, right?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 27, 2016
  15. Offline

    _wilson_

    Yes of course! :)
     
  16. Offline

    escortkeel

    Cool! Yeah, so, if you could provide your server log when you start the plugin on your server, that would be awesome. :)
     
  17. Offline

    seiterseiter1

    i had someone update this plugin for me and I still could not get the plugin to load. This is my log.


    >02:33:19 [SEVERE] Could not load 'plugins/SkyblockCo-Op.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: de/qgel/skySMP/skySMP : Unsupported major.minor version 51.0
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:155)
    at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:305)
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:230)
    at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:222)
    at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:198)
    at net.minecraft.server.ServerConfigurationManagerAbstract.<init>(ServerConfigurationManagerAbstract.java:50)
    at net.minecraft.server.ServerConfigurationManager.<init>(SourceFile:11)
    at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:105)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:380)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
    Caused by: java.lang.UnsupportedClassVersionError: de/qgel/skySMP/skySMP : Unsupported major.minor version 51.0
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:634)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:277)
    at java.net.URLClassLoader.access$000(URLClassLoader.java:73)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:212)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:41)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:264)
    at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:144)
     
  18. Offline

    escortkeel

    You need to upgrade your version of java, its really old.
     
  19. Offline

    seiterseiter1

    so its java ok thanks my computer that i host my server on anyway was being updated later. thanks
     
  20. Offline

    escortkeel

    np :)
     

Share This Page