
A small Sandbox concept
for TLH-CoG
by TheRedstoneer

put this "sandbox" folder in the functions folder from the map
(.minecraft/saves/TLH-CoG/data/functions)

setup a repeating command block with "execute @a[tag=sandbox] ~ ~ ~ /function sandbox:loop"
and turn it on.

give yourself the items with "/function sandbox:getitems"

your inventory is now filled with some helpful items:
- The Scanner/Pressure Plate/Door item creates a Soul/Body activated Plate / a door
the plates automatically connect to the corresponding door.
- If you want to delete a Scanner/PressurePlate/Door, you can use the "Remove!" item
- the Soulfrag-clearer works only with a goldblock below the player!
- the five items to the right are the stations. you will need a commandblock for them to work (see below)

Commands:
Collect:    function mechanic:collect
Transfer:   function mechanic:transferstation
Swap:       function mechanic:swap
ResetTime:  function mechanic:resettime
+Soulfrag:  kill @e[type=slime]   AND   scoreboard players set @p sf 1
