[INACTIVE] [MECH] AutoFurnace v1.5.3 - Don't go back for your furnace! [1060]

Discussion in 'Inactive/Unsupported Plugins' started by Darkman2412, Jun 29, 2011.

  1. Offline

    Darkman2412

    AutoFurnace - Don't stay at your furnace!
    Version: v1.5.3

    I stop developing this plugin, sorry. You could use BetterFurnaces by daemitus.

    This plugin automatically gives the user who melted an item in a furnace, the molten item.
    If there is a (single/double) chest at the left side of the furnace, the furnace will get her resources from it.
    If there is a (single/double) chest at the right side of the furnace, the furnace will put the molten items in it.
    If there is a (single/double) chest at the back side of the furnace, the furnace will get her fuel from it.

    Installation:
    Put AutoFurnace.jar in the plugins folder (eg C:\craftbukkit\plugins).

    Features:
    * Gives the molten item to the player or puts the molten items in a chest at the right side of the furnace (if chest is placed)
    * Gets resources from chest at the left side of the furnace (if chest is placed)
    * Gets fuel from chest at the back side of the furnace (if chest is placed)
    * You can use double chests!

    Download (source inside jar)


    Tutorial:
    [​IMG]

    Bugs:
    * * If you find bugs, post them in this thread.

    Future features/todo:

    * Furnace repairs tools. (eg pickaxe, axe)
    * Permissions - only people who have a specific permission node get their molten item.
    * Furnace are stackable so that your items are smelted faster.
    * I'm probably going to remove the main thing of this plugin: teleport the items to the player. What does this mean: chests only.
    * * Post requests in this thread.

    Changelog:


    Version 1.5.3
    * [Fixed] Removed update system -> it blocks username verification! UPDATE REQUIRED!

    Version 1.5.2
    * [Added] Update system. If an Op types /afupdate in chat, AutoFurnace will update himself.

    Version 1.5.1

    * [Fixed] Wood doesn't burn

    Version 1.5

    * [Fixed] Almost every bug that has been posted! :D
    * [Added] Allows double chest as output chest.
    * [Added] Added fuel chests.
    * [Added] Config file!

    <Edit by Moderator: Redacted mediafire url>

    * [Added] If player leftclicks on the furnace, the furnace will starts burning (only works if there is (are) input chest(s) )
    * [Changed] Checks if item is smeltable or not.
    * [Fixed] Fixed double chests.

    Version 1.3 //No download, sorry.

    * [Added] Output chests
    * [Added] Allows double chest as input chest.
    * [Fixed] -> Furnace stops smelting if there are too many items in the input chest.

    Version 1.2a

    * [Added] Plugin allows input chests now!

    Version 1.1

    * [Added] Plugin now gives player's bucket back.
    * [Fixed] If player is not online, the molten item will stay in furnace.

    Version 1.0

    * Releasing AutoFurnace.
     
    Last edited by a moderator: Nov 27, 2016
  2. Offline

    dockter

    One word describes this mod, WIN
     
  3. Offline

    Darkman2412

    Thanks! ;)
     
  4. Offline

    dockter

    What is the permissions node?
     
  5. Offline

    Darkman2412

    No permission support (yet)
     
  6. Offline

    dockter

    Getting error on the server that reads: Could not pass event FURNACE_SMELT to AutoFurnace every few seconds until the user that created the AutoFurnace logs in.

    Any ideas on that one?
     
  7. Offline

    Darkman2412

    I will probably publish a new version tomorrow with bugfixes, permission-support and on-off sign thing.
     
  8. Offline

    Legolas1231

    Is it possible to add, that if the furnace gets a redstone input, no fuel is needed in order to melt something?
     
  9. Offline

    Darkman2412

    It is possible yes, I'll take a look.
     
  10. Offline

    Darkman2412

    Update delayed to release of Minecraft 1.8.
     
  11. Offline

    Rintiny2k

    will repairing tools be in the update? You big bag of awesomeness ;)
     
  12. Offline

    Darkman2412

    Probably, yes.
     
  13. Offline

    MuisYa

    Well, i must say this is a amazing plugin! Such a good idea!
     
  14. Offline

    Darkman2412

    Thanks!
     
  15. Offline

    MuisYa

  16. Offline

    olimoli123

    Whats the permission node? :]
     
  17. Offline

    Darkman2412

    @olimoli123
     
  18. Offline

    ndoorn

    Im also getting this error:

    Code:
    22:51:45 [SEVERE] Could not pass event FURNACE_SMELT to AutoFurnace
    java.lang.ClassCastException: org.bukkit.craftbukkit.block.CraftBlockState cannot be cast to org.bukkit.block.Furnace
            at darkman2412.AutoFurnace.AFInventoryListener.getOutputChest(AFInventoryListener.java:145)
            at darkman2412.AutoFurnace.AFInventoryListener.onFurnaceSmelt(AFInventoryListener.java:59)
            at org.bukkit.plugin.java.JavaPluginLoader$82.execute(JavaPluginLoader.java:820)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
            at net.minecraft.server.TileEntityFurnace.burn(TileEntityFurnace.java:208)
            at net.minecraft.server.TileEntityFurnace.g_(TileEntityFurnace.java:126)
            at net.minecraft.server.World.cleanUp(World.java:1124)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:447)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    
     
  19. Offline

    Darkman2412

    I don't get that error, somehow... I'll try to fix all bugs in 1.6 update (same day/day after Minecraft 1.8 release)
     
  20. Offline

    dockter

    Any idea on an update for this important mod?
     
  21. Offline

    Darkman2412

    I'm working on a complete remake of it, so you need to wait for about a week or more.
     
  22. Offline

    frelling

    Darkman:

    Great plug-in - simple and effective. It certainly has been a labor saver with projects that involve a lot of brick or stone. Thank you for the update, but as some have already reported, not all new items are "smeltable" by AF. Rather than requiring a re-compile every time Mojang adds a new "burnable" item or fuel, how about putting your burnable and fuels lists (AFInventoryListener) into a YAML config file. That would save you a lot of headaches when its just a configuration issue.

    For now, I have no need to deal with the new items, but it certainly would be nice in the future.

    Best regards,

    Frelling
     
  23. Offline

    Darkman2412

    @frelling
    Great idea! I actually thought about that yesterday, but then for custom recipes. I will intergrate this in AF'. Thanks!
     
  24. Offline

    mindystorm

    can you make it so you can put 2 furnaces for twice the speed? thx P.S to make it easy to understand: two furnaces share the fuel,input and output chestsso its faster 2 furnaces cooking at the same time
     
  25. Offline

    Darkman2412

    I'll try to add that when I finished the total remake. I'll make it so that you can stack the furnaces up. (I know that I will run in a duplication bug, but I'll try to fix that :D)
     
  26. Offline

    dockter

    I have 5 of these going almost full time every day.
     
  27. Offline

    Darkman2412

    :)
     
  28. Offline

    Mercury

    @Darkman2412
    Possible to disable message that "You have one iron ingot in you chest" but enable that furnace has completed job after when its done?
     
  29. Offline

    mindystorm

    thx
     
  30. Offline

    Darkman2412

    It's possible, yes! I'm going to add all requests made during the remake, after I finished the main things.
     
  31. Offline

    dockter

    Sad Day, are you passing the source code off to anyone?
     

Share This Page