Quests icon indicating copy to clipboard operation
Quests copied to clipboard

Suggestion: Conditions for Quests

Open supermem99 opened this issue 4 years ago • 1 comments

Hey, It will be very helpful, if there is a possibility to add conditions for single Quests.

Like placeholder conditions

Thanks

supermem99 avatar Jun 22 '21 14:06 supermem99

I would also love to see this. I know this is an old issue and the initial description I think is lacking, so here's my understanding of the idea.

tasks:
  task1:
    type: "smelting"
    amount: 10
    item: IRON_INGOT
    condition_placeholder: %player_biome%
    condition_evaluates: PLAINS
    #condition_operator: GREATER_THAN

The operator here isn't required but it's exactly the same logic as you're using in PlaceholderAPI Evalues Task Types This should obviously be added to all task types, internal as well as external!

It would add SO MUCH MORE flexibility to the plugin and I think setting it as "low priority" should be reevaluated :)

Folas1337 avatar Oct 21 '23 12:10 Folas1337