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/example5.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/example5.yml')
| -rw-r--r-- | src/main/resources/quests/example5.yml | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/src/main/resources/quests/example5.yml b/src/main/resources/quests/example5.yml deleted file mode 100644 index cb92f0f1..00000000 --- a/src/main/resources/quests/example5.yml +++ /dev/null @@ -1,38 +0,0 @@ -tasks: - building: - type: "blockplace" - amount: 10 -display: - name: "&cExample V (Permission)" - lore-normal: - - "&cThis category is designed to show you the different" - - "&cattributes a quest can have. This quest requires" - - "&ccertain permissions." - - "" - - "&7This quest requires you to:" - - "&7 - Place &f10 &7blocks." - - "" - - "&7Rewards:" - - "&7 - &f$10 &7added to your in-game balance." - lore-started: - - "" - - "&7Your current progression:" - - "&7 - &f{building:progress}&7/10 blocks placed." - type: "GRASS_BLOCK" -rewards: - - "eco give {player} 10" -placeholders: - description: "&7Place &f10 &7blocks of any type." - progress: " &8- &f{building:progress}&7/10 blocks" -options: - category: "examples" - requires: - - "example4" - # Unlike the previous quests, this one requires you to have the permission "quests.quest.example5" to start. - # The permission for other quests is: "quests.quest.<id>". - permission-required: true - repeatable: false - cooldown: - enabled: true - time: 1440 - sort-order: 5
\ No newline at end of file |
