Skip to content

Commit

Permalink
remove HP text
Browse files Browse the repository at this point in the history
  • Loading branch information
katelyynn committed Dec 30, 2022
1 parent 77436d0 commit 2cb6812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/count/functions/log.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

tag @s add ec_log

execute as @e run tellraw @a[tag=ec_log] ["",{"text":"[","color":"dark_gray"},{"text":"!","color":"gold","bold":true},{"text":"] ","color":"dark_gray"},{"nbt":"Pos[0]","entity":"@s"}," ",{"nbt":"Pos[1]","entity":"@s"}," ",{"nbt":"Pos[2]","entity":"@s"},": ",{"selector":"@s"}," ",{"nbt":"Health","entity":"@s"}," HP"]
execute as @e run tellraw @a[tag=ec_log] ["",{"text":"[","color":"dark_gray"},{"text":"!","color":"gold","bold":true},{"text":"] ","color":"dark_gray"},{"nbt":"Pos[0]","entity":"@s"}," ",{"nbt":"Pos[1]","entity":"@s"}," ",{"nbt":"Pos[2]","entity":"@s"},": ",{"selector":"@s"}," ",{"nbt":"Health","entity":"@s"}]

tag @s remove ec_log

Expand Down

0 comments on commit 2cb6812

Please sign in to comment.