Closed williambl closed 1 year ago
Closes #23.
As specified in issue #23, this PR makes it possible to change the hover event of a player's name. An optional hover field is added to the name decoration override, which accepts hover events:
hover
"name_decoration": { "hover": { "action": "show_text", "contents": "hi!!!" } }
Documentation is also added to the README.
Closes #23.
As specified in issue #23, this PR makes it possible to change the hover event of a player's name. An optional
hover
field is added to the name decoration override, which accepts hover events:Documentation is also added to the README.