[the] [skellett] (text|string) of holo[gram] line %hologramline%
Example script used:
Code (Text):
command /testing:
trigger:
set {_holo} to a new hologram at player's location with id "Example"
set {_newLine} to a new line in hologram {_holo} with text "&6&lTesting"
set {_newLineItem} to a new line in hologram {_holo} with itemstack diamond sword of sharpness
add {_newLine} to hologram {_holo}
add {_newLineItem} to hologram {_holo}
loop all hologram lines of {_holo}:
broadcast "%text of hologram line loop-value%"
broadcast "ID: %hologram id of {_holo}%"
wait 5 seconds
delete hologram {_holo}