FancyCrates
is a powerful, customizable crate plugin for your server, featuring
11 unique and stunning opening animations. Make as many crates as you see fit, and asign each a unique animation!
Dependencies
- FancyCrates depends on DecentHolograms for the opening animations!
Features
- 11 Exclusive Crate Opening Animations: 11 Very cool and unique opening animations are provided, with more to come!
- Full Command Support - Easy-to-use commands for admins to give crates and keys:
- /fancycrates givekey <crate> <amount> [player] - Give keys to a player.
- /fancycrates giveall <crate> <amount> - Give keys to all online players with a broadcast announcement.
- /fancycrates give <crate> - Give a crate item directly to yourself.
- Permission Based - Admin commands require the fancycrates.admin permission.
- Database Support - Compatible with both MySQL and SQLite for easy data management.
- Simple Setup - Create your crate configurations via easy-to-edit .yml files placed in the crates folder. The plugin provides a handy template to get you started quickly.
- Customizable Key and Crate Items - Configure appearance and behavior of crate keys and crate items to fit your server theme.
- Command rewards: You can execute commands as a reward, by adding a "reward-command" line to your create reward. For example "reward-command: "eco give {player} 1000"
Want to visually see your crate content in-game? No problem! You can right click a crate to see the content and drop chance!
Animations:
Unfortunately I am not able to display all of them, but here are some amazing animations, with more soon!
Astral Genesis (
id: astral_genesis)
Celestial Rift (
id: celestial_rift)
![[IMG]](//proxy.spigotmc.org/b455ec9506bd90c58bf2dc08b2732a6a14e457c5/68747470733a2f2f6d65646961312e67697068792e636f6d2f6d656469612f76312e59326c6b505463354d4749334e6a457865576c30617a67336332683264326f795a6e466b4f544d305a32307a4e5739734d6e6c32656e526a636d6c714f576c335a5768315a535a6c634431324d563970626e526c636d35686246396e61575a66596e6c666157516d593351395a772f4f397257365649535630534b56373356326a2f67697068792e676966)
Celestial Nexus (
id: celestial_nexus)
Celestial Rite Animation (
id: celestial_rite)
Infinity Collapse Animation (
id: infinity_collapse)
Galactic Drop Animation (
id: galactic_drop)
Temporal Rift Animation (
id: temporal_rift)
Spin Animation (
id: spin)
And even more to check out for yourself
Quantum Pulse Animation (
id: quantum_pulse)
Crystal Boom Animation (
id: crystal_boom)
Chrono Shift Animation (
id: chrono_shift)
Custom Crates
All crates that you create must be located inside the "crates" folder. It's always handy to keep the placeholder.yml in there to have an example to look at.
Support & Feedback
Feel free to join my discord server for support, or if you have feedback! Your reviews on Spigot are also always welcome!
Discord (click)
placeholder.yml
Code (YAML):
[/B
]
crate:
crate-name
:
"placeholder"
animation-id
:
"astral_genesis"
key-item
: TRIPWIRE_HOOK
crate-display-name
:
"<gold><bold>Astral Genesis Crate"
crate-hologram-text
:
"<green>Astral Genesis Crate"
crate-preview-gui-title
:
"<red>Previewing Astral Genesis Crate"
crate-hologram-y-level
: 2.0
crate-block
: ENDER_CHEST
crate-rewards:
1:
item
: DIAMOND_SWORD
amount
: 1
weight
: 3
enchants:
1:
type
: SHARPNESS
level
: 1
displayName
:
"<aqua>Legendary Sword"
lore
:
-
"<gray>Sharp and shiny"
-
"<green>+10 Damage"
2:
item
: DIAMOND_AXE
amount
: 1
weight
: 1
enchants:
1:
type
: SHARPNESS
level
: 1
displayName
:
"<aqua>Legendary Axe"
lore
:
-
"<gray>Sharp and shiny"
-
"<green>+12 Damage"
3:
item
: NETHERITE_INGOT
amount
: 3
weight
: 5
displayName
:
"<gray>Netherite Ingot"
lore
:
-
"<white>Rare upgrade material"
4:
item
: ENCHANTED_GOLDEN_APPLE
amount
: 1
weight
: 2
displayName
:
"<gold>God Apple"
lore
:
-
"<light_purple>Eat like a king"
5:
item
: ELYTRA
amount
: 1
weight
: 1
displayName
:
"<aqua>Sky Wings"
lore
:
-
"<gray>Take to the skies"
6:
item
: DIAMOND
amount
: 32
weight
: 6
displayName
:
"<aqua>Stack of Diamonds"
7:
item
: EXPERIENCE_BOTTLE
amount
: 64
weight
: 7
displayName
:
"<green>XP Splash"
lore
:
-
"<gray>Useful for enchanting"
8:
item
: GOLD_INGOT
amount
: 32
weight
: 6
displayName
:
"<aqua>Stack of Gold"
9:
item
: EMERALD
amount
: 32
weight
: 6
displayName
:
"<aqua>Stack of Emerald"
10:
item
: PAPER
amount
: 1
weight
: 20
displayName
:
"<green>1000$"
reward-command
:
"eco give {player} 1000"
[B
]