From 069035772af146a8b70742dba260fc291576477a Mon Sep 17 00:00:00 2001 From: mcmonkey4eva Date: Fri, 31 Oct 2014 16:50:25 -0700 Subject: [PATCH] Dedocument 'potion' and 'walkto' Cast and Walk are the official commands, anything else is legacy-support. --- .../denizen/scripts/commands/CommandRegistry.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/java/net/aufdemrand/denizen/scripts/commands/CommandRegistry.java b/src/main/java/net/aufdemrand/denizen/scripts/commands/CommandRegistry.java index 1a8e204ae1..0c18afd486 100644 --- a/src/main/java/net/aufdemrand/denizen/scripts/commands/CommandRegistry.java +++ b/src/main/java/net/aufdemrand/denizen/scripts/commands/CommandRegistry.java @@ -453,7 +453,7 @@ public void registerCoreMembers() { // <--[command] - // @Name Cast, Potion + // @Name Cast // @Syntax cast [] (remove) (duration:) (power:<#>) (|...) // @Required 1 // @Stable Stable @@ -817,7 +817,7 @@ public void registerCoreMembers() { // Use to reenable a NPC's triggers, disabled via 'engage'. // - engage // - chat 'Be right there!' - // - walkto + // - walk // - wait 5s // - disengage // @@ -917,9 +917,9 @@ public void registerCoreMembers() { // Use to make a NPC appear 'busy'. // - engage // - chat 'Give me a few minutes while I mix you a potion!' - // - walkto + // - walk // - wait 10s - // - walkto + // - walk // - chat 'Here you go!' // - give potion // - disengage @@ -2760,7 +2760,7 @@ public void registerCoreMembers() { "WAIT", "wait () (queue:)", 0); // <--[command] - // @Name Walk, WalkTo + // @Name Walk // @Syntax walk (|...) [] (speed:<#.#>) (auto_range) (radius:<#.#>) // @Required 1 // @Stable stable