skript-advancements

Addon skript-advancements 2

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

Adds the `on complete` section in the advancement creation section. See the example.
- Added 1.20.4 support
- Fixed the update checker being incorrect.
Now supports 1.20.
Adds some bug fixes and single-advancement tabs.

Easier syntax option:
`set root to true`
`set row to 3`
`set title to "abc"`
Fixes an issue loading with newer versions of paper.
Fixes an issue with advancement parents.
Fixes a bug with advancements when registering a tab outside of the script load event.
This release adds advancement visibility, allowing you to set the visibility of an advancement to one of three options. By default, the visibility of an advancement will be visible. The other two options are: hidden and parent granted. The hidden visibility will be hidden from the player until granted while the parent granted, or simply parent, visibility is displayed when the parent of the advancement is granted to a player.
Adds 1.19.3 Support
Fixes rows and columns being switched.
Adds support for decimal numbers in rows and columns. (set row of advancement to 1.5)
Adds vanilla advancement progress support.
Adds advancements from tab effect.
Adds list descriptions. (set description of advancement to "Line 1", "Line 2" and "Line 3 %nl% This also works")
Adds multi-parent advancements. (set parents of advancement to "tab/base1" and "tab/base2")
- The parents cannot include a root advancement.
Adds update checker.

Fixes errors with multiple advancement tabs.
Fixes errors with duplicate advancements.
Fixes issue with multiple base advancements being registered.
Fixes row and column expressions being mismatched.