1.21.7-a81d617
on Aug 28, 2025a81d617 Fix an issue by using #runNow instead of #run which calls the internal void method.
1.21.7-e1530d1
on Aug 27, 2025e1530d1 Fix issue with the migrators due to FileType not being overridden properly
1.21.7-ea710bf
on Aug 27, 2025ea710bf Return "N/A" if the file is empty, because files#getFirst() throws an error because no element found.
1.21.7-13968e3
on Aug 27, 202513968e3 Utilize built in methods from CMI/DecentHolograms to handle coloring the messages for better compatibility with their plugins.
This will maybe also allow other plugin specific features like CMI's countless other features for holograms.
1.21.7-4241727
on Aug 27, 20254241727 Remove the brackets from custom name
1.21.7-55af5e1
on Aug 27, 202555af5e1 Added folia scheduler to 2 locations related to command execution
- Fixed glass not showing up in WarCrate, the border toggle is stupid for that as it's required for the crate.
- Removed the remaining ItemMeta usage in favor of Data Components, specifically with the additem command, and the ExcellentCratesMigrator
1.21.7-0e139f6
on Aug 26, 20250e139f6 Added Folia support to every section I know of that was lacking Folia support.
- The display rewards that appear above QuadCrates now have Folia support.
- Multiple methods giving physical keys now have Folia support.
- Checking if a crate type was CrateOnTheGo which requires giving a physical item have been moved to the UserManager#addKey method.
- Updated previous Folia support for sections that did not use FoliaScheduler.
- The /crates admin menu has Folia support now.
- Deprecated QuadCrateManager#endCrateForce for removal, which uses QuadCrateManager#endCrate internally.
1.21.7-7c3b2f2
on Aug 26, 20257c3b2f2 Update session manager cache for QuadCrates
The cache used to be static, and was accessed very weirdly, I did not like it.
1.21.7-8894d22
on Aug 2, 20258894d22 Strip the crate name correctly when making the itemstack for the keys
1.21.7-6e8e663
on Jul 16, 20256e8e663 Fill the bottom border with air to prevent item overfill with the buttons
1.21.7-31b2b5f
on Jul 16, 202531b2b5f Fix issue with additem command
1.21.7-5654508
on Jul 16, 20255654508 Fix issue with potion color not applying with the new items section
1.21.7-530c60b
on Jul 14, 20253fd6d3e Update fusion api
76625ba Add toggle to disable tracking crate openings
304d53e Remove dead imports / whitespace
ad9b522 Clean up file logger impl
7ef9d6f Simplify logger checks
d6f2ca0 Crate type is labeled as NotNull, because we fall back on CSGO crate type in-case they messed up configurations.
1.21.5-fa4ba52
on Jul 6, 2025fa4ba52 Fix an issue with the shield banners using the new item format.
1.21.5-d567691
on Jun 19, 2025d567691 Fix re-location issue causing the plugin not to boot
1.21.5-5e4acb6
on Jun 17, 20255e4acb6 Fix crates debug command
1.21.5-b1690a9
on Jun 12, 2025Fix issue with dropping items on Folia #856
CrazyCrates 4.10.5
on Jun 2, 2025- Added the prize display when opening FireCracker crate type.
- Added the ability to hide components on items in the new
Items
section. (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.
CrazyCrates 4.10.4
on May 23, 2025- Fixed a null pointer with the new Items layout.
CrazyCrates 4.10.3
on May 23, 2025- Fixed issue with player skulls not displaying correctly.