Opening Animations
Every crate in SkiesCrates can have a custom opening animation that plays when a player opens the crate. There are 3 main animations types available:
- No Animation - The crate instantly opens and gives a reward without any animation.
- Inventory Animation - A GUI-based animation that displays items in an inventory interface.
- World Animation - An animation that plays in the world at the crate’s location using packets.
All animations live in the opening folder inside the config/skiescrates/animations/ directory.
Directoryconfig
Directoryskiescrates
Directoryopenings
Directoryinventory
- example_inventory.json
Directoryworld
- example_world.json
Inventory Animations
Section titled “Inventory Animations” Inventory Animations Guide to configuring inventory-based opening animations
World Animations
Section titled “World Animations” World Animations Guide to configuring world-based opening animations