#Skript-Advancements

1 messages · Page 1 of 1 (latest)

buoyant hull
#

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```
opaque egret
#
  1. What is your skript-version? it seems sk-advancements 1.6.3 requires skript 2.8+
  2. maybe send_error?
buoyant hull
#

It's Skript 2.8.6

subtle bolt
#
  1. Are you using Spigot or Paper?
  2. Do you have SkBee?
buoyant hull
#
  1. I am using Paper.
  2. I do indeed have SkBee