-
Bug
-
Resolution: Invalid
-
None
-
1.17.1
-
None
-
Unconfirmed
-
(Unassigned)
The bug: I'm gonna making the game as any kind in minecraft by modifying the boss bar value and max values is set to zero then boss bar value and max values is set to 20. Problem is /execute store result bossbar <ID> max run ... are affected.
Steps to reproduce:
Run the following commands:
Setup
/bossbar add a "avoma"
/bossbar set a players @a
Set boss bar "value" and "max" to 0
/execute store result bossbar a value run data get entity b c
/execute store result bossbar a max run data get entity b c
Getting boss bar values
/bossbar get a value
/bossbar get a max
THEN
Set boss bar "value" and "max" to 100
/bossbar set a value 100
/bossbar set a max 100
THEN
Set boss bar "value" to 25
/bossbar set a value 25