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 dadd713..9d92168 100644 --- a/eco-core/core-plugin/src/main/resources/quests/_example.yml +++ b/eco-core/core-plugin/src/main/resources/quests/_example.yml @@ -44,6 +44,7 @@ start-effects: [ ] # A list of conditions required to start the quest. # The quest will be automatically started when these conditions are met. # Read https://plugins.auxilor.io/conditions/configuring-a-condition +# If gui.always is true, then not-met-lines will show up on the GUI icon! start-conditions: [ ] # If the quest should auto start when all conditions are met diff --git a/eco-core/core-plugin/src/main/resources/quests/daily_quest_example.yml b/eco-core/core-plugin/src/main/resources/quests/daily_quest_example.yml index c7a7871..a89522a 100644 --- a/eco-core/core-plugin/src/main/resources/quests/daily_quest_example.yml +++ b/eco-core/core-plugin/src/main/resources/quests/daily_quest_example.yml @@ -44,8 +44,7 @@ start-effects: [ ] # A list of conditions required to start the quest. # The quest will be automatically started when these conditions are met. # Read https://plugins.auxilor.io/conditions/configuring-a-condition +# If gui.always is true, then not-met-lines will show up on the GUI icon! start-conditions: [ ] -# If the quest should auto start when all conditions are met -# If this is set to false, the quest can only be started with /ecoquests start auto-start: true