Hey Everyone,
Time for a bit of a larger update. Most of the new features are targeted towards 1.9, however there are a few bug fixes for previous version (1.7-1.8).
What's New?
- sidebar (title|name) for %player% - New Expression to get the name of a players side bar.
- create (bossbar|boss bar) title[d] %string% and id %string% for %players% [with (value|progress) %number%] [with colors %bossbarcolor%] [with style %bossbarstyle%] [with flags %bossbarflag%] – Create a id based bossbar for a group of people.
- (remove|destroy) bossbar %string% - Delete an id based bossbar.
- remove %players% [from] bossbar %string% - Remove a player from a id based bossbar
- (add|set) bossbar %string% for %player% or (add|give) %players% [to] bossbar %string% - Add a player to a ID based bossbar.
- (set|edit) bossbar %string% (value|progress) to %number% - Set the progress of an id based bossbar.
- (set|edit) bossbar %string% color to %bossbarcolor% - Set the colour of an ID based bossbar
- (set|edit) bossbar %string% (title|name) to %string% - Set the name of an ID based bossbar.
- (set|edit) bossbar %string% style to %bossbarstyle% - Set the style of an ID based bossbar.
- (add|set) [a] [the] flag %bossbarflag% to [the] bossbar %string% - Add a flag to a ID based bossbar.
- (remove|delete) [a] [the] flag %bossbarflag% [to] [from] [the] bossbar %string% - Remove a flag from a ID based bossbar.
- (show|display|unhide) bossbar %string% - Show a hidden ID based bossbar
- hide bossbar %string% - Hide a ID based bossbar
- (title|name) of bossbar %string% - Get the name of an ID based bossbar
- (value|progress) of bossbar %string% - Get the value of an ID based bossbar
- make %player% glow – Make a player glow. This is based on team color, will be white by default.
- make %player% (unglow|stop glowing) – Remove the glowing effect from the player
- %player% glowing – Get a players glowing status (True or False)
- New Data Types:
- bossbarcolor: blue, green, pink, purple, red, white, yellow
- bossbarflag: create fog, darken sky, play boss music
- bossbarstyle: segmented 10, segmented 12, segmented 20, segmented 6, solid
The skUnity docs are also up to date with these new syntax elements.
Thanks again for the continuous support and happy skripting!