From 53762d9385e56e42a6db5b77d6e412638f5f92c7 Mon Sep 17 00:00:00 2001 From: Krakenied Date: Tue, 29 Jul 2025 15:45:24 +0200 Subject: Add option to dispatch player commands Closes https://github.com/LMBishop/Quests/issues/470 --- docs/configuration/creating-a-quest.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'docs') 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: -- cgit v1.2.3-70-g09d2