diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-06-17 13:32:02 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-06-17 13:32:02 +0100 |
| commit | af7e1e435f577bbf9742bb526ac00a71a21c219c (patch) | |
| tree | 0d0b4cff2dd42721e7673a518394084ea67d90ee /src/main/resources/quests/example4.yml | |
| parent | 5c3d30840bb62c047f077d9ec1cec6b8572cc17b (diff) | |
Convert to multi module project
- Common module to provide an abstract Quests plugin
- Api is still todo
Diffstat (limited to 'src/main/resources/quests/example4.yml')
| -rw-r--r-- | src/main/resources/quests/example4.yml | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/src/main/resources/quests/example4.yml b/src/main/resources/quests/example4.yml deleted file mode 100644 index 4e9c27a8..00000000 --- a/src/main/resources/quests/example4.yml +++ /dev/null @@ -1,50 +0,0 @@ -# This is a quest which requires the previous quest to be complete to start. -# Unlike the previous quests, this quest has a reward string and a start string. - -tasks: - mobkilling: - type: "mobkilling" - amount: 3 -display: - name: "&cExample IV (Reward String)" - lore-normal: - - "&cThis category is designed to show you the different" - - "&cattributes a quest can have. This quest has a 'reward string'" - - "&c(a series of messages sent when a quest is complete)," - - "&cunlike the previous one." - - "" - - "&7This quest requires you to:" - - "&7 - Kill &f3 &7mobs." - - "" - - "&7Rewards:" - - "&7 - &f$50 &7added to your in-game balance." - - "&7 - &f1 diamond&7." - lore-started: - - "" - - "&7Your current progression:" - - "&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: - - "&7Upon completion of this quest, you will be rewarded with" - - " &8* &c$50" - - " &8* &c1 diamonds" -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." - - " &8* &c1 diamond &7was added to your inventory." -options: - category: "examples" - requires: - - "example3" - repeatable: true - cooldown: - enabled: true - time: 10 - sort-order: 4
\ No newline at end of file |
