summaryrefslogtreecommitdiffstats
path: root/src/main/resources/quests/example7.yml
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2021-01-08 00:11:21 +0000
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2021-01-08 00:11:21 +0000
commitb059c17f5e58a7dbf2c7d3696fe3fe4a47e6b2f1 (patch)
tree622d074102ef767b2e9264093206218a43af52f7 /src/main/resources/quests/example7.yml
parentc0e4d4836fb6eec9aa438fd5f967e43b4cdc7b9d (diff)
Wrote new examples and updated config and pom.xml
Diffstat (limited to 'src/main/resources/quests/example7.yml')
-rw-r--r--src/main/resources/quests/example7.yml34
1 files changed, 34 insertions, 0 deletions
diff --git a/src/main/resources/quests/example7.yml b/src/main/resources/quests/example7.yml
new file mode 100644
index 00000000..96bbb376
--- /dev/null
+++ b/src/main/resources/quests/example7.yml
@@ -0,0 +1,34 @@
+tasks:
+ building:
+ type: "blockplace"
+ amount: 10
+ worlds:
+ - "world"
+display:
+ name: "&cExample VI (Different category, world restricted)"
+ lore-normal:
+ - "&cThis category is designed to show you the different"
+ - "&cattributes a quest can have. This quest requires"
+ - "&chas a task which requires you to be in a world called 'world'."
+ - ""
+ - "&7This quest requires you to:"
+ - "&7 - Place 10 blocks."
+ - ""
+ - "&7Rewards:"
+ - "&7 - $10 added to your in-game balance."
+ lore-started:
+ - ""
+ - "&7Your current progression:"
+ - "&7 - {building:progress}/10 blocks placed."
+ type: "GRASS_BLOCK"
+rewards:
+ - "eco give {player} 10"
+options:
+ category: "permissionexample"
+ # This quest has no specific permission, however its category does. The permission for the category is "quests.category.permissionexample"
+ repeatable: false
+ cooldown:
+ enabled: true
+ time: 1440
+ # The quest is in a different category so the sort order is 1.
+ sort-order: 1 \ No newline at end of file