From b059c17f5e58a7dbf2c7d3696fe3fe4a47e6b2f1 Mon Sep 17 00:00:00 2001 From: LMBishop <13875753+LMBishop@users.noreply.github.com> Date: Fri, 8 Jan 2021 00:11:21 +0000 Subject: Wrote new examples and updated config and pom.xml --- src/main/resources/quests/example1.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/resources/quests/example1.yml') diff --git a/src/main/resources/quests/example1.yml b/src/main/resources/quests/example1.yml index eb6b865a..08402106 100644 --- a/src/main/resources/quests/example1.yml +++ b/src/main/resources/quests/example1.yml @@ -5,7 +5,7 @@ tasks: # This is the task ID ("mining"). This can share the same name as the quest ID but MUST be unique with all other task IDs in the same quest. mining: # This defines what type of task this is. In this instance, it is "blockbreak" (breaking blocks) - # NOTE: guides to set up each type of task is on the plugin page! + # NOTE: guides to set up each type of task is on the wiki (see README)! type: "blockbreak" # This defines the amount of blocks which need to be broken amount: 30 -- cgit v1.2.3-70-g09d2