Member
Level 1
New Miner
1

Forum Posts

1 - 2 of 2

    DeathAdder10
    05/06/2017 5:51 pm
    Level 1 : New Miner
    This is completely possible. There are two options

    1. keep the server as vanilla and use lots of command block trickery
    2. use a bukkit/spigot server and install some kind of skyblock plugin.

    Google will help you in terms of using a bukkit server. Just google "creating a spigot server" and then im sure youll be able to figure out how to fiddle with plugins.

    In terms of the command block method, this is how I thought of doing it in my head.

    a. Summon an invisible, small, invincible, noGravity armorstand where each chest should be.

    b. /setblock each chest in the correct place so the armourstand is the same block space as the chest.

    c. use command blocks so that when a button is pressed a hopper in placed 1 block above the armourstands. After a length of time the hopper is set to air
    (/execute @a[type=Armor_stand] ~ ~ ~ setblock ~ ~1 ~ hopper)

    d. use several randomisers (http://minecraft.gamepedia.com/Miscellaneous_circuits#Random_number_generator) and use the differing comparator outputs to power different command blocks.

    e. Each command block will /summon a different item 2 blocks above each Armourstand. Use this tool to get /summon commands with NBT data, custom names and all the rest https://mcstacker.bimbimma.com/. The items will spawn above the hopper, which will place the items into the chest. After the time delay, the hoppers will be set to air.

    That should be it. Google is your friend on this one.
    1
    DeathAdder10
    12/29/2016 12:36 pm
    Level 1 : New Miner
    I personally have a hopper minecart that continuously runs over the hoppers. At the loading stage, the minecart is detected empty and stops for refilling, once full, the comparator signal is at full strenght and the cart is sent back on its merry way.
    1

1 - 2 of 2

Welcome