Skip to main content
← All Guides
Plugin Config · 5 min read

CrazyCrates, Setting Up Crate Animations

Guide to configuring CrazyCrates crate animations including CSGO, Wonder, Wheel, and War types with custom sounds and particle effects.

Why Crate Animations Matter

Crate animations are the visual payoff that keeps players opening keys. A well-configured animation builds suspense, makes rare wins feel rewarding, and turns a basic loot box into a memorable moment. CrazyCrates ships with multiple animation types out of the box, and this crazycrates animations setup guide walks through each one so you can pick the right style for your server.

If you have not installed CrazyCrates yet, follow our crate system tutorial first. That guide covers installation, key creation, and prize configuration. This guide focuses entirely on the visual presentation layer.

Available Animation Types

CrazyCrates includes several built-in crate types, each with its own animation style. You set the type in your crate's YAML file:

# crates/VoteCrate.yml
Crate:
  CrateType: CSGO
  # Other options: Wonder, Wheel, War, QuickCrate, FireCracker, CrateOnTheGo

CSGO Crate

The CSGO type shows a horizontal scrolling animation in a chest GUI, similar to the case opening mechanic from Counter-Strike. Items scroll left to right, slowing down until the winner lands under the center marker. This is the most popular crazycrates animations setup choice because players recognize the format immediately.

Wonder Crate

Wonder fills the chest GUI with rapidly changing items that eventually settle on the winning prize. It feels chaotic and exciting, making it a good fit for event crates or high-value seasonal drops.

Wheel Crate

The Wheel type arranges prizes in a circle pattern inside the GUI, and a selector spins around the edge before stopping. Think of a prize wheel at a carnival. This works well when you have a smaller number of prizes (8 to 12) that you want players to see all at once during the spin.

War Crate

War picks two random prizes and shows them side by side. One wins. It is fast and simple, best suited for quick daily reward crates where you do not want players waiting through a long animation.

Customizing Animation Speed and Sounds

Each crate type supports timing and sound configuration:

Crate:
  CrateType: CSGO
  StartingKeys: 0
  InGUI: true
  Sound:
    cycle-sound: BLOCK_NOTE_BLOCK_PLING
    click-sound: ENTITY_PLAYER_LEVELUP
    stop-sound: UI_TOAST_CHALLENGE_COMPLETE

The cycle-sound plays on each item tick during the scroll. The click-sound triggers when the player clicks to open. The stop-sound plays when the winning item is revealed. Choosing the right sounds for your crazycrates animations setup makes a huge difference in perceived quality.

Adding Particle Effects

CrazyCrates supports hologram text above crate locations and particle borders around the physical crate block. Configure these in the crate file:

Crate:
  Hologram:
    Toggle: true
    Height: 1.5
    Message:
      - "&6&lVote Crate"
      - "&7Click to preview"

For particles, you can use a plugin like FancyHolograms or DecentHolograms alongside CrazyCrates to place animated particle rings around your crate locations. CrazyCrates itself handles the text hologram; external particle plugins handle the visual flair.

Preview GUI Configuration

Let players see what they can win before they spend a key. Enable the preview GUI:

Crate:
  Preview:
    Toggle: true
    ChestLines: 6
    Glass:
      Toggle: true
      Name: " "
      Item: GRAY_STAINED_GLASS_PANE

The preview opens a separate chest GUI showing all possible prizes with their chances. Glass panes fill empty border slots for a clean layout. This transparency builds trust and encourages players to acquire more keys, knowing exactly what they might win.

Matching Animations to Crate Tiers

We recommend matching animation complexity to crate value. Common daily crates should use War or QuickCrate for fast redemption. Mid-tier vote or rank crates suit the CSGO style. Rare event crates deserve the Wonder or Wheel treatment for maximum drama. This tiered approach to your crazycrates animations setup keeps players engaged without every crate feeling identical.

Combine your animation choices with the prize weighting system from the main crate guide and your custom items from the Oraxen tutorial for a polished crate experience.

See these configs live: Astroworld MC, IP play.astroworldmc.com, Java + Bedrock.

Related Tools & Resources

🔧

Minecraft Tools

Calculators, generators & server tools

🧱

Item Database

Browse all Minecraft items, stats & recipes

⚒️

Crafting Recipes

Visual crafting guides for every recipe