Home Discord Store Get ClothesPlus Login
Esc

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

CommandDescriptionPermission
/outfitsOpen the outfit management GUIwardrobeclothes.outfits
/clothes save Save current overlays as a named outfitwardrobeclothes.use
/clothes load Load a saved outfitwardrobeclothes.use
/clothes delete Delete a saved outfitwardrobeclothes.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

  1. Player equips overlays via the wardrobe or commands
  2. Runs /clothes save MyOutfit to save the current combination
  3. Later, /clothes load MyOutfit re-applies all those overlays at once
  4. The outfit GUI (/outfits) provides a visual interface for managing saved outfits