StarwarswiiMany people were asking for downloads of some of my builds. I decided to release all of my "vanilla plugin" systems as MCEdit Schematics. Just import the Schematic, press the "Set Up System" button, and you're good to go!
NOTE: For both the "CTFSystem" and the "EndPortal" Schematics, you have to run the CommandBlockSigns+ filter listed below on it before running it. Just select the entire system, and run the filter. You can also move the flag spawn locations in the CTF System before running the filter. Make sure you select ALL the signs before running the filter on it.
Minecraft: 100 Subscriber SpecialStarwarswii2014-08-15 | Many people were asking for downloads of some of my builds. I decided to release all of my "vanilla plugin" systems as MCEdit Schematics. Just import the Schematic, press the "Set Up System" button, and you're good to go!
NOTE: For both the "CTFSystem" and the "EndPortal" Schematics, you have to run the CommandBlockSigns+ filter listed below on it before running it. Just select the entire system, and run the filter. You can also move the flag spawn locations in the CTF System before running the filter. Make sure you select ALL the signs before running the filter on it.
Let me know what you use these for!Minecraft: Lottery SystemStarwarswii2014-07-26 | I have created a system that sets up a lottery that players can enter. My goal with this project was to make the lottery "stations" easy to install, and managed to do so by making them consist of a single command block.
Special Thanks to: MCBAttlelogs: youtube.com/channel/UCV5_kSmXMQTKMKqbSF8Ll3Q chuckchuk syth141Minecraft: Capture The Flag SystemStarwarswii2014-07-26 | I built a system that can manage a "capture the flag" game. Colored banners act as flags, and it supports lots of functions. It uses custom sound clips from the announcer of Unreal Tournament 3.
Special Thanks to: chuckchuk gaffa80 MCBAttlelogs: youtube.com/channel/UCV5_kSmXMQTKMKqbSF8Ll3Q Ianulf syth141Minecraft: Constructible ElevatorsStarwarswii2014-07-02 | Again using the "execute detect" feature, I have created a system to allow users to place elevators anywhere they want in the world. The elevator system also checks to make sure there exists a valid elevator structure in the direction of travel, and that the destination is not blocked. It functions almost exactly like the elevators in the Open Blocks Mod, and works wonderfully.
Open Blocks Mod: http://www.minecraftforum.net/topic/1941514-16x-openblocks-128Minecraft: Weapon Switching Skeletons using ScoreboardsStarwarswii2014-07-01 | After seeing Dragnoz's video on this concept, I tried creating a version of that system that switched the skeleton's weapons without any delay or flickering. I ended up using a scoreboard to make this possible.
Dragnoz's Video: youtube.com/watch?v=qvqBliAGqqkMinecraft: Stand on Arrows (Anywhere!)Starwarswii2014-07-01 | After watching MC Labs15's video on the same topic, I decided to try to make a version what would work anywhere. The reason you can float in the air a little while after the arrow disappears is because it would be impossible to climb on the arrows if they disappeared as soon as you picked them up.
MC Labs15's Video: youtube.com/watch?v=3vhKQZTVI2QMinecraft: Constructible End PortalsStarwarswii2014-07-01 | Using the new features of the "execute detect" command, I created a system that allows anyone on a server to build an end portal wherever they want once visiting the end.Minecraft: Constructible Conveyor BeltsStarwarswii2014-07-01 | Using the new "execute detect" command, I have created a way to allow anyone on a survival server to construct conveyor belts that push entities. They work in all directions, and I forgot to show in the video that they can also be turned off with redstone power.
Belive it or not, this actually made quite a while before this video by MC Labs15: youtube.com/watch?v=MGL7STpPmq0Minecraft: Non-Euclidean GeometryStarwarswii2014-06-15 | A few examples of non-euclidean geometry (impossible rooms) using relative teleport commands.Minecraft: Slime Block TransportationStarwarswii2014-06-15 | A simple setup that bounces the player around using slime blocks.Minecraft: Tiny Binary Counter Using Slime BlocksStarwarswii2014-05-26 | Using one-tick pulses and slime blocks, I was able to create this incredibly tiny binary counter.Minecraft: Selective AND-XOR Gate (SLAX)Starwarswii2014-05-26 | A custom logic gate that can act as an AND or XOR gate. It was an experiment that led to the creation of the USG seen here: youtube.com/watch?v=BJHmUay60PMMinecraft: Portable BackpackStarwarswii2014-05-26 | A device that gives the player a backpack to store extra items.Minecraft: Player Specific Lock BoxesStarwarswii2014-05-26 | A system that gives players their own private area to store items based on an id number.Minecraft: Placeable TurretsStarwarswii2014-05-26 | A system allowing the user to place arrow-firing turrets anywhere in the map.Minecraft: Placeable Land MinesStarwarswii2014-05-26 | A system that makes buttons placed on the ground become landmines.Minecraft: Multiplayer Item TransferStarwarswii2014-05-26 | A system that allows multiple players to send items back and forth between two chests.Minecraft: One Wide Wall Block SwapperStarwarswii2014-05-26 | A design I created for a one wide wall block swapper that can support a lamp. Although it is not side-by-side tileable, it can be tiled with a one block gap between each unit.Minecraft: Instant 4-Bit AdderStarwarswii2014-05-26 | Using an instant NOT-Gate designed by TT Lemon and a very compact instant repeater by Sidney600MC, I created an instant full-adder, and linked 4 of them together to form an instant 4-bit adder.
TT Lemon's NOT Gate: youtube.com/watch?v=L338E9dL1YE Sidney600MC's Repeater: youtube.com/watch?v=l5kSVJnWpgwMinecraft: Hidden Sand ElevatorStarwarswii2014-05-26 | A secret and flush with the ground elevator powered by a piston worm and activated by a torch key.Minecraft: Dynamic Light Source (Without End Portal)Starwarswii2014-05-26 | After seeing SimplySarc's video on dynamic lighting a little while ago, I worked out a way to make a dynamic light source without the disadvantages of his end portal design.
SimplySarc's Video: youtube.com/watch?v=Elsa7wx2fi0Minecraft: 9 Chests in OneStarwarswii2014-05-26 | Using command blocks and an item frame as a selector to make one chest act as nine.Minecraft: Universal Selector Gate - 4 Logic Gates in OneStarwarswii2014-05-11 | This device, called a USG, is similar to a multiplexer, but works in a different way. This one circuit can function as a NOT, OR, AND, or XOR gate.
This was built using my "truth table conversion" method shown here: youtube.com/watch?v=C2KoKLaLHM8Minecraft: Vertical Item Transport Using Slime BlocksStarwarswii2014-05-11 | Using slime blocks and water streams, one can make quick and resource light vertical item transport.Minecraft: Throw Blocks to Place ThemStarwarswii2014-05-11 | A system that makes block items place themselves when they hit the ground.Minecraft: Simple Full-AdderStarwarswii2014-05-11 | A Full-Adder built using my "truth table conversion" method shown here: youtube.com/watch?v=C2KoKLaLHM8Minecraft: Quintuple ChestStarwarswii2014-05-11 | A chest that can hold five times as much as a normal chest.Minecraft: Instant DroppervatorStarwarswii2014-05-11 | Using a line of redstone blocks, items can be transported upwards instantly.Minecraft: Giant Piston Extenders Using Slime BlocksStarwarswii2014-05-11 | A triple and sextuple piston extender (6 blocks) made simple using the new slime block mechanics.Minecraft: Custom Pathing MobsStarwarswii2014-05-11 | In this video, I show off three consecutive evolutions of a system to define custom paths for mobs.Minecraft: Aerial Faith PlatesStarwarswii2014-05-11 | This Is my attempt at making Aerial Faith Plates from the game "Portal" in minecraft. This works perfectly in multiplayer, besides a few bugs.
I must also thank Dragnoz for his work in relative block detection, one of the main bases for this project: youtube.com/watch?v=QiUmrrys1H8Minecraft: Increment and Decrement Mob CounterStarwarswii2014-05-11 | Using a mob as a counter that can increment up or down.Minecraft: Diagonal Slime Block LaunchingStarwarswii2014-05-11 | This video shows the benefits of using 3 slime blocks to bounce a player diagonally.Minecraft: Custom Item NBT TagsStarwarswii2014-05-11 | This is based off a reddit post by tryashtar: http://www.reddit.com/tb/222nv4 I just made my own version that works in multiplayer.Minecraft: Comparator Capture TimerStarwarswii2014-05-11 | A simple way to make an auto-resetting capture timer. Comparators need to be used as repeaters don't update correctly, and will continue sending the signal after being reset.Minecraft: Giant Piston Door (Using Command Blocks)Starwarswii2014-05-11 | Using command blocks to spawn pistons, I was able to create a 5x5 door that appears to be opened by pistons.Minecraft: How to Create any Logic Gate or Truth TableStarwarswii2014-05-11 | By following a simple pattern, any logic gate can be created easily.Minecraft: Configurable Selector PanelStarwarswii2014-05-11 | Using the clone command allows selector panels to have custom buttons.Minecraft: Cloning and Playing NoteblocksStarwarswii2014-05-11 | A simple guide to get a noteblock to play once cloned into a powered position.Minecraft: The Troll TreeStarwarswii2013-06-15 | I built this contraption a while ago, but I recently updated it, making it smaller and more streamlined. When you break the bottom of the tree, it replaces itself, and will keep doing so until it runs out of stored logs.Minecraft: Creative AccessStarwarswii2013-06-15 | This device could be put in a building server. the server would be a free build server, but it wouldn't be in creative mode. You could have these terminals around the world, allowing players to get the building blocks they need, and then build, without the risk of them breaking through bedrock sealed rooms used for admins and such.Minecraft: Beacon Level ControllerStarwarswii2013-06-15 | This device allows you to change the level of a beacon by simply pushing a button.Minecraft: Aesthetic Piston BeaconStarwarswii2013-06-15 | This design is a really nice looking way to display the state of a beacon (on or off) in a column.Minecraft: A Collection of Hidden Redstone Torch SwitchesStarwarswii2013-06-15 | Here I show a whole bunch of designs for hidden switches activated by redstone torches, and explain the pros and cons for each.Minecraft: The Hidden MazeStarwarswii2013-06-14 | This maze uses tripwires to create a wall in certain places, creating an invisible maze.Minecraft: Piston MonorailStarwarswii2013-06-14 | This is a fairly old concept using two pistons to push and pull each other, but I turned it into a full blown system.Minecraft: Lava Dodge MinigameStarwarswii2013-06-14 | I came up with this fun mini game when I found out awhile ago that command blocks can use relative positions.Minecraft: How to Use Fewer Resources on Multiple BeaconsStarwarswii2013-06-14 | A nifty trick to use less resources when putting multiple beacons next to each other.Minecraft: Vertical Glowstone Wire RepeaterStarwarswii2013-06-07 | This little build allows a signal sent up by a glowstone wire to be continued using a repeater and a small structure.Minecraft: Tileable Torch DisplayStarwarswii2013-06-07 | This device allows an input to be displayed by a redstone torch instead of a light.