diff options
| author | Krakenied <Krakenied1@gmail.com> | 2024-08-20 20:04:52 +0200 |
|---|---|---|
| committer | Krakenied <46192742+Krakenied@users.noreply.github.com> | 2024-08-28 11:37:11 +0200 |
| commit | e16d38633cec8c32900a1fee882f9eabbc1fd44b (patch) | |
| tree | b68a435e2edb6c552af9c3266498156184751cd8 /docs/configuration | |
| parent | 121e5262293e7b139dcea42a2bcf4c1fe1a797e1 (diff) | |
Vault reward integration
Closes https://github.com/LMBishop/Quests/issues/708
Diffstat (limited to 'docs/configuration')
| -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 |
