Polymart is now Voxel Shop! We're upgrading many features of the site, and during this open beta you will experience occasional bugs. Learn more  
EcoCrates icon

EcoCrates 2.8.0

A crates plugin that doesn't give you a headache.

Page 1 2 3 4
2.8.0 5 days ago
2.8.0 Changelog
- Added `/ecocrates send` to send virtual keys between players
- Added `mine_block_cascade` effect for stacked blocks (bamboo, cactus, etc)
- Added PyroFishingPro support
- Added `drop_xp` effect
2.7.0 12 days ago
2.7.0 Changelog
- Added crafting recipe to keys
- Added bStats metrics to all plugins (Thanks Callum!)
- Fixed ModelEngine integration
- Improved `set_victim_velocity` effect
- Improved `set_velocity` effect
- Improved `pull_in` effect
- Improved `knock_away` effect
- ItemPoint placeholders now support numerals
- Fixed gain_xp trigger with Telekinesis
2.6.1 18 days ago
2.6.1 Changelog
- Added block & entity support to Tags
- Improved antigravity_projectile effect (Thanks Callum!)
- Added Vortex whitelist & blacklist
- Performance optimisations
- Fixed `add_durability`
- Added triggers: biome_change, cauldron_level_change, note_block_play, vehicle_entry, vehicle_exit
2.6.0 24 days ago
2.6.0 Changelog
Added 26.1.2 Support (Requires: eco 7.5.0+)
Dropped 1.21.4 -> 1.21.7 support. 1.21.8 is the oldest supported version.
2.5.1 26 days ago
2.5.1 Changelog
- Reverted Folia support
- Fixed `mine_vein` effect not respecting blocks list
- `from_spawner` filter now accepts EcoMobs spawners (Thanks Callum!)
- Added `infinite_bucket` effect (Thanks 0x848!)
- Added `allow_pickup` arg to `shoot` and `shoot_arrow` effects (Thanks Joogiebear!)
- Auraskills drops now work with `autosmelt` and `telekinesis` (Thanks Callum!)
- Added `kill` effect
- Added `remove_victim`, and `remove_dispatcher` effects (Thanks OfTeN!)
- Added warden to `is_boss` filter
- Added `send_discord_webhook` effect (Thanks OfTeN!)
- Added `shopkeepers_trade` effect (Thanks Callum!)
- Added 21 new effects (Thanks Callum!)
arrow_storm, blink, chain_lightning, clear_inventory, copy_item, frost_nova, give_absorption, harvest_crop, lifesteal, place_block, random_teleport, reflect, set_glowing, shockwave, silence, sort_inventory, soul_rip, stun, swap_positions, time_bomb, vortex
2.5.0 Apr 25, 2026
2.5.0 Changelog
- Added Folia support (Thanks Nico!) - REQUIRES ECO 7.4.0!

