[REQ] Update needed so bad. This plug-in is GOD for making Multi-player Adventure dungeons

Discussion in 'Plugin Development' started by Beatkidz, Apr 4, 2012.

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

    Beatkidz

    http://forums.bukkit.org/threads/fu...nctions-to-the-redstone-mechanics-1185.30332/
    If anyone could update this plug-in for me i would be so greatful. I am Semi-talented at graphic design and have a lot of cool Custom items for minecraft servers i would be willing to share.
    i use this to spawn ALL mobs and the last bukkit update killed it.
    http://forums.bukkit.org/threads/fu...nctions-to-the-redstone-mechanics-1185.30332/
    I can also offer Mediocre videos too. I will trade anything for this to get updated. I could even do a nice logo for it and you could re-release it. Mainly just the item spawning and mob spawning. I know your going to say just use Dispensers but i find this method more versatile and not as exploitable.

    Here is my server Video. All mobs in Dungeons spawned with This


    Here is some Custom items i can share with people
     
  2. Offline

    davejavu

    @Beatkidz
    I'm on it.
    EDIT
    Here you go. Source is in the jar.
    Remember to like my post ;)
    Also, a logo would be nice :D
     
    Beatkidz likes this.
  3. Offline

    Beatkidz

    Thanks for such a quick response. Working on a logo now. but plug-in did not load for me
    This server is running CraftBukkit version git-Bukkit-jenkins-CraftBukkit++-183 (MC: 1.2.4)

    Code:
    2012-04-04 13:11:44 [SEVERE] Could not load 'plugins\RedstonePlugin_2.3.2.jar' in folder 'plugins'
    org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: org/bukkit/event/block/BlockListener
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:148)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:307)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:232)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:308)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:284)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:53)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:188)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:478)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    Caused by: java.lang.NoClassDefFoundError: org/bukkit/event/block/BlockListener
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClass(Unknown Source)
        at java.security.SecureClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.access$100(Unknown Source)
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        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(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at nl.player225.RedstonePlugin.RedstonePlugin.<init>(RedstonePlugin.java:22)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
        at java.lang.reflect.Constructor.newInstance(Unknown Source)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:144)
        ... 8 more
    Caused by: java.lang.ClassNotFoundException: org.bukkit.event.block.BlockListener
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        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(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 27 more
     
  4. Wrong section.
     
Thread Status:
Not open for further replies.

Share This Page