HMCCosmetics icon

HMCCosmetics -----

An intuitive, easy-to-use cosmetics plugin, designed for servers using resource packs.




  • Added ability for Hibiscus Commons to better check Minecraft versions
  • Added several micro-optimizations (Thanks yusshu!)
  • Added Abstracted version CosmeticUser in CosmeticHolder (Thanks yusshu!)
  • Fixed Menu Types not being set causing errors -- it'll now default to EMPTY
  • Fixed included resource pack for 1.21.4 and above
  • General code cleanup
----------, Mar 30, 2025

  • Fixed an issue on startup with plugin not loading from conflicting dependencies on older paper versions
  • Updated adventure to 4.19
----------, Feb 27, 2025

  • Added 1.21.4 Support
  • Added more documentation for developers (Thanks Craftinators!)
  • Added HibiscusHooksAllActiveEvent to prevent constant reloading
  • Added ability to check invisibility with other plugins
  • Added CosmeticSlot registry (Ability to both add/override all cosmetics through API)
  • Added setDefaultMenu in set wardrobe setting command
  • Added ability to disable lighting of backpack
  • Added additional API events (PlayerLoadEvent, PlayerPreLoadEvent, PlayerUnloadEvent)
  • Added CosmeticUserProvider amongst many welcome API changes (Thanks Tech!)
  • Added async listeners to intensive packets
  • Fixed loading user data not checking if a world is valid
  • Fixed issue where having a dyed cosmetics leads to cosmetic item in coloring menu appearing with that color
  • Removed 1.20.1 and 1.20.2 Support
  • Removed unused code
  • Removed Oraxen configuration
----------, Feb 25, 2025

  • Moved to Java 21
  • Added 1.20.3 Support
  • Added Nexo support (Both within the plugin and configs)
  • Added menu command will now open default menu is no menu is specified
  • Added GSit Ccompatibility
  • Added ability for console to apply any cosmetic to any player
  • Added config options to ignore PAPI item processing in cosmetics (dramatically increases performance on bigger servers)
  • Added improved loading of player data
  • Added NMS packet handling for some packets to go around ProtocolLib
  • Added defaultmenu to specific wardrobes
  • Added listener to passenger packet to help ensure backpacks stay on
  • Fixed players seeing other players cosmetics if they are hidden by another plugin
  • Fixed mainhand showing even if invisible
  • Fixed not checking if itemstack has meta data before modifying said meta data
  • Fixed null in getEquipSlot method
  • Fixed cosmetic applying owner skill null
  • Fixed not checking null variable before usage in balloon handling within wardrobes
  • Fixed balloon pufferfish sending packets to wrong people
  • Fixed Model Engine throwing class not found
  • Improved debug messages
  • Improved Hibiscus Commons
  • Improve versioning on dev versions
  • Removed 1.19.4 Support
----------, Dec 29, 2024

  • Added 1.20.6, 1.21, and 1.21.1 Support
  • Bumped minimum version to 1.19.4
  • Bumped minimum Java to 21
  • Added firework item effect support for hmccolor
  • Added hidden placeholder
  • Added menu clicking cooldown to prevent abuse
  • Added none as a database option
  • Added CosmeticTypeRegisterEvent to allow for third party CosmeticTypes (Thanks Boy!)
  • Added lastOpenMenu to the Wardrobe Manager class (Thanks Boy!)
  • Reworked of slot options in the config
  • Fixed closed connection to database not always reopening
  • Fixed backpacks not appearing after respawning in a different world than player died in
  • Fixed backpacks sometimes still being spawned after being hidden
  • Fixed data loading not checking disabled boolean for disabled gamemodes
  • Fixed HMCColor dye menu not using MiniMessage
  • Fixed PAPI Placeholders not processing in wardrobe bossbar
  • Fixed not checking if player is null before checking their world
  • Fixed null entity check in offhand swap event
  • Fixed worldguard wardrobe flag not working if region had cosmetic-allow flag set to allow
  • Fixed ProtocolLib adjustments to equipment enum
  • Fixed old code hotwarpping hotbar resetting NBT of a previous item (Thanks Boy!)
  • Bumped TriumphGUI and Adventure/Minimessage dependencies
  • Removed duplicate emote folder check
  • Removed 1.18.2 and 1.19.3 support
