Update Wardrobe authored by Ashijin's avatar Ashijin
The Wardrobe feature allows you to preview cosmetics on your own character model without actually equipping them. Any cosmetics equipped while in Wardrobe Mode will go on a mannequin that spawns in front of you instead, and you can walk around and look at the mannequin from from any angle.
*You are the only one that can see your own mannequin*
## Usage
To toggle Wardrobe Mode, use the wardrobe command `/cosmetics wardrobe`.
To exist Wardrobe Mode, you can type the command again or simply walk away and the mannequin will despawn.
\ No newline at end of file
The Wardrobe feature allows players to preview cosmetics on their own character model without actually equipping them. Any cosmetics equipped while in Wardrobe Mode will go on a mannequin that spawns in front of you instead, and you can walk around and look at the mannequin from from any angle.
*You are the only one that can see your own mannequin*
## General Configuration
Options for wardrobes can be configured in `config-cosmetics.yml` under the Wardrobe section.
```
Wardrobe:
Enabled: true # Master toggle (inline + rooms)
AllowInline: true # false = only fixed rooms allowed
Radius: 8 # Inline wardrobe auto-close distance (-1 to disable)
```
## Inline Mannequin
To toggle the basic Wardrobe Mode, players can use the wardrobe command `/cosmetics wardrobe`. This will spawn a mannequin in front of them that will wear the cosmetics they equip for previewing, and the player can walk around and view it from any angle
To exist Wardrobe Mode, you can type the command again or simply walk away and the mannequin will despawn.
## Wardrobe Rooms
Any number of wardrobe rooms can be configured in the `MythicMobs/config/wardrobes` folder.
For example, creating `config/wardrobes/default-wardrobe.yml`:
```
my_wardrobe:
NpcLocation: world,100.5,65,200.5,0,0
ViewerLocation: world,103.5,65,200.5,180,0
LeaveLocation: world,106,65,200
Permission: myserver.wardrobe.vip
Radius: 10
```
\ No newline at end of file