Armor Visibility
Show character skins through armor! This mod allows you to temporarily disable the display of armor so you can see players' original skins.
By default, the V key is used to toggle the visibility of your own armor. If you hold Shift and press the same key, armor will stop being displayed for all players on the server.
It's important to note that this is a client-side mod - changes are only visible to you and do not affect how armor is displayed for other players.
Configuration
The configuration file is located at .minecraft/config/armor_visibility.json. It can also be edited through the in-game interface using Mod Menu for Fabric and Quilt.
Default Configuration File
{
"version": 3,
"keep_elytra_visible": false,
"keep_cape_visible": true,
"players_only": true
}
Configuration Option Descriptions
keep_elytra_visible: If set to true, elytras will remain visiblekeep_cape_visible: If set to true, capes will remain visibleplayers_only: If set to true, armor visibility toggle will only work for players (zombies, armor stands, and other entities will not be affected)