▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Плагины/✨ RayzWardrobe | Light Weight | Wardrobe system | 1.21
✨ RayzWardrobe | Light Weight | Wardrobe system | 1.21

✨ RayzWardrobe | Light Weight | Wardrobe system | 1.21

RayzWardrobe brings a polished GUI for saving, managing, and equipping unlimited armor sets — secure, customizable, and performance-optimized..

342
5

The Artists And Paintings Update

release13 марта 2026 г.

This is a massive update that completely rewrites how RayzWardrobe handles items and GUI menus. We've introduced highly requested features to make the plugin compatible with the biggest custom item frameworks and give server owners 100% control over the visual layout!

🌟 Major Features

  • Custom Item Framework Support (ItemsAdder, Oraxen, Nexo)

  • Game-Changer: Stored armor sets will no longer lose their custom models, durability, or special abilities when saved!

  • The plugin now natively hooks into ItemsAdder, Oraxen, and Nexo.

  • Hybrid Serialization: When an admin updates a custom item's stats in their framework, the Wardrobe will dynamically fetch the newest version of the item. If a custom item plugin is ever removed, the system safely falls back to native Paper byte-data to ensure players never lose their items.

  • Fully Configurable GUI Layouts (gui.yml)

  • You are no longer restricted to the default hardcoded GUI!

  • A brand-new gui.yml file has been added, allowing you to change the inventory size (9 to 54 slots), change the amount of sets displayed per page, and move every single button and armor slot to wherever you want.

  • Custom Texture Pack Support: Because the layout is fully customizable, you can now easily implement custom transparent Font UI resource packs and align the plugin's buttons to match your custom art perfectly.

✨ Improvements & Tweaks

  • Premium Config Redesign: config.yml and messages_en.yml have been completely redesigned with a gorgeous new aesthetic layout, clear categories, and premium block-character formatting.
  • Smart File Generation: The plugin now features bulletproof file generation. If a file is accidentally deleted or missing from the JAR, the plugin will seamlessly generate a safe fallback version in real-time to prevent server crashes.
  • Upgraded Backend: Migrated build processes to support Java 21, updated Paper API implementations, and correctly shaded bStats to prevent console conflicts with other plugins.

⚠️ Important Notes for Existing Users

  • Backward Compatibility: All of your players' existing saved armor data will safely load and automatically convert to the new serialization system when they interact with it. No data wipes required!
  • Updating Configs: Because config.yml and messages_en.yml have been heavily redesigned, it is highly recommended to delete your old config files (or back them up) and let the plugin generate the fresh v1.9 files to see the new aesthetic formatting and options.
  • The new gui.yml will automatically generate in your plugins/RayzWardrobe/ folder upon restarting.

THE COMEBACK

release13 марта 2026 г.

BUG FIXES - 1.21.11 UPDATE

more on the way... yall enjoy this for the time

RayzWardrobe v1.7 Big WatchDog Update

release6 сентября 2025 г.

✨ New Features Slot-Based Permissions: Added support for per-slot permissions (rayzwardrobe.use.slotX). Admin View GUI: Admins can now view other players' wardrobes using /wardrobe view [page]. Armor Return on Equip: When equipping a set, the currently worn armor is now saved back to the slot (swapping behavior). Back Button in Admin View: Added a back button to return to the admin's own wardrobe. Locked Slot Visuals: Slots without permission now show as locked (barrier icons) in the GUI.

🔧 Improvements Refactored Command Handling: Merged /rwcredits and /wardrobethemes into /wardrobe credits and /wardrobe themes. Enhanced GUI Logic: Improved permission checks and GUI rendering for locked slots. Better Equip Logic: Equipping a set now saves the currently worn armor back to the slot (if any). Admin GUI Read-Only: Admin view GUI is now non-interactive (view-only).

🐛 Bug Fixes Fixed potential NPEs in permission checks. Improved inventory close handling to prevent memory leaks. Fixed edge cases in armor set saving and loading.

🛠️ Technical Changes Added adminViewTargets map to track admin viewing sessions. Added equals and hashCode methods to ArmorSet for better data integrity. Improved logging and error messages for better debugging.