In addition, smaller changes have been made to accommodate this new update.
----------, Aug 16, 2024

  • Added multi-hidden reason (Players can have more than one reason for having cosmetics hidden now)
  • Added additional checks when exiting wardrobe to account for edge cases
  • Added config option to prevent damage while in a wardrobe
  • Fixed equipped armor visually disappearing and requiring a click when exiting wardrobe
  • Fixed unloaded player using HMCC commands causing NPE
  • Fixed SQL Memory Leak (Extremely minor)
  • Fixed multiple schedulers being created when player joins
  • Fixed backpacks going black when under a block
  • Fixed backpack sometimes not attaching after teleporting
  • Fixed getting kicked in wardrobe if allow-flight was set to false
  • Fixed a dead player still in the respawn screen causes NPE
  • Fixed disabled worlds going through nether portals
  • Updated default input and output slots for dye-menu configuration
  • Updated dye menu GUI texture
  • Updated ItemsAdder configs to use contents folder
  • Removed emote shader files from all configurations
  • Removed emotes from default menu configs
----------, Apr 25, 2024

  • Fixed HMCColor hook
----------, Jan 14, 2024

  • Refactored into Hibiscus Commons
  • Added reduced packet usage for armor cosmetics
  • Added priority system for menu items
  • Added ability for long-distance wardrobes
  • Added eco item lookup support
  • Added PlayerArmorChnageEvent for paper servers
  • Added backpacks and balloons being fully despawned when hidden
  • Fixed pose changes in wardrobe causing backpack issues
  • Fixed issue with data trying to be retrieved for a player who leaves before data is loaded
  • Fixed player dying causing an NPE due to lack of an entity
  • Fixed Optifine not removing player model in wardrobe
  • Fixed enchants not properly being passed to cosmetics
  • Fixed wardrobe spawning player even after player leaves wardrobe immidently after entering
  • Fixed Balloons and Backpacks not spawning in wardrobe for some servers
  • Fixed wardrobe menu being able to be open during setup and ending
  • Fixed titles not showing in 1.20.4
----------, Jan 13, 2024

  • Added 1.20.3/4 Support
  • Added amount placeholder
  • Added HMCColor colors in commands
----------, Dec 16, 2023

  • Added 1.20.2 Support
  • Added option to fully disable emotes
  • Added more translation options, such as if a player is offline
  • Added option to hide cosmetics in configurable gamemodes
  • Moved Model Engine api to 4.0 (Dropped 3.x ME support)
  • Improved code quality
  • Improved NMS support checker for future versions
  • Fixed empty menu item not processing PAPI to the item
  • Fixed offhand cosmetic not respecting if an item was in the slot
  • Fixed menu item heads not processing PAPI placeholders for its owner
  • Fixed configurate snakeyml dependency version mismatch on some servers
  • Fixed conflict with MythicMobs over damage mechanic
  • Fixed Geary integration (Thanks Boy!)

There is a known issue with the models on 1.20.2, with Minecraft not putting the model all the way down like in previous versions. This is a resource pack issue, not a plugin issue. If you are updating from 1.20.1, use the new models provided in the pack.
----------, Nov 15, 2023

  • Added HMCCosmetics and Cosmetics as aliases to the cosmetic command
  • Fixed equipment packet kicking players in edge cases (Rewrote the packet modification to be more vanilla-like)
  • Fixed wardrobes distances referencing configuration option no longer existing
  • Fixed setting viewer location not referencing player eye location
  • Removed old passenger removal logic on player quit
  • Improved code quality
----------, Sep 15, 2023

  • Added offhand always show option
  • Fixed hotbar visually messing up if players scrolled fast enough
  • Fixed PAPI placeholders not being parsed in player-command menu action
  • Fixed distance and permission being removed from the config
  • Fixed pufferfish not being properly destroyed when out of range
  • Removed unused NMS methods
----------, Aug 30, 2023

  • Added MMOItems Hook
  • Added entity cooldown teleportation packet, this helps decrease the amount of packets sent
  • Fixed issue of swapping items leading to other players visually seeing the offhand cosmetic in their main hand
  • Fixed certain entity metadata not being added correctly on 1.19.3+
  • Improved documentation around wardrobe objects
----------, Aug 27, 2023

  • Remove deprecated static radius, this has been replaced with per-wardrobe distances since 2.4.0 and has done nothing since 2.4.0
  • Fixed Backpack Packet Entity missing additional entity metadata
