Autocrafter
Autocrafter
Autocrafter lets you turn a regular minecraft dropper into an automatic redstone-powered crafting table. By attaching an Item Frame to a Dropper and placing an item in the frame, it will attempt to craft and dispense a copy of that item every time it recieves a redstone signal.
Features
- Multi-world support
- per-recipe creation permissions.
Commands
- None
Permissions
- 'autocrafter.create.*' - players with this permission can place any item in the frame attached to a dropper.
Tutorial
Для русскоязычных пользователей видео от Rissman
Source Code & Development Builds
Source code is available on Github
Development builds of this project can be acquired at the provided continuous integration server. These builds have not been approved by the BukkitDev staff. Use them at your own risk.
Autocrafter Development Builds
Other Plugins
- Build-in-a-Box - self-constructing buildings that can be picked up and relocated.
- Scribe - Transfer enchantments from items to books using an anvil
- JukeLoop - Makes jukesboxes loop, rotate through nearby chests, activated by redstone and much more,
- EnhancedFishing - Adds tons of fishing enhancements including complete control over the bite chance.
- PotatoBombs - Allows players to craft poisonous potatoes into devastating and hillarious magical landmines.
- SilentAlarms - Makes note blocks silent except to select people, who can hear them at any distance.
- Saddlebags - Adds an inventory to saddled pigs.
- Compressors - Turn hoppers into 'block compressors'.
- SalvageSmelter - Allows furnaces to smelt down tools and armor.
-
View User Profile
-
Send Message
Posted Apr 8, 2020I fixed this plugin (again) here: https://mega.nz/file/MglFBQxa#4xmnAXeeGOKQz4YhgiflISrkng8Mq1Ggxmzd3BVEKLs
I'll push the new code to my github below in a while. (hardly changed)
Edit: now version 10.0.1 because some recipes were bad. I also did a ton of cleanup now, see on my github if you care.
-
View User Profile
-
Send Message
Posted Aug 22, 2017Only problem: plugin is borked in 1.12
-
View User Profile
-
Send Message
Posted Feb 16, 2017Know whats funny. I did not find this plugin when I was looking for a AutoCrafting plugin so I ended up developing my own...
Which I put a disclaimer at the bottom of saying I had no idea this plugin existed.
-
View User Profile
-
Send Message
Posted Jan 31, 2016the mediafire link worked for me. autocrafter working in 1.8.8 spigot.
-
View User Profile
-
Send Message
Posted Jan 18, 2016@erickxaviers Can you try again? It worked for me... If it still doesn't work, here's a mirror: http://www.filedropper.com/autocrafter-013
@CComixs Its used all over our server. It seems to work 100%. I would note though, if the container in front of the autocrafter is full, the materials are destroyed and you do in fact receive nothing. This was the original behavior of the autocrafter.
@xxlazypiggyxx Try the mirror above?
-
View User Profile
-
Send Message
Posted Nov 1, 2015@wd40bomber7
Your file is not there to download anymore :'( Can you please, reupload it! (just put it insidea a folder on GitHub! ;) )
Thanks!
-
View User Profile
-
Send Message
Posted Sep 2, 2015@wd40bomber7
It doesn't work... it just takes the items and gives nothing.
-
View User Profile
-
Send Message
Posted Aug 27, 2015Would be nice to have a dispenser instead of a dropper. Because if you make arrow you get shot :D
-
View User Profile
-
Send Message
Posted Jun 25, 2015@Iver88
if you still have it, can i have it, his isnt working
-
View User Profile
-
Send Message
Posted Feb 1, 2015I updated it now too, but you was first. I sure that this part of code is strong...
-
View User Profile
-
Send Message
Posted Jan 28, 2015Updated to 1.8: Link Removed: http://www.mediafire.com/download/55r1l0fd18s8gjo/Autocrafter-0.1.3.jar Source: https://github.com/wd40bomber7/Autocrafter
Its funny, this wouldn't have needed an update if direct float comparisons hadn't been used: "e.getLocation().distanceSquared(dropperLoc) == 0.31640625"
I admit, its unfair of me to criticize code I didn't write/maintain. But floating point equality comparisons? Really? Changed to < .4 and it works again.
Anyways this time I actually incremented the version number like a slightly-less-lazy version of myself.
@meatlhedd appreciate your work making this and Scribe, I couldn't be without them in 1.8 which is why I updated them.
-
View User Profile
-
Send Message
Posted Dec 22, 2014Does not work in 1.8
-
View User Profile
-
Send Message
Posted Jun 3, 2014@penne12
Autocrafter has *nothing* to do with hoppers. It only modifies droppers. whatever problem you're having isn't caused by this plugin.
-
View User Profile
-
Send Message
Posted Jun 3, 2014@metalhedd
Hey, hoppers seem to just disappear. Can you help this server: /server towny on lobby.muttsworldmine.com... thanks so much. :)
-
View User Profile
-
Send Message
Posted May 29, 2014@Bearman15
Compressors has never really worked correctly. It's sort-of abandoned in favor of this plugin (Which can be used as a compressor as well)
-
View User Profile
-
Send Message
Posted May 29, 2014i like this way, it is more effective than the compressor
I cant get the compressor to work
i got 20 furnaces smelting and they cant keep up
C1
HC2
FH
H
C3
Like this from the side
Chest 1 Things to smelt
Chest 2 Fuel
Chest 3 Result
With autosort its extremely effective
I can get you a image if you want of 1 line of furnaces
-
View User Profile
-
Send Message
Posted May 29, 2014@Bearman15
haha, interesting, I assume it's because the hopper is pulling them out, triggering the 'dispense' which causes it to craft the items. I'll look into a fix this weekend.
-
View User Profile
-
Send Message
Posted May 29, 2014i found out a strange thing, if you point the dropper down and put a hopper under like this
D
H
while it has items in the dropper for the Item in the frame, it makes them whithout redstone power at all,
as fast as the dropper works
-
View User Profile
-
Send Message
Posted May 3, 2014@TarmacFFS
I wonder how those 2 work together. xD
-
View User Profile
-
Send Message
Posted Mar 11, 2014@TarmacFFS
I can't reproduce the problem here, but I added some additional logging to the plugin startup, if you download the latest development build from the link above, and add debug: true to your config file, it will log each step of its startup (and spam the logs quite a bit during normal usage, so shut it down again, and switch it off after capturing the startup info) , the output of this would be very helpful in debugging the issue.