Bossbar allows storage of values larger than the maximum
Created Issue:
Bossbar allows storage of values larger than the maximum
I'm not sure if this is intended or not, but bossbars can store values greater than their maximum.
To reproduce:
1. Create a bossbar
2. run /bossbar set <your_bossbar> max 1
3. run /bossbar set <your_bossbar> value 1000
4. run /bossbar get <your_bossbar> valueThe value is 1000, even though the maximum is only 1.
Changed Description:
I'm not sure if this is intended or not, but bossbars can store values greater than their maximum.To reproduce:
1. Create a bossbar
2. run /bossbar set <your_bossbar> max 1
3. run /bossbar set <your_bossbar> value 1000
4. run /bossbar get <your_bossbar> valueThe value is 1000, even though the maximum is only 1.
Added Assignee:
[Mojang] Nathan Adams
What should happen when you decrease max afterwards? Should value automatically be set to max then as well?
Nope. Value doesn't change