diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/configuration/creating-a-quest.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/configuration/creating-a-quest.md b/docs/configuration/creating-a-quest.md index 997a63f6..be938a95 100644 --- a/docs/configuration/creating-a-quest.md +++ b/docs/configuration/creating-a-quest.md @@ -223,6 +223,18 @@ rewardstring: - " &8- &7You have received 10 dimaonds." ``` +## Vault reward + + +*`vaultreward`* + +**Optional.** The Vault reward is an amount of Vault economy money +that will be given to the player when they complete the quest. + +``` yaml +vaultreward: 600.0 +``` + ## Placeholders |
