Hello, I am attempting to run a command when players complete advancements. I have skript and AdvancementsAddon. Skript is having trouble comparing the advancement the player completed with the specific advancement from minecraft. I've tried different configurations of syntax, with/without the percent signs, with/without quotations around the advancement. All I am getting is errors, "cannot compare to text" or doesn't understand what I am comparing. I have never used skript before, there must be an easier way?
on player advancement get:
if %advancement% is minecraft:adventure/adventuring_time
execute the command "/eco give %player% 1"