----------, Aug 26, 2023

  • Added menu shading (natively supports Oraxen, other plugins soon)
  • Added ability to strictly define unapply/apply clicks
  • Added .8 HMCColor support
  • Added ability to define firstperson backpack height
  • Added ability to define per cosmetic balloon offset
  • Added option to disable camera mode in emotes
  • Added option to force sending of backpack riding packets
  • Fixed first-person cosmetics not passing color
  • Fixed not having a cosmetic in equipped slot returning null
  • Fixed offhand cosmetics flicking when interacting with other entities
  • Fixed balloons attempting to respawn themselves after spawning in
  • Fixed despawned backpacks producing NPE when modified
  • Fixed unchecked wardrobe causing PAPI to wrongly report if cosmetic can be equipped
  • Fixed armor not showing after cosmetic unapply for a few seconds
  • Improved backpacks by making them all packets
  • Improved code quality
----------, Aug 24, 2023

  • Added config option to require specific click types for cosmetic type of gui item
  • Added getAllCosmetics and getAllCosmeticUsers to API class
  • Fixed model not being recognized by Model Engine if it has uppercase characters
  • Fixed entering wardrobe with a trident causes wardrobe to break
  • Fixed backpack mounts when other mounts are there (Thanks MomoPewPew!)
  • Moved invalid backpack message to debug
  • Improved event priorities
  • Improved general code quality
----------, Aug 3, 2023

Fixed error when entity is invalid introduced in the previous version
----------, Jul 31, 2023

  • Added first-person backpacks
  • Added world guard flag to disable emotes in a region
  • Added equip and unequip to main API class
  • Added new gui backend system feating improvements such as refresh-rates
  • Added new cosmetic, The Flora Flower, in celebration of the first update since Flora launch
  • Fixed minimessage not being processed in translations
  • Fixed players still in wardrobe after teleporting (Thanks @AverageGithub!)
  • Fixed Title Messages not using proper time specified in config (Thanks @AverageGithub!)
  • Fixed skin overlays not showing on wardrobe NPCs (Thanks @AverageGithub!)
  • Moved ModelEngine to internal hook system
  • Moved to Gradle 8 for building
  • Removed unused utils
----------, Jul 30, 2023

  • Improved Shaders on 1.19.4+ (Thanks Yuuki!)
  • Fixed balloons teleporting into WorldGuard regions producing errors
  • Fixed issue with Cosmin taking up command
  • Removed Internal Data Option (You should be using SQLite or MySQL)
  • Refactored placeholders to use one method
----------, Jul 9, 2023

  • Added PAPI placeholders to cosmetic item names
----------, Jun 29, 2023

  • Added force-show-join to ignore hidden reason when a player joins
  • Added enter-open-menu to open menu when player enters wardrobe
  • Added Action Bar Message when players have cosmetics hidden
  • Fixed an issue where messages that are null causing player to be kicked
----------, Jun 27, 2023

  • Added ability to reference entity directly from CosmeticUser class
  • Optimized and Improved Lead System for Balloons
----------, Jun 22, 2023

  • Added HMCCosmeticsAPI class for easier API access
  • Refactored all events into their own package
  • Fixed Optifine continuing to show armor while emoting
  • Removed 1.17.1 Support
----------, Jun 19, 2023

  • Added PlayerTeleportEvent to the WorldGuard listener
  • Added PAPI support for cosmetic names, lore, skull owner and textures
  • Improved handling of invalid backpacks
----------, Jun 17, 2023

  • Added Translation.yml
  • Fixed Player Info Packet being sent on the wrong index on 1.18.2
  • Fixed Geary (Again)
----------, Jun 15, 2023

  • Added PlayerCosmeticPostEquipEvent to the api
  • Added emotes will now stop when unequipped
  • Added Unequip Emote Stop reason to the api
  • Fixed Balloons causing Wardrobe NPC to disappear
----------, Jun 13, 2023

  • Updated PlayerAnimator to support 1.20
----------, Jun 12, 2023

  • Added 1.20 Initial Support
  • Added ability to add text above emote
  • Fixed issue with backpacks disappearing after teleporting long distances
  • Fixed Geary Hook
  • Fixed unchecked wardrobes not removing cosmetics
