#how do i combine multiple scores to one

1 messages · Page 1 of 1 (latest)

gilded bridge
#

Get another scoreboard and name it total or something then just use:

`scoreboard players operation Total Total += <target> feet

scoreboard players operation Total Total += <target> legs

scoreboard players operation Total Total += <target> chest

scoreboard players operation Total Total += <target> head`

And the total will be stored inside the fake player Total’s “Total” score.

#

But remember to reset it afterwards.

umbral solstice
#

scoreboard players set @a[hasitem={item=iron_helmet,quantity=1,location=slot.armor.head}] head 3

gilded bridge