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/example2.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/example2.yml')
| -rw-r--r-- | src/main/resources/quests/example2.yml | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/src/main/resources/quests/example2.yml b/src/main/resources/quests/example2.yml deleted file mode 100644 index 7ad82bea..00000000 --- a/src/main/resources/quests/example2.yml +++ /dev/null @@ -1,47 +0,0 @@ -# This is a quest which requires the previous quest to be complete to start. - -tasks: - # Unlike the previous quest, this quest has multiple tasks. - mining: - type: "blockbreak" - amount: 100 - building: - type: "blockplace" - amount: 100 -display: - name: "&cExample II (Multiple Tasks)" - lore-normal: - - "&cThis category is designed to show you the different" - - "&cattributes a quest can have. This quest requires" - - "&cmultiple things to be done, unlike the previous one." - - "" - - "&7This quest requires you to:" - - "&7 - Break &f100 &7blocks." - - "&7 - Place &f100 &7blocks." - - "" - - "&7Rewards:" - - "&7 - &f15 diamonds&7." - - "&7 - &f$50&7 added to your in-game balance." - lore-started: - - "" - - "&7Your current progression:" - - "&7 - &f{mining:progress}&7/100 blocks broken." - - "&7 - &f{building:progress}&7/100 blocks placed." - type: "GRASS_BLOCK" -rewards: - - "give {player} diamond 15" - - "eco give {player} 50" -placeholders: - description: "&7Break and place &f100 blocks &7of any type." - progress: " &8- &f{mining:progress}&7/100 broken, &f{building:progress}&7/100 placed" -options: - category: "examples" - # Unlike the previous quest, this quest has "example1" as a required quest. You cannot start this quest without "example1" quest complete. - requires: - - "example1" - repeatable: false - cooldown: - enabled: true - time: 1440 - # The sort order has been changed so this quest will appear after in the GUI - sort-order: 2
\ No newline at end of file |