----------, Jun 10, 2023

  • Added ability to define multiple wardrobes
  • Added ability to restrict wardrobes by permission
  • Added ability to create new wardrobes in-game
  • Added ability to allow users access to all cosmetics while in wardrobe, removing them as they leave if they lack permission
  • Added menu permissions to registered permissions
  • Added ability to check for air under emote
  • Added Config Updater
  • Added Menus#values to get all Menus registered
  • Improved file generating logic
  • Improved invalid backpack error message to include user
  • Changed WorldGuard Wardrobe flag to be a StringFlag from StateFlag
  • Changed wardrobe-location to npc-location in wardrobe configurations
  • Changed Looty Hook to Geary (Thanks Boy!)
  • Fixed exit worldguard region with denied cosmetics and entering worldguard region with allowed cosmetic flags not reapplying cosmetics
  • Fixed cosmetic armor showing while player is emoting
  • Fixed cosmetic emotes not going through own emote manager
  • Fixed unlocked placeholder producing out of bounds exception
  • Fixed Menus being janky
  • Fixed menu leaving after selecting cosmetic if HMCColor was not installed
  • Cleaned a random space in the wardrobe debug message
----------, May 25, 2023

  • Fixed translation file being generated
  • Fixed cosmetic type items in GUI not parsing PAPI placeholders
  • Fixed cosmetic type items sometimes not transitioning to the equipped GUI item when equipped
----------, May 9, 2023

  • REWORKED Locked Name and Locked Lore and now under locked-item, see here. https://docs.hibiscusmc.com/hmccosmetics remapped/GUI-Configuration#locked-cosmetic-system. This new system breaks the locked-name and locked-lore system previously used but the plugin will still load fine.
  • Added equipped-item gui item under cosmetic type
  • Added Denizen item support (Thanks @Mergu !)
  • Added LibsDisguises support Added support for multi-emote files (Thanks @Craftinators !)
  • Added positive emote distances rotating to player
  • Updated PlayerAnimator to 1.2.6 for 1.19.4 support (Thanks Boy!)
  • Improved generated item for GUI to pass slot (internal right now)
  • Improved player debug tick message
  • Fixed default config comment referencing the wrong value
----------, May 6, 2023

  • Improved some debug messages
  • Improved remove loose cosmetic items removing items after gamemode switch
  • Improved cosmetic items now show who they were generated for
  • Improved cosmetic items now show the id of the cosmetic they were generated for
  • Fixed 1.19.3 player info packet improperly casting in ProtocolLib
  • Fixed 1.19.2 player info packet field index
  • Fixed wardrobe not properly ending when transitions were disabled
  • Fixed invalid cosmetic in using placeholder throwing null error
  • Fixed PAPI Expansion not being persistent
  • Fixed wardrobe still running after the player died in a wardrobe
  • Fixed players able to get cosmetics by shift clicking in HMCColor menu (Update HMCColor as well for this fix)
  • Fixed persistent data containers being added that just contained "item"
----------, Apr 23, 2023

  • Added ability to remove loose cosmetics
  • Added ability to hide leads on balloon cosmetics
  • Added ability to change gamemode on exiting wardrobe
  • Added Garbage Truck Balloon & Garbage Picker Upper Cosmetic
  • Improved equipped placeholder to take the type as well
  • Fixed standing not readding backpack
  • Fixed emote still playing after teleporting
  • Moved player_move_check to player-move-check in configuration
----------, Apr 18, 2023

  • Added 1.19.4 Support
  • Added ability to toggle WorldGuard listener
  • Improved internal hook handler (Thanks Craftinators!)
  • Fixed backpack blocking the riptide enchantment
  • Fixed backpacks being on player while they were flying with riptide
  • Fixed plugin attempting to teleport invalid balloon entities
  • API changed so PlayerMenuCloseEvent is no longer cancellable (Thanks Craftinators!)
  • Updated default configuration to have instructions regarding wardrobe transition for third party plugins

Please keep in mind that emotes are not fully functional on 1.19.4 yet, as the shader has not been updated.
----------, Apr 2, 2023

  • Added CMI Vanish support
  • Added config option to disable emote block checking
  • Added ability to pass enchantments to cosmetic items (useful for client-side enchantments)
  • Added config options for emotes (damage-leave and invincible)
  • Added PlayerEmoteStartEvent and PlayerEmoteStopEvent to the API
  • Fixed default color in apply command not working with plugins
  • Fixed self-interaction kick while in wardrobe and emotes
  • Fixed emote block checking just checking if the block is air, rather than if you can see through it
  • Fixed teleporting invalid entities
