aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/quests/example7.yml
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2021-02-16 00:54:55 +0000
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2021-02-16 00:54:55 +0000
commit995646262b3be0c3c5ea107d1b1bb3637c0da71e (patch)
tree61c67eb44e75b0fe3933ff76c92610898f1a7911 /src/main/resources/quests/example7.yml
parentf3955ce0ab18f4938f0dc3563a5bd48bf1191e53 (diff)
Quest tracking
Diffstat (limited to 'src/main/resources/quests/example7.yml')
-rw-r--r--src/main/resources/quests/example7.yml11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/main/resources/quests/example7.yml b/src/main/resources/quests/example7.yml
index 96bbb376..32bb7e04 100644
--- a/src/main/resources/quests/example7.yml
+++ b/src/main/resources/quests/example7.yml
@@ -5,24 +5,27 @@ tasks:
worlds:
- "world"
display:
- name: "&cExample VI (Different category, world restricted)"
+ name: "&cExample VII (Different category, world restricted)"
lore-normal:
- "&cThis category is designed to show you the different"
- "&cattributes a quest can have. This quest requires"
- "&chas a task which requires you to be in a world called 'world'."
- ""
- "&7This quest requires you to:"
- - "&7 - Place 10 blocks."
+ - "&7 - Place &f10 &7blocks."
- ""
- "&7Rewards:"
- - "&7 - $10 added to your in-game balance."
+ - "&7 - &f$10 &7added to your in-game balance."
lore-started:
- ""
- "&7Your current progression:"
- - "&7 - {building:progress}/10 blocks placed."
+ - "&7 - &f{building:progress}&7/10 blocks placed."
type: "GRASS_BLOCK"
rewards:
- "eco give {player} 10"
+placeholders:
+ description: "&7Place &f10 &7blocks of any type in world &fworld."
+ progress: " &8- &f{building:progress}&7/10 blocks"
options:
category: "permissionexample"
# This quest has no specific permission, however its category does. The permission for the category is "quests.category.permissionexample"