aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/quests/example7.yml
diff options
context:
space:
mode:
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"