libreforge:
- Fixed MythicMobs damage triggers (Thanks Callum!)
- Fixed some mutators working incorrectly
2.4.1 Apr 20, 2026
2.4.1 Changelog
- Fixed internal placeholder usage in effects
2.4.0 Apr 18, 2026
2.4.0 Changelog
- Various performance, stability and code improvements (Thanks Callum!)
- Add trident_hit trigger (Thanks 0x484!)
- Add block-lookup support (Thanks Nico!)
- All block breaking effects support "prevent-trigger" (Thanks OfTeN!)
- Add antigravity_projectile effect (Thanks 0x484!)
- Add "trigger_heal" arg to give_health effect (Thanks 0x484!)
- Various performance, stability and code improvements (Thanks Callum!)
- Fixed particle animations not updating on reload
2.3.1 Apr 12, 2026
2.3.1 Changelog
Fixed missing libreforge
2.3.0 Apr 11, 2026
2.3.0 Changelog
Added `/libreforge getitemdata to get exact NBT string for item-lookup
2.2.0 Apr 6, 2026
2.2.0 Changelog
- Fixed potential memory leak with collide_entity trigger (Thanks Auxilor!)
- Fixed `traceback` max time (Thanks Auxilor!)
- Fixed entity whitelist issues when using multiple `homing` effects (Thanks Auxilor!)
- Fixed lrdcb export name always "export" (Thanks Auxilor!)
- Fixed various other backend methods (Thanks Auxilor!)

- Fixed crate roll animations ending prematurely
- Fixed various issues with the CSGO roll animation
- Fixed ghost items appearing after using the `/keys take` command
- Fixed error with wildcard permissions
- Added error feedback to the `/ecocrates forceopen` command when executed from console
- Added double-click prevention to placed crates
- Added new `slot_machine` roll animation
- Added support for `%reward%` placeholder in placed crate holograms
2.1.0 Apr 5, 2026
2.1.0 Changelog
- Added `custom-slots` to crate preview and key GUI.
- Fixed `nil`/`null` placeholder for rewards with zero weight.
- Removed legacy methods.
- Fixed incorrect reward permission nodes.
- Added temp fix for animated rolls failing to complete.
2.0.1 Apr 4, 2026
2.0.1 Changelog
- Fixed `hunger_above_percent` and `hunger_below_percent` conditions to correctly evaluate hunger levels.
- Fixed potential dupe issue with `sell_item` effect.
- Fixed inconsistent placeholders in `send_title` effect.
- Fixed `spin_item` animation spawning incorrect number of items.
- Fixed `shoot_firework` and `firework` effects using incorrect color args.
- Fixed `%player%` placeholder not being replaced in `run_player_command` effect.
2.0.0 Apr 4, 2026
2.0.0 Changelog
# EcoCrates 2.0.0 - REQUIRES ECO 7.0.0
## YOU MUST UPDATE ALL PLUGINS AND ECO OR THEY WILL NOT WORK!
## READ DISCORD ANNOUNCEMENTS FOR MORE INFO

- Fixed catch_fish trigger removing XP.
- Added `commands.yml` for adding effect based custom commands.
- Added `placeholders.yml` for custom placeholders, moving out of `config.yml[/ICODE].
- `static_` and `global_static_` triggers now support placeholders.
- random effect chains, with `weight` args are now dynamic and support math.
- Added support for BetterModel plugin
- `shear` trigger introduced with block support and `shear_entity` has been removed/deprecated.
- AurelliumSkills (not AuraSkills) support has been dropped due to version incompatibility.
- `luck_multiplier` effect is removed.
- Deprecated `drop_item_for_player` effect is removed.
- Deprecated `drop_random_item_for_player` effect is removed.
- Deprecated `run_chain_inline` effect is removed.
- Removed other deprecated methods - please read commit log to see which ones, and update your code accordingly.

## EcoCrates is now a libreforge plugin!
**Your configs are not backward compatible!**

- Removed fake chances.
- Rewards are now individual files (.yml) in /rewards folder.
- Rewards use `win-effects` instead of individual items/commands.
- Rewards have a `name` field for display in the crate GUI.
- Added `open-effects` for crates, which run when the crate is opened, before the reward is given.
- Added `finish-effects` for crates, which run after the reward is given.
- Added effects: `give_virtual_key[/ICODE], `reward_reset_wins` and `reward_weight_multiplier[/ICODE].
- Added triggers: `crate_open` and `crate_win[/ICODE].
- Added filters: `crate` and `crate_reward[/ICODE].
- Fixed some issues with holograms
- Crates now support eco prices to open, rather than just $.
- Keys are now configured in their own .yml files in a /keys folder, allowing a single key to open multiple crates.
1.13.10 Dec 20, 2023
1.13.10 Changelog

- Fixed bug with holograms

1.13.9 Dec 7, 2023
1.13.9 Changelog

- Updated Kotlin version

1.13.8 Aug 30, 2023
1.13.8 Changelog

- Added use-local-storage option to disable cross-server sync if using MySQL in eco

1.13.7 Mar 22, 2023
1.13.7 Changelog

- Changed load order to POSTWORLD

1.13.6 Feb 25, 2023
1.13.6 Changelog

- Removed ProtocolLib as a dependency

1.13.5 Jan 12, 2023
1.13.5 Changelog

- Fixed bug with chunk unloading

Page 1 2 3 4
Sign in
$19.99 USD
Sign in to purchase, save this product to your cart, and keep downloads tied to your account.
Stripe