🔒 Permission Nodes Added rayzwardrobe.use.slot.* – Access to all slots. rayzwardrobe.use.slotX – Access to a specific slot (X = slot number). rayzwardrobe.admin.view – Permission to use /wardrobe view.

📜 Commands Updated /wardrobe – Now supports subcommands: credits, themes, view. /rwreload – remains unchanged.

🧹 Removed Standalone commands /rwcredits and /wardrobethemes (merged into /wardrobe).

✨ RayzWardrobe | Light Weight | Wardrobe system | 1.21 1.6

release29 августа 2025 г.
  • Bug Fixed.
Spoiler

[21:52:00 INFO]: [RayzWardrobe] Enabling RayzWardrobe v1.5 [21:52:00 INFO]: [RayzWardrobe] Generated default theme: classic.yml [21:52:00 INFO]: [RayzWardrobe] Generated default theme: cyber.yml [21:52:00 INFO]: [RayzWardrobe] Generated default theme: darkmode.yml [21:52:00 INFO]: [RayzWardrobe] Generated default theme: galaxy.yml [21:52:00 INFO]: [RayzWardrobe] Generated default theme: neon.yml [21:52:00 INFO]: [RayzWardrobe] Generated default theme: pastel.yml [21:52:00 INFO]: [RayzWardrobe] Generated default theme: royal.yml [21:52:00 INFO]: [RayzWardrobe] Generated default theme: sunset.yml [21:52:00 ERROR]: Error occurred while enabling RayzWardrobe v1.5 (Is it up to date?) java.lang.NoClassDefFoundError: org/bstats/bukkit/Metrics at RayzWardrobe.jar/org.rayz.rayzWardrobe.RayzWardrobe.onEnable(RayzWardrobe.java:125) ~[RayzWardrobe.jar:?] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:280) ~[purpur-api-1.21.8-R0.1-SNAPSHOT.jar:?] at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:202) ~[purpur-1.21.8.jar:1.21.8-2493-07108b7] at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:109) ~[purpur-1.21.8.jar:1.21.8-2493-07108b7] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:520) ~[purpur-api-1.21.8-R0.1-SNAPSHOT.jar:?] at org.bukkit.craftbukkit.CraftServer.enablePlugin(CraftServer.java:666) ~[purpur-1.21.8.jar:1.21.8-2493-07108b7] at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:622) ~[purpur-1.21.8.jar:1.21.8-2493-07108b7] at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:746) ~[purpur-1.21.8.jar:1.21.8-2493-07108b7] at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:491) ~[purpur-1.21.8.jar:1.21.8-2493-07108b7] at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:314) ~[purpur-1.21.8.jar:1.21.8-2493-07108b7] at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1179) ~[purpur-1.21.8.jar:1.21.8-2493-07108b7] at net.minecraft.server.MinecraftServer.lambda$spin$2(MinecraftServer.java:313) ~[purpur-1.21.8.jar:1.21.8-2493-07108b7] at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?] Caused by: java.lang.ClassNotFoundException: org.bstats.bukkit.Metrics at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:205) ~[purpur-api-1.21.8-R0.1-SNAPSHOT.jar:?] at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:172) ~[purpur-api-1.21.8-R0.1-SNAPSHOT.jar:?] at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526) ~[?:?] ... 13 more [21:52:00 INFO]: [RayzWardrobe] Disabling RayzWardrobe v1.5 [21:52:00 ERROR]: [RayzWardrobe] Data manager not initialized! [21:52:00 ERROR]: [RayzWardrobe] Data manager not initialized! [21:52:00 INFO]: [RayzWardrobe] §c[RayzWardrobe] §fSaving all data...

✨ RayzWardrobe | Light Weight | Wardrobe system | 1.21 1.5

release27 августа 2025 г.
  • Bug Fixes
  • Bstats support

Совместимость

Minecraft: Java Edition

1.21.x

Платформы

Поддерживаемые окружения

Сервер

Создатели

Детали

Лицензия:MIT
Опубликован:8 месяцев назад
Обновлён:1 месяц назад
Главная