Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
CrazyCrates

CrazyCrates

Add unlimited crates to your server with 11 different crate types to choose from!

197.6k
177
Adventure
Game Mechanics
Minigame

Compatibility

Minecraft: Java Edition

1.21.x
1.20.6
1.20.4
1.20.1–1.20.2
1.19.4
1.16.5
1.12.2
1.8.8

Platforms

Folia
Paper
Purpur
Spigot

Supported environments

Server-side

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Links

Report issues View source Visit wiki Join Discord server
Donate on Ko-fi

Creators

CrazyCrew
CrazyCrewOrganization

Details

Licensed MIT
Published 2 years ago
Updated last week
DescriptionGalleryChangelogVersions

Show all versions

1
2
3
6

CrazyCrates 4.7.1

on Feb 28, 2025
Download
  • Fixed an issue with internal placeholders in the lore of /crates not working.

CrazyCrates 4.7.0

on Feb 28, 2025
Download
  • Fixed an issue with an error when broadcasting a message
  • Added new placeholders without number formatting, https://docs.crazycrew.us/docs/plugins/crazycrates/guides/placeholders
    • Simply add _raw to the end of all placeholders including our internal ones like %keys% i.e. %keys_raw%
  • Fixed an issue with /crates placeholder not being replaced properly

CrazyCrates 4.6.3

on Feb 22, 2025
Download
  • Added back the old way of breaking crates via shift left click
    • Creative Mode is still not required
  • Added similar max pull checks, filler checks, and alternative prize checks for tiered prizes
  • Fixed an issue with ItemsAdder and CrateInteractEvent
  • Fixed an issue with Folia servers

CrazyCrates 4.6.2

on Feb 12, 2025
Download
  • Fixed an issue with vanilla blocks not working as crates.

CrazyCrates 4.6.1

on Feb 10, 2025
Download
  • Fixed issue with furniture plugins due to a pesky boolean.
  • Added a new feature for a "rolling name" during animations
Crate:
  # Settings related to animations...
  Animation:
    # This is only when an animation starts.
    Name: "Rolling your prize..."
  • Cleaned up a bit of the internals for if else checks
    • You must run /crazycrates migrate -mt CratesDeprecated
  • Add missing commands or arguments to locale files
  • Fixed an issue where some border toggles werent being used

CrazyCrates 4.6.0

on Jan 27, 2025
Download
  • Added -s as an option for /crazycrates give|give-random|giveall
  • Slight performance increase when checking physical keys
  • fusion.yml rather than config.yml defines what custom items plugin to use now.

CrazyCrates 4.5.1

on Jan 17, 2025
Download
  • Added a new way to define color/rgb for things like potions, leather_armor etc which should fix the potion#10040:229,164,229 issue trying to stack model data and color/rgb
    "8":
      # The name of the item to display in the gui.
      DisplayName: "<red>Red Potion"
      # The item to display in the gui.
      DisplayItem: "potion"
      # Prize display preview settings
      Settings:
        # The custom model data of the item, -1 is disabled.
        Custom-Model-Data: -1
        # The rgb used for the potion.
        RGB: '229,164,229'
        # Color: RED
      # The amount to display in the gui.
      DisplayAmount: 1
      # The lower the number, the less likely to win it.
      Weight: 15.0
      # The list of items to win.
      Items:
        - "Item:potion, RGB:229,164,229" # Color:RED

CrazyCrates 4.5.0

on Jan 6, 2025
Download
  • Flags has been removed from being a configuration option for Prizes
    • If you used Flags, as long as it's not empty. It will simply hide everything, but lore/displayname.
  • HideItemFlags: true/false will now function, it will hide all, but lore/displayname.
  • hide-tool-tip:true/false is now an option for the Items section in Prizes.
  • Updated to 1.21.4

CrazyCrates 4.4.0