----------, Mar 12, 2023

  • Added option to use legacy IA hook
  • Added all option to unapply command
  • Fixed putting -1 for HMCCosmetics Wardrobe radius not allowing you to use wardrobe from anywhere
  • Fixed flying with elytra with a backpack throwing null
  • Fixed WorldGuard flags hiding cosmetics when allow was selected
  • Fixed debug messages not using debug method
  • Improved backpacks internally
----------, Mar 10, 2023

  • Refactored numerous classes
  • Quality Improvements in the codebase (Thanks Craftinators!)
  • Fixed invalid player kick on emotes
  • Fixed emote command having invalid username throwing error
  • Fixed default config having wrong dye menu name for itemsadder
  • Fixed balloon fix activating even when a player has no balloon throwing errors
  • Fixed HMCColor attempting to be used when not present
----------, Feb 26, 2023

  • Added experimental ModelEngine backpack feature
  • Fixed issue with different poses and backpacks
----------, Feb 21, 2023

  • Added ability to specify dye menu input and output slots (Thanks Boy!)
  • Fixed placeholders not applying in menus
  • Fixed Looty Hook (Thanks Boy!)
  • Revamped Lantern Cosmetic
  • Added Explorer Backpack Cosmetic (dyeable)
----------, Feb 17, 2023

  • Added Emotes! Players can equip an emote into their emote slot and activate it using Shift + F or /cosmetic emote. Credits for emotes go to the Mythic Team for creating the library & shader behind it.
  • Added force permission check on join to check if a player still has a cosmetic permission
  • Added SuperVanish + PremiumVanish Support
  • Added getDefaultMenu for developers (Thanks Boy!)
  • Added Looty Support (Thanks Boy!)
  • Improved Oraxen Hook (Thanks Boy!)
  • Improved locked name and lore handling
  • Improved Move Event handler
  • Refactored and improved the internal hook system
  • Refactored several classes into managers under the CosmeticUser class. This only affects plugins hooking into HMCC.
  • Fixed Wardrobe applied Balloons having bugged leashes
  • Fixed Item Flag in item serializer not working correctly
  • Fixed cosmetic reload permission not working
  • Fixed Wardrobe user being able to pickup items
  • Fixed Wardrobe runnable continuing in rare circumstances
  • Removed hard depend on PlaceholderAPI
----------, Feb 12, 2023

  • Added ability to silence messages from commands with -s
  • Added arg to apply command to apply color: /cosmetic apply cosmeticName playerName #FFFFFF
  • Added Hidden Reason now saved in the database
  • Added action menu now checks permission. Override for old behavior with -o
  • Reworked update checker to be more in-line with HMCWraps
  • Reworked publishing to the repo to exclude dependencies
----------, Feb 3, 2023

Release 2.1.1
  • Slight Refactoring
  • Reworked color handler to support different types of color formats - Improvements to balloons through teleports
  • Added more Hidden Reasons for API
  • Fixed ME being used when not present
  • Fixed ItemsAdder reload causing HMCC to reload itself hundreds of times
----------, Feb 2, 2023

Reworked internal balloon handling
ModelEngine is no longer required for balloons! You can use ModelEngine, or remove the model key from your balloon cosmetic to use the item instead

Balloons now use armor stands as the base, improving velocity handling amongst other things.
Added sound action
Added particle action
Added hidden reason to API event
Added equip & unequipped actions
Added locked-lore and locked-name under cosmetic type of item
Added 1.18.2 & 1.17.1 NMS support
Added color of bossbar to default config
Added invisibility hiding cosmetics
Fixed Inventory Glitch
Fixed offhand cosmetics not appearing after being applied

Resource Pack Improvements!


Improved texture for beanie New default GUIs Fixed color GUI (now supports HMCColor)
----------, Jan 28, 2023

Fixed invalid cosmetics and menus causing plugin to fail starting up
----------, Jan 21, 2023

  • Added Update Checker
  • Added setting for cosmetics removal on death
  • Added /cosmetic debug command
  • Added Left + Right Click as listeners for actions
  • Added Jitpack Support for developers
  • Slight internal reworking
  • Fixed backpack and balloons showing for people outside the wardrobe Fixed balloons bugging out when exiting the wardrobe
  • Fixed players able to reload the chunks and see players in wardrobe and vice versa
  • Fixed backpacks producing sounds when unequipped
  • Fixed ItemsAdder hook producing an NPE when given an invalid id
