diff --git a/eco-core/core-plugin/src/main/resources/quests/_example.yml b/eco-core/core-plugin/src/main/resources/quests/_example.yml index 9d92168..a642be5 100644 --- a/eco-core/core-plugin/src/main/resources/quests/_example.yml +++ b/eco-core/core-plugin/src/main/resources/quests/_example.yml @@ -1,3 +1,9 @@ +# The ID of the quest is the name of the .yml file, +# for example traveller.yml has the ID of traveller +# You can place quests anywhere in this folder, +# including in subfolders if you want to organize your quest configs +# _example.yml is not loaded. + name: "Traveller" description: "&7Stretch your legs! Walk around Lumoria and find new places to explore." diff --git a/eco-core/core-plugin/src/main/resources/tasks/_example.yml b/eco-core/core-plugin/src/main/resources/tasks/_example.yml index c4c6173..ca5c39d 100644 --- a/eco-core/core-plugin/src/main/resources/tasks/_example.yml +++ b/eco-core/core-plugin/src/main/resources/tasks/_example.yml @@ -1,7 +1,7 @@ # The ID of the task is the name of the .yml file, # for example break_100_stone.yml has the ID of break_100_stone # You can place tasks anywhere in this folder, -# including in subfolders if you want to organize your quest task +# including in subfolders if you want to organize your task configs # _example.yml is not loaded. # If multiple quests have the same task, gaining task XP for one quest diff --git a/gradle.properties b/gradle.properties index 7419dbf..ba0d4b5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ #libreforge-updater #Wed Aug 09 14:37:41 BST 2023 kotlin.code.style=official -libreforge-version=4.27.0 +libreforge-version=4.28.0 version=1.0.0