{"id":129392,"date":"2026-06-07T17:53:54","date_gmt":"2026-06-07T14:53:54","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/rayzwardrobe\/"},"modified":"2026-06-07T17:53:54","modified_gmt":"2026-06-07T14:53:54","slug":"rayzwardrobe","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/rayzwardrobe\/","title":{"rendered":"\u2728 RayzWardrobe | Light Weight | Wardrobe system | 1.21"},"content":{"rendered":"<p># \u26a1 RayzWardrobe<\/p>\n<p>**The ultimate, lightweight Armour &#038; Loadout management system for PaperMC 1.21+.**<\/p>\n<p>RayzWardrobe brings a seamless, Premoim wardrobe experience to your server. Allow your players to save their current armor sets, rename them, and swap between them instantly using a highly aesthetic and fully customizable GUI.<br \/>\n![RayzStudio](https:\/\/cdn.modrinth.com\/data\/cached_images\/560b461384fbd189bd962b0167e6d35620dc6d4d.png)<\/p>\n<p>## \u2728 Features<\/p>\n<p>* **Custom Item Framework Ready:** Natively hooks into **ItemsAdder**, **Oraxen**, and **Nexo**. Your custom items will retain their specific metadata, custom durability, and 3D models when saved in the wardrobe.<br \/>\n* **100% Configurable GUI:** Don&#8217;t like the default layout? Change it! The `gui.yml` allows you to adjust the inventory size (9-54 slots) and assign exact slots for every button, armor piece, and nameplate.<br \/>\n* **Resource Pack GUI Support:** Easily implement custom transparent Font UI resource packs by mapping the plugin&#8217;s configurable buttons over your custom texture pack art.<br \/>\n* **Animated GUI Themes:** Players can unlock different visual themes. Features RGB cycling borders, breathing backgrounds, and particle effects.<br \/>\n* **Database Support:** Built-in support for both local YAML file storage and **MySQL** for cross-server syncing.<br \/>\n* **Admin Inspection:** Staff members can view and inspect the wardrobes of other players in real-time.<br \/>\n* **Highly Optimized:** Written efficiently for modern Paper servers with asynchronous data handling and safe legacy-data fallbacks.<\/p>\n<p>## \ud83d\ude80 Installation<\/p>\n<p>1. Download the latest `RayzWardrobe-x.x.jar` from the releases page.<br \/>\n2. Drop the jar file into your server&#8217;s `plugins\/` folder.<br \/>\n3. Restart your server.<br \/>\n4. *(Optional)* Edit the `config.yml`, `gui.yml`, and `messages_en.yml` to your liking and type `\/rwreload` in the console.<\/p>\n<p>## Developer note:<br \/>\nRayzwardrobe is owned by rayzstudio &#038; rayz, i dont make money off it as it is a free plugin. please if you decide to use it in your projects and server setups that you&#8217;re gonna sell add this plugin as a dependency and not provide it directly.<\/p>\n<p>## \ud83d\udcbb Commands &#038; Permissions<\/p>\n<p>| Command | Permission | Description |<br \/>\n| :&#8212; | :&#8212; | :&#8212; |<br \/>\n| `\/wardrobe` | `rayzwardrobe.use` | Opens your personal wardrobe. |<br \/>\n| `\/wardrobe themes` | `rayzwardrobe.use` | Opens the GUI theme selector. |<br \/>\n| `\/wardrobe view <player>` | `rayzwardrobe.admin.view` | Inspects another player&#8217;s wardrobe. |<br \/>\n| `\/rwreload` | `rayzwardrobe.reload` | Reloads all plugin configurations. |<\/p>\n<p>> **Note:** You can lock specific wardrobe slots behind permissions by enabling `slot-permissions-enabled` in the config and giving players `rayzwardrobe.use.slot.<number>`.<\/p>\n<p>## Placeholder<\/p>\n<p># Placeholders<\/p>\n<p>| Placeholder | Description | Example |<br \/>\n|&#8212;|&#8212;|&#8212;|<br \/>\n| `%rayzwardrobe_version%` | Plugin version | `%rayzwardrobe_version%` |<br \/>\n| `%rayzwardrobe_storage_type%` | Current storage type | `%rayzwardrobe_storage_type%` |<br \/>\n| `%rayzwardrobe_max_sets%` | Maximum wardrobe sets | `%rayzwardrobe_max_sets%` |<br \/>\n| `%rayzwardrobe_max_pages%` | Maximum wardrobe pages | `%rayzwardrobe_max_pages%` |<br \/>\n| `%rayzwardrobe_theme_count%` | Total registered themes | `%rayzwardrobe_theme_count%` |<br \/>\n| `%rayzwardrobe_placeholder_count%` | Total available placeholders | `%rayzwardrobe_placeholder_count%` |<br \/>\n| `%rayzwardrobe_total_sets%` | Player&#8217;s total saved sets | `%rayzwardrobe_total_sets%` |<br \/>\n| `%rayzwardrobe_used_slots%` | Used wardrobe slots | `%rayzwardrobe_used_slots%` |<br \/>\n| `%rayzwardrobe_empty_slots%` | Empty wardrobe slots | `%rayzwardrobe_empty_slots%` |<br \/>\n| `%rayzwardrobe_current_page%` | Current wardrobe page | `%rayzwardrobe_current_page%` |<br \/>\n| `%rayzwardrobe_selected_theme%` | Selected theme display name | `%rayzwardrobe_selected_theme%` |<br \/>\n| `%rayzwardrobe_selected_theme_key%` | Selected theme key | `%rayzwardrobe_selected_theme_key%` |<br \/>\n| `%rayzwardrobe_renaming%` | Whether player is renaming a set | `%rayzwardrobe_renaming%` |<br \/>\n| `%rayzwardrobe_cooldown%` | Wardrobe cooldown status | `%rayzwardrobe_cooldown%` |<br \/>\n| `%rayzwardrobe_cooldown_remaining%` | Remaining cooldown time | `%rayzwardrobe_cooldown_remaining%` |<br \/>\n| `%rayzwardrobe_can_use%` | Whether player can use wardrobe | `%rayzwardrobe_can_use%` |<br \/>\n| `%rayzwardrobe_can_themes%` | Whether player can use themes | `%rayzwardrobe_can_themes%` |<br \/>\n| `%rayzwardrobe_slot_<number>_name%` | Slot display name | `%rayzwardrobe_slot_1_name%` |<br \/>\n| `%rayzwardrobe_slot_<number>_exists%` | Whether slot exists | `%rayzwardrobe_slot_1_exists%` |<br \/>\n| `%rayzwardrobe_slot_<number>_permission%` | Slot permission node | `%rayzwardrobe_slot_1_permission%` |<br \/>\n| `%rayzwardrobe_slot_<number>_access%` | Whether player has access to slot | `%rayzwardrobe_slot_1_access%` |<\/p>\n<p>> Slot placeholders use **1-based slot numbers** (`1`, `2`, `3`, etc).<\/p>\n<p>## \ud83d\udd17 Links &#038; Support<\/p>\n<p>* **Discord:** Join for Support &#038; Suggestions<br \/>\n* **Wiki:** [Read the Documentation]([https:\/\/github.com\/yourlink\/wiki](https:\/\/discord.gg\/8deUaAvasf))<\/p>\n","protected":false},"excerpt":{"rendered":"<p>RayzWardrobe brings a polished GUI for saving, managing, and equipping unlimited armor sets \u2014 secure, customizable, and performance-optimized..<\/p>\n","protected":false},"featured_media":129393,"template":"","meta":{"_minecraft_slug":"rayzwardrobe","_minecraft_project_id":"o3eYj7IM","_minecraft_author":"RayzGG","_minecraft_license":"MIT","_minecraft_downloads":378,"_minecraft_follows":5,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"rayzwardrobe.zip","_minecraft_size_bytes":419556,"_minecraft_version_count":11,"_minecraft_updated_at":"2026-05-16T11:03:35.561638Z","_minecraft_date_created":"2025-08-16T17:43:59.005954Z","_minecraft_date_modified":"2026-05-07T12:11:35.888892Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/rayzwardrobe","_minecraft_icon_attachment_id":129393,"_minecraft_imported_at":"2026-06-07T14:53:55+00:00","_minecraft_import_hash":"97dc4485aeb43910e579234df08ea2f1","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,88,89,126,127,128,867,129,91,123,92],"mod_loader":[130,132,133,134],"minecraft_version":[118,119,120,46,47,48,49,50,51,52,53,54,55,56,57,58,59,36,60,93,94,101,102,62,37,40,41,73,74,38,78,79,80,81,82,83,167,163],"class_list":["post-129392","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-equipment","mod_category-game-mechanics","mod_category-management","mod_category-paper","mod_category-purpur","mod_category-social","mod_category-spigot","mod_category-storage","mod_category-technology","mod_category-utility","mod_loader-bukkit","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-16","minecraft_version-1-16-1","minecraft_version-1-16-2","minecraft_version-1-16-3","minecraft_version-1-16-4","minecraft_version-1-16-5","minecraft_version-1-17","minecraft_version-1-17-1","minecraft_version-1-18","minecraft_version-1-18-1","minecraft_version-1-18-2","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9","minecraft_version-26-1","minecraft_version-26-1-1","minecraft_version-26-1-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>\u2728 RayzWardrobe | Light Weight | Wardrobe system | 1.21 - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/rayzwardrobe\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u2728 RayzWardrobe | Light Weight | Wardrobe system | 1.21 - Minecraft\" \/>\n<meta property=\"og:description\" content=\"RayzWardrobe brings a polished GUI for saving, managing, and equipping unlimited armor sets \u2014 secure, customizable, and performance-optimized..\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/rayzwardrobe\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/rayzwardrobe\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/rayzwardrobe\\\/\",\"name\":\"\u2728 RayzWardrobe | Light Weight | Wardrobe system | 1.21 - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/rayzwardrobe\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/rayzwardrobe\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/rayzwardrobe-icon-23b97c5c1b527abd7c82c04f3472f46e72296119_96.webp\",\"datePublished\":\"2026-06-07T14:53:54+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/rayzwardrobe\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/rayzwardrobe\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/rayzwardrobe\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/rayzwardrobe-icon-23b97c5c1b527abd7c82c04f3472f46e72296119_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/rayzwardrobe-icon-23b97c5c1b527abd7c82c04f3472f46e72296119_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/rayzwardrobe\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"\u2728 RayzWardrobe | Light Weight | Wardrobe system | 1.21\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u2728 RayzWardrobe | Light Weight | Wardrobe system | 1.21 - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/rayzwardrobe\/","og_locale":"en_US","og_type":"article","og_title":"\u2728 RayzWardrobe | Light Weight | Wardrobe system | 1.21 - Minecraft","og_description":"RayzWardrobe brings a polished GUI for saving, managing, and equipping unlimited armor sets \u2014 secure, customizable, and performance-optimized..","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/rayzwardrobe\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/rayzwardrobe\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/rayzwardrobe\/","name":"\u2728 RayzWardrobe | Light Weight | Wardrobe system | 1.21 - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/rayzwardrobe\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/rayzwardrobe\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/rayzwardrobe-icon-23b97c5c1b527abd7c82c04f3472f46e72296119_96.webp","datePublished":"2026-06-07T14:53:54+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/rayzwardrobe\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/rayzwardrobe\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/rayzwardrobe\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/rayzwardrobe-icon-23b97c5c1b527abd7c82c04f3472f46e72296119_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/rayzwardrobe-icon-23b97c5c1b527abd7c82c04f3472f46e72296119_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/rayzwardrobe\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"\u2728 RayzWardrobe | Light Weight | Wardrobe system | 1.21"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/129392","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/129393"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=129392"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=129392"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=129392"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=129392"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}