[MECH] BetterFurnaces v1.3 - Never open a furnace again [1185]

Discussion in 'Inactive/Unsupported Plugins' started by daemitus, Jul 9, 2011.

  1. Offline

    daemitus

    [​IMG]
    Never open a Furnace again!​

    Version: v1.2

    If you're anything like me, opening a bunch of furnaces and manually putting everything in is the worst part of digging holes in the ground. This will make it so you never open a furnace dialogue again.

    Features
    • All functionality is based on clicking with different items
    • Right click with smeltable or burnable items to automatically add to the furnace
    • Left click to eject completed items to the ground
    • Automatically ejects any output that will prevent smelting of a new item
    • Optionally prevents mixing of subtypes, e.g. coal, saplings, logs
    • Obeys vanilla maximum stack size limits
    • Compatible with Deadbolt, Lockette, LWC
    [​IMG]

    Changelog:
    Current version: 1.2
    • Added permission nodes as requested
    • Recompile for Bukkit 1060, new Lockette version
    • Recompile for Bukkit 1000
    • Initial release.
     
  2. Offline

    m0dulus

  3. Offline

    daemitus

  4. Offline

    bassfader

    Scroll to the second post of the link m0dulus posted to see how to edit the thread title...
     
  5. Offline

    daemitus

    Welp, im dumb. Fixed
     
  6. Offline

    sfxworks

    I'm not entirely sure how or where to post this on devbukkit so I'll do it here.
    Using 1060. Even manually made the config file since it didn't do it itself.


    Code:
    Could not load 'plugins\BetterFurnaces.jar' in folder 'plugins':
    java.lang.UnsupportedClassVersionError: com/daemitus/betterfurnaces/BetterFurnaces : Unsupported major.minor version 51.0
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClassCond(Unknown Source)
        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$000(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:36)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Unknown Source)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:168)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:213)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:143)
        at org.bukkit.craftbukkit.CraftServer.<init>(CraftServer.java:110)
        at net.minecraft.server.ServerConfigurationManager.<init>(ServerConfigurationManager.java:51)
        at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:133)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:337)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  7. Offline

    daemitus

    major minor error is because i started using java7. when i get a moment, i need to rerelease this as java6 again, since its still a new java version. I suggest downgrading the JAR or upgrading your server's java until I can fix this myself.
     

Share This Page