diff options
Diffstat (limited to 'src/main/resources/quests/example4.yml')
| -rw-r--r-- | src/main/resources/quests/example4.yml | 11 |
1 files changed, 7 insertions, 4 deletions
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." |