on Dec 29, 2024
Download
  • Added direct support for Nexo/ItemsAdder/Oraxen furniture.
    • A new config option was added in the config.yml letting you choose which plugin to use.
    • If you leave it blank, or as "None"... The plugin will pick whichever it finds first.
    • If you find an issue with one of the other plugins, Set the option in the config.yml to None then restart your server.
  • Updated misleading comment on Prize Commands.
  • Added /cc as an alias.
  • Replaced /crates set with /crates editor
  • Updated /crates editor.
    • The new format is /crates editor -c/--crate <crate_name> or -e/--exit (if you want to leave the mode), This will put you an editor mode for this specific crate.
    • While in this mode, If you right-click a block, You will add a crate location. If you left-click a block, You will remove a crate location.
    • You no longer need to shift click, or be in creative mode.

CrazyCrates 4.3.4

on Dec 11, 2024
Download
  • Fixed an error with War Crate which was thrown when clicking.

CrazyCrates 4.3.3

on Dec 11, 2024
Download

Update

  • Ignore offhand when right-clicking a physical crate.

CrazyCrates 4.3.2

on Dec 10, 2024
Download

Update

  • Fixed an issue an entity task error on Folia.

CrazyCrates 4.3.1

on Dec 5, 2024
Download

Update

  • Fixed an issue on startup with extracting files.

CrazyCrates 4.3.0

on Dec 5, 2024
Download

Update

  • Added Nexo support.

CrazyCrates 4.2.2

on Nov 29, 2024
Download

Update

  • Added {key} placeholder in places it was missing
  • Use Server#getPlayerExact() instead of Server#getPlayer()

CrazyCrates 4.2.1

on Nov 22, 2024
Download

Update

  • Added 2 new toggles in the config.yml which allow you to switch what right/left do when interacting with physical or virtual crates.
  • Added the ability to migrate user data with ExcellentCrates by adding -data to the command which ignores migrating crates.
    • crazycrates migrate ExcellentCrates -d
  • Updated the migration command format
    • crazycrates migrate -mt <migration_type> -c <crate_name> -d
      • -d/--data is used for migrating from user data from other crate plugins.
        • If you wish to migrate from a crates plugin like ExcellentCrates, Do not use -d
      • -mt/--migration_type is used to specify what migration type you want to use.
      • -c/--crate is used for supplying a crate name.
  • Fixed multiple issues with the ExcellentCrates Migrator.
  • Fixed an issue where sometimes fireworks would spawn double stacked or triple stacked.
    • This is because in the sections handling giving the prizes, we forgot how many times we actually spawned fireworks.
  • Fixed a similar issue where the PlayerPrizeEvent was called multiple times, sometimes even 3 times.
    • This is a similar reason to above, we forgot where we used it, or method stacking.
  • No longer spawns a firework when a prize is picked before opening the re-spin menu as the idea of the fireworks is only when the prize is actually given to the player.

CrazyCrates 4.2.0

on Nov 21, 2024
Download

Changes:

  • Allow mass-open to be used on the following crate types:
    • QuadCrates
    • CasinoCrate
    • CosmicCrate
    • FireCracker
    • QuickCrate
  • Updated logging messages for tiers in CasinoCrate
    • Only checking if a tier is null, rather than if the config option is empty, then checking if a tier is null.
  • Moved calling the player prize event, and spawning fireworks to the method which gives the prize.

Fixed:

  • The migrator for ExcellentCrates was setting to Chance not Weight in our crate configs during migration.

CrazyCrates 4.1.1

on Nov 17, 2024
Download

Fixed:

  • Fixed an issue with the broadcast toggle.

CrazyCrates 4.1.0

on Nov 12, 2024
Download

Changes:

  • Bumped to 1.21.3

Additions:

  • Added a feature to turn off the glass border in CSGO, RouletteCrate, WheelCrate, and WonderCrate #800
Crate:
  # Global Settings
  Settings:
    # Handles settings related to the border
    Border:
      # Settings related to the glass border
      Glass-Border:
        Toggle: true # Should the glass border be enabled?

Fixed:

  • No longer ignore items with a -1 weight when building the preview, this prevented prizes being able to be used as filler items.

CrazyCrates 4.0.6

on Nov 3, 2024
Download

Fixed:

  • An issue with the max pull lore being appended, despite the config option being set to -1 for max pulls.
1
2
3
6

Modrinth is open source.

sidebar-refinement@948af2b

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.