# Wardrobe Clothes – default config.yml
enable-messagesfalse
accessories_limit3
token_settings
group default
tokens'1'
group admin
tokens'5'
mineskin
api-key urapikey # supply your own key for faster generation
base_skin true # < UNDER DEVELOPMENT – leave as-is >
sound true # play a “click” when skins change
npcpreview
use_slowness_effecttrue
enter_message'&fㄱ'
exit_message'&fㄱ'
npc_distance 7 # blocks in front of the player
developer
self-visibility false # < WARNING – dev testing only >
Copy the file to plugins/WardrobeClothes/config.yml
, reload the server, then edit as needed if in case you touched something and it broke.
Path | Accepted Values | What It Does |
enable-messages |
| Toggles chat feedback (“You equipped a hat”, “You have no accessories left”, etc.). |
accessories_limit | Integer ≥ 1 | Maximum accessories a player can wear simultaneously. |
token_settings | One or more | Integrates with LuckPerms. Each block grants n starting tokens to players in the specified group when they first join. |
mineskin.api-key | Your MineSkin key or | Optional but recommended. Higher-tier keys reduce skin-generation latency. |
base_skin |
| Feature under active development. Do not change until release notes say otherwise. |
sound |
| Plays a click when a player equips/unequips a skin. |
npcpreview.use_slowness_effect |
| Adds a slow (zoom) potion effect during |
npcpreview.enter_message | Mini-message or plain text | Title displayed when a player enters wardrobe mode. Supports NextX (NEXO) character images. |
npcpreview.exit_message | Mini-message or plain text | Title shown when leaving wardrobe mode. |
npcpreview.npc_distance | Integer ≥ 1 | Distance (in blocks) from the player where the preview NPC spawns. |
developer.self-visibility |
| Makes the dev account visible/invisible during previews. Leave untouched unless you are debugging the plugin. |
Why add a key? - The free rate limit is ~60 req/hr. Paid tiers bump that dramatically, which eliminates “waiting for skin” moments when many players join at once.
Paste your key in mineskin.api-key
. No other changes are required.
Set enable-messages: true
, reload (/reload confirm
), and test again.
Use LuckPerms’ per-player or per-group permission override:
lp user <name> meta set wardrobe.accessories_limit 8
(The plugin checks both config and meta values.)
Adjust npcpreview.npc_distance
and run /wardrobe reload
.
If something’s unclear, open a ticket or ping us in #📩ticket on Discord.
Please include:
your full config.yml
/version
and /plugins
output
steps to reproduce the issue