# Frame - v1.0.4 ## Rank Formatting + Composable Tab Names ### PLUGIN FIXES - **Rank prefixes render properly.** A LuckPerms prefix or suffix written with MiniMessage — `<red><bold>ADMIN</bold>` — showed up as literal text in the tablist and on nametags instead of being formatted. Both styles now work, including a mix of MiniMessage and the older `&` codes in the same rank. ### API UPDATES - **Tab entries carry a prefix and suffix.** `TabEntry` now has its own `prefix` and `suffix`, each merging on its own the way nametags already did. A plugin that sets only a suffix keeps whatever prefix your ranks provide, instead of the two overwriting each other. Setting the whole name still works, and is now wrapped by any prefix or suffix other plugins add. ### INTERNAL UPDATES - **Frame-API** bumped to `1.0.4`, loader to `1.0.1`.