SMP-Allocator
Just trying to port the fabulous Pfaeff Allocator mod to SMP.
The aim is just to wait for Craftbukit/minecraft enhancement that will permit an official portage to SMP (with new Blocks).
So, we got here :
- The Allocator blocks to suck in items at the input and throws them out at the output (for now, we use Pumpkins and command).
- ChestTrap is a simple chest, but it will trigger adjacent redstone or allocator when items are being put in or taken out (by user or via allocators).
- The Fan continuously pushes items when powered by redstone.
Full documentation can be found here.
Current release is 0.6
Allocator
With the '/allocator add' command, you can change a pumpkins to an Allocator.
Then when it is triggered by redstone, it grabs items behind it and ejects them to the other side.
Each of them can be dropped items, Chest, Furnace, Dispenser or Storage Minecart.
With the '/allocator set' command, you can change direction of the pumpkins (up and down too) and you can add filters to it. Then, only the filters items will be 'allocated'.
ChestTrap
The '/chesttrap' command allow you to turn a normal chest (or furnace or dispenser) to a chesttrap.
When its content changes (manually by user or with an allocator), it triggers redstone (or allocators) around.
It's an important help to the allocator for creating complex systems (like items sorters, automatic farms, automatic furnace, ...)
Fan
The '/fan' command turn a pumpkin into a fan.
Then, when triggered by redstone, it blows items in front of it.
It's very useful to collect dropped items to an allocator.
-
View User Profile
-
Send Message
Posted Jun 10, 2012@Liger_XT5
I think you are right.... But, this plugin is just there to wait for CraftBukkit yo allow custom block creation.
Spout is a good idea, but I prefer to stay in line with Minecraft for now... My patience has its limits so, maybe, I will port it to Spout in the future ;-)
-
View User Profile
-
Send Message
Posted Jun 8, 2012I've seen the SSP Version of this plugin, interested in how it operates for servers. If you want the custom blocks, may I suggest implementing Spout/SpoutCraft? You can use Spout's plugin to implement custom blocks and triggers. May even make things easier to program.