1.21.7-bc92cef
on Sep 6, 2025bc92cef Send message when a player uses too many or too few arguments
1.21.7-3af2d36
on Sep 5, 20253af2d36 Add command syntax annotation to all commands
This allows a better way to handle telling players invalid command usage.
1.21.7-ecef83e
on Sep 5, 2025ecef83e Added the ability to customize the row/column of the back/next and menu button.
1.21.7-91507b3
on Sep 3, 202591507b3 Condense the if else
check by moving the isEmpty check into the loop.
1.21.7-95de41e
on Sep 3, 202595de41e Added ability to customize the csgo animation to either have the top/bottom be static or dynamic
If you run /crazycrates migrate -mt CratesDeprecated, The existing options you need will generate.
Please refer to the examples/crates/CrateExample.yml
folder for a full example of how to do it.
It supports the same structure as the new way to do items in the Items
section which can be found on the documentation.
1.21.7-5eec53b
on Sep 3, 20255eec53b Renamed ChestLines
to Rows
in the Crate config files.
Existing configurations should continue to work, You can run /crazycrates migrate -mt CratesDeprecated
to change this!
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 17, 20256e8e663 Fill the bottom border with air to prevent item overfill with the buttons
1.21.7-31b2b5f
on Jul 17, 202531b2b5f Fix issue with additem command
1.21.7-5654508
on Jul 17, 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.