configuration/Setup




a:
  setup:
    repeated: -1
    invisible: false
    forced: false
NodeValuesDescription
setup.invisible[true/false]If true, this quest can not be given without an explicit give command ex. /quest give quest or a sign with this quest written on it
setup.repeatedany integer greater than -1How many times a player can repeat a quest after the first time, or -1 for unlimited
setup.forced[true/false]If true, this quest is not able to be dropped

The setup is the node where quest wide settings are set, like how many times a player can do a quest (repeated), and if it can be given to a player randomly (invisible). Not much can go on here, but if quest wide setting should be added this is where they will go.