diff --git a/docs/Nametags.md b/docs/Nametags.md index 34afb09..590d221 100644 --- a/docs/Nametags.md +++ b/docs/Nametags.md @@ -30,9 +30,14 @@ remove_nametags: true ``` +## Named pets +A feature of the game since Minecraft 1.9 is that pets given a nametag inherit their owner's team prefix/suffix/color. This is an intentional game feature, and not a bug. Since Velocitab uses team prefixes/colors for name tag formatting, pets will have their name formatted using their owner's prefix/suffix. A side effect of this, however, is that setting `remove_nametags` to `true` hides nametags on pets. + +You can install the [PetNameFix](https://www.spigotmc.org/resources/petnamefix.109466/) plugin if you don't like this bit of Vanilla behaviour. + ## Formatting limitations Nametags must adhere to the following restrictions: * Nametag prefixes and suffixes can contain full RGB formatting, but the color used in the player's name between the two (effectively, their "Scoreboard Team" color) is limited to the set of legacy color codes. * Velocitab determines which color to use here based on the last color format used in the configured prefix (displayed before their name), downsampled from RGB if necessary. * To control this, simply set the prefix format to end with a valid [team color](https://wiki.vg/Text_formatting#Colors) you want to use (e.g. `&4` for dark_red in Minedown formatting). -* Nametags cannot contain newlines (must be on a single line). \ No newline at end of file +* Nametags cannot contain newlines (must be on a single line).