Releases: Crazy-Crew/CrazyCrates
Releases · Crazy-Crew/CrazyCrates
v4.10.5
- Added the prize display when opening FireCracker crate type.
- Added the ability to hide components on items in the new
Itemssection. (turn it on in config.yml)
'1':
DisplayName: <red>Diamond Helmet
DisplayEnchantments:
- protection:5
- unbreaking:3
# The item to display in the gui.
DisplayItem: diamond_helmet
# The amount to display in the gui.
DisplayAmount: 1
# The lore of the item.
DisplayLore:
- <gradient:#8fcfa0:#32a852>A gradient lore!
# The chance to win i.e. 15%
Weight: 15.0
Items:
1ca8f0ac:
material: diamond_helmet
# The name of the item.
name: <red>Diamond Helmet
# The configuration section for enchantments, minecraft: is not needed in front of the enchantment.
# A list of enchantments https://jd.papermc.io/paper/1.21.4/io/papermc/paper/registry/keys/EnchantmentKeys.html
# enchantment: amount
enchantments:
unbreaking: 3
protection: 3
# A list of components to hide.
# https://jd.papermc.io/paper/1.21.5/io/papermc/paper/registry/keys/DataComponentTypeKeys.html, Grab the value from the description without minecraft:
hidden-components:
- "enchantments"- Fixed an issue with a try catch firing when it shouldn't.
- Fixed a deprecation warning in the ExcellentCrates migrator.
Full Changelog: v4.10.4...v4.10.5
v4.10.4
- Fixed a null pointer with the new Items layout.
Full Changelog: v4.10.3...v4.10.4
v4.10.3
- Fixed issue with player skulls not displaying correctly.
- Tony stark built this in a cave with A BOX OF SCRAPS by @ryderbelserion in #852
Full Changelog: v4.10.2...v4.10.3
v4.10.2
- Fix issue with the inventory titles not being colored. This issue only exists on 4.10.0 and 4.10.1.
Full Changelog: v4.10.1...v4.10.2
v4.10.1
- Fixed #850 which was an issue with the examples folder loading.
- If you still have issues, turn off update-examples-folder in the config.yml
Full Changelog: v4.10.0...v4.10.1
v4.10.0
- Update to 1.21.5 by @ryderbelserion in #845
- Added authors to paper-plugin.yml
Full Changelog: v4.9.8...v4.10.0
v4.9.8
- Fixed an issue with ExcellentCratesMigrator
Full Changelog: v4.9.7...v4.9.8
v4.9.7
- Fixed an issue on default installations where the rows were set to 3 instead of 6 in the config.yml
Full Changelog: v4.9.6...v4.9.7
v4.9.6
- Fixed an issue with the FireCracker crate type
Full Changelog: v4.9.5...v4.9.6
v4.9.5
- Fixed an issue on Folia #844
Full Changelog: v4.9.4...v4.9.5