----------, Jan 17, 2023

Fixed error with jar inside of included zip
----------, Jan 14, 2023

Stop multiple NMS version messages from appearing in console
Modified default messages
Dye command improvements
MythicMobs item support
Improvements to offhand cosmetics
Register permissions from cosmetics
Hide and show cosmetics via command
Fixes for 1.19.3
----------, Jan 14, 2023

HMCCosmetics Remapped is here!

PLEASE READ THIS POST AND BACKUP YOUR CONFIGURATIONS BEFORE UPDATING

Remapped is a huge update from 1.x, meaning that you will need to update your configurations.

We are working on a guide for this which you can view here. Additionally, our wiki now has a Remapped section for information pertaining to the release.

A brief list of improvements in Remapped:
  • 90% of bugs existing in 1.x will now be gone
  • Performance Improvements
  • Wardrobe has been improved significantly
  • Bossbar feature for wardrobe
  • Pumpkin head feature for wardrobe
  • Balloons have been improved significantly
  • Balloons are now dyeable
  • Added new PAPI Placeholders
  • New API Events for developers
  • Improved dye menu (now requires HMCColor, free)
  • Cosmetics & Menus are now split into different files, which allows better organization and less clutter.

Updated default configuration with multiple new cosmetics

Remapped requires you to have ProtocolLib 5.x installed, and PlaceholderAPI. It currently works on 1.19.2 and 1.19.3, but other version support may be added over time.
----------, Jan 12, 2023

Adds 1.19 support. Please make sure you are using the latest 2.0 build of packetevents.
----------, Jul 26, 2022

Fix issue with particle amounts
----------, Jul 11, 2022

Backpacks can now be hidden in first person view (see https://docs.hibiscusmc.com/docs/hmccosmetics/First-Person-Hidden-Cosmetics)

Revamped default texture pack
Added "Future Wings" backpack

Configuration changes:

https://paste.gg/p/anonymous/d96882a43ab24514aa35832364612399

Suggest new features on Github: https://github.com/HibiscusMC/HMCCosmetics/issues
----------, Jul 9, 2022

This update resolves an extremely important bug from version 1.10.2 (which has now been deleted from Spigot so people do not use it).

If you are currently using 1.10.2, there is only two changes:


  • Fixed an issue in the default ItemsAdder config
  • Fixed issue with packet sending
If you are currently using 1.10.1, this is the changelog for 1.10.2:

----------, Mar 11, 2022

Bug fixes & Default menu config option
----------, Mar 8, 2022

Balloons & Tokens!
  • Finished Balloons! To use them, you will need ModelEngine.
  • Added option to change the lore for an equipped cosmetic (see https://github.com/HibiscusMC/HMCCosmetics/wiki/FAQ)
  • Added a command to open a specific menu (/cosmetics menu <menu_name>)
  • Added a command to give people tokens (/cosmetics token <id> <username>)
  • Added option to apply cosmetics when exiting the wardrobe
  • Added a tokens feature!
  • Fixed enum error.
  • Fix NPE error
  • Fix ConcurrentModificationException error
  • Fix issue with tridents.

    Configuration changes: https://paste.gg/p/anonymous/6713dd23e9324f1ba24be508abd773be
----------, Mar 6, 2022

This update adds / fixes a couple different things, I was on vacation while I did this so I was unable to upload the update. To see a full list of everything that was updated, please join our discord server: https://discord.gg/pcm8kWrdNt.
----------, Mar 2, 2022

  • Added many new options to GUIs allowing even more possibilities. This will be documented on the wiki soon.

  • Removed glowing of selected item in the dye menu

  • Added skin overlay to wardrobe NPC
  • Wardrobe spawn delay

  • Wardrobe despawn delay

  • Wardrobe leave location

  • /cosmetics hide command

  • Citizens Support! /cosmetics npc apply <npc_id> <cosmetic_type> <cosmetic_id>

  • New placeholders! %hmccosmetics_wardrobe-enabled% and %hmccosmetics_current-formatted_<type>%

  • Plugin will no longer send messages if they are blank in messages.yml

Configuration updates: https://paste.gg/p/anonymous/7c8e1c6df07e4ee78f066f97578a5769
----------, Feb 20, 2022

Resource Information
Author:
----------
Total Downloads: 1,126
First Release: Feb 18, 2022
Last Update: Mar 30, 2025
Category: ---------------
All-Time Rating:
29 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings