Hey guys. hope all of you are having a wonderful day. But, I need help on a skript. I want to use skript-advancements to add custom advancements to my Minecraft server. I started out with docs, then looking at other people's skript for inspiration. I then proceeded to download and install skript-advancements and boot up my server. However, upon trying to run the skript, I got a few errors saying stuff like "build-tab" doesn't work or other stuff like that. I think it may be my version but if someone can help me, it would be great.
Versions:
Skript-Advancements: 1.6.3
Minecraft: 1.20.1
Example Skript that I ran to Test out Skript-Advancements:
create an advancement tab named "help.skript":
create an advancement named "click":
set announcement of advancement to true
set background of advancement to gold block
set title of advancement to "Click!"
set description of advancement to "Click a lever for the first time"
set frame of advancement to goal
set toast of advancement to false
set root of advancement to true
set icon of advancement to redstone
set max progression of advancement to 10
build advancement
build tab
on right click on lever:
add 1 to {flickedLevers::%player's uuid%}
send action bar "%{flickedLevers::%player's uuid%}%" to player
add 1 to progress of the custom advancement "custom_advancements/click" for player```
?