aboutsummaryrefslogtreecommitdiffstats
path: root/docs/configuration/creating-a-quest.md
diff options
context:
space:
mode:
authorKrakenied <krakenied1@gmail.com>2025-07-29 15:45:24 +0200
committerKrakenied <46192742+Krakenied@users.noreply.github.com>2025-07-29 15:50:56 +0200
commit53762d9385e56e42a6db5b77d6e412638f5f92c7 (patch)
tree1ee78f8f444eae4521852f92b34305019f533301 /docs/configuration/creating-a-quest.md
parentd3536cb0528d6b441fe8b5ae34f2164036d4c532 (diff)
Add option to dispatch player commands
Closes https://github.com/LMBishop/Quests/issues/470
Diffstat (limited to 'docs/configuration/creating-a-quest.md')
-rw-r--r--docs/configuration/creating-a-quest.md12
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/configuration/creating-a-quest.md b/docs/configuration/creating-a-quest.md
index b9127cea..dc470f06 100644
--- a/docs/configuration/creating-a-quest.md
+++ b/docs/configuration/creating-a-quest.md
@@ -121,7 +121,8 @@ display:
**Optional.** This is a list of commands which will be executed when the
player completes the quest. You can use `{player}` and the players name
-will be substituted in place.
+will be substituted in place. Commands starting with `player: ` will be
+dispatched by the player.
``` yaml
rewards:
@@ -135,7 +136,8 @@ rewards:
**Optional.** This is a list of commands which will be executed when the
player starts the quest. You can use `{player}` and the player's name
-will be substituted in place.
+will be substituted in place. Commands starting with `player: ` will be
+dispatched by the player.
``` yaml
startcommands:
@@ -149,7 +151,8 @@ startcommands:
**Optional.** This is a list of commands which will be executed when the
player cancels the quest. You can use `{player}` and the player's name
-will be substituted in place.
+will be substituted in place. Commands starting with `player: ` will be
+dispatched by the player.
``` yaml
cancelcommands:
@@ -163,7 +166,8 @@ cancelcommands:
**Optional.** This is a list of commands which will be executed when the
the player's quest expires. You can use `{player}` and the player's name
-will be substituted in place.
+will be substituted in place. Commands starting with `player: ` will be
+dispatched by the player.
``` yaml
expirycommands: