Compatibility
Minecraft: Java Edition
1.21.11
Platforms
Supported environments
Client-side
Links
Tags
Creators
Details
Licensed Apache-2.0
Published 2 weeks ago
Updated last month
🌌 SkinVault
A streamlined, modern client-side Fabric mod for managing, saving, and instantly switching between your favorite Minecraft skins.
✨ Features
- 💾 Local Skin Storage: Save your favorite skin URLs locally with distinct names.
- 🔍 Real-Time Search: Instantly filter through your list using the built-in search bar.
- 🔄 One-Click Application: Instantly push skin update commands with a single click.
- 🛠️ Full CRUD Controls: Effortlessly add, edit, or delete skin entries inside a smooth custom modal interface.
- 🕊️ Lightweight & Client-Side: Purely client-side configuration. No server footprint required.
⚙️ Dependencies
SkinVault requires the following libraries to run:
📦 Installation
- Download and install the Fabric Loader.
- Download Fabric API and owo-lib and drop them into your Minecraft installation's
modsfolder. - Download the latest version of SkinVault from the Modrinth project page.
- Put the SkinVault
.jarfile into yourmodsfolder. - Launch the game!
🚀 Usage
- Open the Skin Vault interface via your configured hotkey (default keybind can be set in Minecraft's Controls menu).
- Click the
+(Plus) button to add a skin by entering its name and direct URL. - Clicking on any skin name button will automatically run the background integration command:
/skin url <your-saved-url> - Use the Edit (pencil) or Delete (trash) icons to modify your library anytime. All changes autosave instantly.
🔨 Building From Source
If you prefer to compile the mod yourself, build via the Gradle wrapper:
./gradlew build
Once completed, your freshly compiled build will be generated in:
build/libs/
📄 License
This project is open-source software licensed under the Apache License 2.0.


