added new attributes authored by Lxlp's avatar Lxlp
......@@ -11,3 +11,18 @@ Set the text of a name tag bone
| partid | b, bone, p, pid, part | Targeted name tag bone | String | |
| tag | t | The displayed text | String | |
| visible | v | Visibility | Boolean | true |
| backgroundcolor | background | The background color | Integer | 0 |
| usedefaultbackground | defaultbackground, db | Whether the default background color should be used | Boolean | true |
| alignment | align | The [alignment] to use | [TextAlignment] | CENTER <!--type:TextAlignment--> |
| billboard | | The billboard type to use | [Billboard](https://jd.papermc.io/paper/1.21.4/org/bukkit/entity/Display.Billboard.html) | CENTER <!--type:Billboard--> |
| scale | | The scale of the text | Vector | 1,1,1 |
| seethrough | | Whether the text should be seethrough | Boolean | true |
| textopacity | opacity | The text opacity. Leave as -1 to use the default one | Integer | -1|
| shadow | | Whether the text should have a shadow | Boolean | false |
| linewidth | | The maximum line width before wrapping | Integer | 0 |
<!-- LINKS -->
[TextAlignment]: https://jd.papermc.io/paper/1.21.4/org/bukkit/entity/TextDisplay.TextAlignment.html
[alignment]: https://jd.papermc.io/paper/1.21.4/org/bukkit/entity/TextDisplay.TextAlignment.html
\ No newline at end of file