We've split up the commands, scripting and mods, and add ons category! Please be sure you get your thread in the right place.

11

Adding a bossbar command to Minecraft Bedrock would be cool.

1 Comments

Please sign in to leave a comment.

Sorted by oldest
  • 0
    Registered User commented
    Comment actions Permalink

    The idea with the boss bar is actially pretty easy to do by addons itself. Its one component that you could trigger with for example making a event for example called: "activate_boss" which adds a components group within "minecraft:boss"

    you will also need to add another event called for example "disable_boss" which removes the component_group which contains your "minecraft:boss" component. and there you have it

     

    all you got to do now is simply activating experimental gameplay in your world and type in "/event entity @e[type="minecraft:Zombie",r=1] activate_boss"

    and to remove it just type /event entity @e[type="minecraft:Zombie",r=1] disable_boss

     

    If mojang doesn't do it, get into addons and do it yourself. That's why I started with addons from begin with.