You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.
You should upgrade or use an alternative browser.
- Author ArteffCods
- Creation date
- 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...
- 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
- 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
- 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
- Added ability to reference entity directly from CosmeticUser class
- Optimized and Improved Lead System for Balloons
- Added PlayerCosmeticPostEquipEvent to the api
- Added emotes playing while equipped with now stop
- Added Unequip Emote Stop reason to the api
- Fixed Balloons causing Wardrobe NPC to disappear
- 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...