x8ight suggests that you read SkBee's Wiki (Text-components)
#how to show stuff when hovering over a player's chat message?
1 messages · Page 1 of 1 (latest)
Only way you'll learn to do it is by doing it
Send "<tooltip:this is a message>hello<reset>" to player
And If you want to see IT when player chat's
on chat:
cancel event
Broadcast "<tooltip:this is %player%>%player%: %message%<reset>"
Like that. i'm not sure
Why don't you try it and see
pretty sure you need to do broadcast formatted "text" here bc you're using %player% (I've encountered this with commands, not tooltips so it might be wrong)
you need formatted anyways not because of %player%, but because of <>
I use skbee for it shane has a snippet about the hover thing
I don't think that's correct