diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-01-08 00:11:21 +0000 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-01-08 00:11:21 +0000 |
| commit | b059c17f5e58a7dbf2c7d3696fe3fe4a47e6b2f1 (patch) | |
| tree | 622d074102ef767b2e9264093206218a43af52f7 /src/main/resources/quests/example1.yml | |
| parent | c0e4d4836fb6eec9aa438fd5f967e43b4cdc7b9d (diff) | |
Wrote new examples and updated config and pom.xml
Diffstat (limited to 'src/main/resources/quests/example1.yml')
| -rw-r--r-- | src/main/resources/quests/example1.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
