From 9551ad9a5158cd0433f7fab12c3c93da820cc42d Mon Sep 17 00:00:00 2001 From: Daniel Saukel Date: Thu, 8 Oct 2020 16:02:29 +0200 Subject: [PATCH] Updated New sign system (v0.18) (markdown) --- New-sign-system-(v0.18).md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/New-sign-system-(v0.18).md b/New-sign-system-(v0.18).md index 653f01c..221a041 100644 --- a/New-sign-system-(v0.18).md +++ b/New-sign-system-(v0.18).md @@ -86,7 +86,7 @@ everything else = Terminal | Button | Ready | N/A | {Seconds to auto start} | | Button | ResourcePack | {ResourcePack ID}/reset | N/A | | Button | SoundMSG | {Vanilla sound name}/{Sound enum value} | {Category},{volume},{pitch} | -| Button | Teleport | {x coordinate},{y},{z} | N/A | +| Button | Teleport | {x coordinate},{y},{z} | {compass direction[1]} | | Button | Title | {MSG ID for the title}(,{subtitle}) | N/A | | Passive | Bed | {Team ID} | N/A | | Passive | DungeonChest | N/A | ({Loottable name}) | @@ -108,6 +108,8 @@ everything else = Terminal | Windup | Mob | {Mob ID = fired M trigger} | {Delay in sec.},{Amount}(,{external mob plugin tag}) | | Windup | Redstone | {Delay in decisec.} | ({Repeats}/0) | +[1]: E.g. "N", "NE", "NNE", "E", "ENE" + ## Triggers | Symbol | Name | Usage | Trigger condition | Annotation |