The bossbar I created with the skbee affiliate does not work properly, please help

  • 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!

jackcc

Member
Aug 10, 2022
2
0
1
25
on load:
set {bar::list1} to bossbar named "myCoolBar" with title "&aHello &bWorld!" with color bar blue with style segmented 6

on region enter:
if "%event-region%" contains "tcsldp":
add player to bar players of {bar::list1}

on region exit:
if "%event-region%" contains "tcsldp":
remove player from bar players of {bar::list1}