bossbar

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

  1. G

    Timer with skBee help

    I am making a game, where players get a random item every 10 seconds. So far, the code works but the bossbar progress doesn't go down, and there isn't any errors. please help and thank you! every 10 second: loop all players: if {BedrockTowers::%loop-player%.random} = true...
  2. erenkara

    Script Animated BossBars 1.0.0

    Easily display animated boss bars using Animated BossBars. It supports PAPI placeholders but it is disabled by default. Enable it inside animated-bossbars.sk. Installation Unzip inside plugins/Skript/scripts. Requires skript-reflect and SkBee Usage Method 1 - Using the config Create a bossbar...
  3. R

    Solved Trying to make a bossbar for a mob in SkBee

    I am making a boss fight that uses a blaze mob. When i run the command it creates a bossbar, but it does not update the bossbar with the health of the mob and does not make the bossbar invisible when the mob dies. command /blazetest: trigger: spawn blaze at location 1000.500, 160...
  4. D

    lib for work with bossbar

    Hi! I found a bossbar script on github, but it's undocumented. https://github.com/Bartuzen/skBossBarAPI Help me understand how to use it to create a bossbar.
  5. MPGxxYT

    BossBar for SkRayFall doesn't work.

    Skript Version (do not put latest): Skript 2.4.1 Skript Author: Bensku Minecraft Version: 1.13.2 --- Full Code: command /test: trigger: create bossbar titled "&9TEST" and id "testt" for player with progress 100 with colors blue loop 100 times: set bossbar "testt"...
  6. SoMuchWessel

    Bossbar countdown

    Hey there, I started working with bossbars, and I thought it would be cool to make a bossbar countdown. After some testing, I ended up with this peace of code: command /countdown [<number>] [<text>]: trigger: create bossbar titled "%colored arg-2%" and id "%arg-2%" for player...
  7. FistoF

    The Sims needs

    Suggested name: Needs Minecraft version: 1.14.4 or later What I want: The Sims-like needs using boss bars. Note that days are 72 times faster in Minecraft than in real life, so 1 Minecraft hour is 50 real life seconds. Comfort If a player has been standing up for too long, its comfort bar...
  8. Aidanete

    Which BossBarAPI I have to download to use it with Skript?

    Hello, I have a problem, I searched a lot for a good bossbarapi, but I don't know which to select because there are a lot. Also I want to know which skript addon can handle stuff with that bossbar plugin. what bossbar plugin and skript addon to use it you recommend me? Thank you. Skript...
  9. X

    bossbar help

    An error occurred using the following code command /1: trigger: set {_bar} to new bossbar add player to bossbar {_bar} set the visibility of bossbar {_bar} to true visibility of bossbar {_bar} wait 2 seconds visible of bossbar {_bar} >sk...