From 995646262b3be0c3c5ea107d1b1bb3637c0da71e Mon Sep 17 00:00:00 2001 From: LMBishop <13875753+LMBishop@users.noreply.github.com> Date: Tue, 16 Feb 2021 00:54:55 +0000 Subject: Quest tracking --- src/main/resources/quests/example4.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'src/main/resources/quests/example4.yml') diff --git a/src/main/resources/quests/example4.yml b/src/main/resources/quests/example4.yml index 28734ae7..4e9c27a8 100644 --- a/src/main/resources/quests/example4.yml +++ b/src/main/resources/quests/example4.yml @@ -14,15 +14,15 @@ display: - "&cunlike the previous one." - "" - "&7This quest requires you to:" - - "&7 - Kill 3 mobs." + - "&7 - Kill &f3 &7mobs." - "" - "&7Rewards:" - - "&7 - $50 added to your in-game balance." - - "&7 - 1 diamond ." + - "&7 - &f$50 &7added to your in-game balance." + - "&7 - &f1 diamond&7." lore-started: - "" - "&7Your current progression:" - - "&7 - {mobkilling:progress}/3 mobs killed." + - "&7 - &f{mobkilling:progress}&7/3 mobs killed." type: "STRING" # Here you can list messages which will be sent to the player (if they are online) upon the quest starting. startstring: @@ -32,6 +32,9 @@ startstring: rewards: - "eco give {player} 50" - "give {player} diamond 1" +placeholders: + description: "&7Kill &f3 &7mobs." + progress: " &8- &f{mobkilling:progress}&7/3 mobs" # Here you can list messages which will be sent to the player (if they are online) upon completion. rewardstring: - " &8* &c$1000 &7was added to your in-game balance." -- cgit v1.2.3-70-g09d2