Description:
Define daily quests in a YML file with objectives and dialogue.
Example Config:
yaml
Copy
Edit
quests:
- date: 2025-06-24
objective:
type: BREAK_BLOCK
block: STONE
amount: 100
start_dialogue: "Today, I need you to break 100 stone..."
end_dialogue: "You've done it, well done!"
Tasks:
Load from quests.yml
Description:
Define daily quests in a YML file with objectives and dialogue.
Example Config:
yaml
Copy
Edit
quests:
objective:
type: BREAK_BLOCK
block: STONE
amount: 100
start_dialogue: "Today, I need you to break 100 stone..."
end_dialogue: "You've done it, well done!"
Tasks:
Load from quests.yml