Link

Link

1.5k Downloads

GitHub Source Wiki
Link is a project by d4l3k that is designed to facilitate complex mechanisms in Minecraft. It is a sign based system. The signs are called "Gates". Basic Link Mechanism
This is an example of a Toggle (which toggles between values), outputting to redstone.
Link Mechanism to Run a server command
This runs a server command when the Toggle is toggled to 1.

Each gate consists of two things. A name and sometimes extra lines for configuration.
The first line of a gate when its being constructed is the gate ID. Ex: [Constant]
Some gates this is all that is needed, but for some gates like the Constant Value Gate, it needs extra data.