LMBishop / Quests

Questing plugin for Minecraft, enabling the addition of goals for players.
https://www.spigotmc.org/resources/23696/
GNU General Public License v3.0
178 stars 85 forks source link

auto started quests doesnt count as started on placeholers #466

Open HamtaBot opened 2 years ago

HamtaBot commented 2 years ago

Description of Bug

when a quest is auto started by the autostart setting it doesnt count as started on placeholders like &a%quests_category:myquestid_started% or also %quests_quest:myquestid_started% when the quest is auto started it returne false instead of true image image placeholder works fine for regular quets

Steps to Reproduce

read above

Environment

Agreements

Other

No response

HamtaBot commented 1 year ago

@Krakenied

LMBishop commented 1 year ago

This is due to the way auto start is implemented - it doesn't actually set the started field of a player's progress to true. I will look into a solution/potential rework for this.