#Skript-Advancements doesnt work?

1 messages · Page 1 of 1 (latest)

uneven shale
#
    create an advancement tab named "blessings":
        create an advancement named "fire_blessing":
            set background of advancement to lava bucket
            set title of advancement to "&4&lFire Blessing"
            set description of advancement to "&cHot Hot Hot"
            set advancement message to "The Blessing of Fire has been awoken"
            set frame of advancement to goal
            set the max progression of advancement to 1
            set toast of advancement to false
            set announcement of advancement to false
            set root of advancement to true
            set advancement visibility to visible
            build advancement
        build tab

on join:
    add the advancement "blessings/fire_blessing" to advancements to player
    wait 10 ticks
    send message "advancement added" to player

on death:
    if damage cause is fire:
        add 1 to progress of the custom advancement "blessings/fire_blessing" of player```

This gives me the following error.
I dont understand why because its from the example?
high oyster
#

Make sure you have skript-advancements installed

uneven shale
prime comet
#

@split basalt

split basalt
#

there is a complete rewrite in process since the current code isnt maintainable

#

no ETAs

#

i work on 4-5 things at once, when i get bored of one i switch to another so...

prime comet
#

you're a whole mood eren

uneven shale
#

its js not working oof