Outfits
Save, load, and manage complete outfit combinations with token-based slot allocation.
Overview
The Outfit system lets players save their current clothing combination as a named outfit and load it later with a single click. Outfit slots are controlled by a token system tied to LuckPerms groups.
Commands
| Command | Description | Permission |
|---|---|---|
/outfits | Open the outfit management GUI | wardrobeclothes.outfits |
/clothes save | Save current overlays as a named outfit | wardrobeclothes.use |
/clothes load | Load a saved outfit | wardrobeclothes.use |
/clothes delete | Delete a saved outfit | wardrobeclothes.use |
Token System
Tokens determine how many outfit slots a player can have. Configure tokens per LuckPerms group in config.yml:
yaml
token_settings:
- group: default
tokens: '1'
- group: vip
tokens: '3'
- group: mvp
tokens: '5'
- group: admin
tokens: '10'
Admins can manually adjust tokens with /clothes addtoken and /clothes removetoken .
How It Works
- Player equips overlays via the wardrobe or commands
- Runs
/clothes save MyOutfitto save the current combination - Later,
/clothes load MyOutfitre-applies all those overlays at once - The outfit GUI (
/outfits) provides a visual interface for managing saved outfits