From 28542e73dd32a3cbd8aeca2df853d0dc619bca44 Mon Sep 17 00:00:00 2001 From: Daniel Saukel Date: Wed, 4 Nov 2020 20:15:47 +0100 Subject: [PATCH] Created DungeonSign Teleport (markdown) --- DungeonSign-Teleport.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 DungeonSign-Teleport.md diff --git a/DungeonSign-Teleport.md b/DungeonSign-Teleport.md new file mode 100644 index 0000000..c1dbd14 --- /dev/null +++ b/DungeonSign-Teleport.md @@ -0,0 +1,17 @@ +| Line | Input | Example | +|------|---------------------------|-------------| +| 1st | [Teleport] | [Teleport] | +| 2nd | {x coordinate},{y},{z} | 5.0,9.0,-404.0 | +| 3rd | {compass direction[1]} | ENE | +| 4th | [Trigger](signs#triggers) | P5 | + +[1]: E.g. "N", "NE", "NNE", "E", "ENE" + +Teleport signs can also be left blank and and teleport players to the position where they are placed: + +| Line | Example | +|------|------------| +| 1st | [Teleport] | +| 2nd | | +| 3rd | | +| 4th | T5 |