# Frame - v1.0.6 ## Nametag Colours + Playing Nicely ### PLUGIN UPDATES - **Colour the name above a player's head.** New `nametag.color` setting, and it works per group too — so staff can be red while everyone else stays plain. Groups that don't set one keep the colour from your defaults. It takes a vanilla colour name (`red`, `gold`, `dark_aqua`, …); anything else is reported in console and ignored. Hex and gradients aren't possible on the name itself — a Minecraft limit — so colour the prefix for those. ### PLUGIN FIXES - **Ranks sort by weight again.** Ordering read the rank stored on the user, which LuckPerms only fills in when asked to. A rank granted the usual way left everyone looking identical, so weights appeared ignored. Frame now reads the rank a player actually inherits. - **Frame no longer un-hides nametags other plugins hid.** It forced every nametag visible on each refresh, undoing plugins like Sign that hide them on purpose. Frame now only sets visibility when something actually asks for it. - **Turning the sidebar off clears it.** Disabling the sidebar in `config.yml` and reloading left the last one frozen on screen. ### INTERNAL UPDATES - `config-version` is now `3`. Existing configs pick up `nametag.color` on next start, blank, so nothing changes until you set it.