
Supply Crates
Drop Crates with loot tables for your players!
123
2
Supply Crates 5.0
release8 марта 2026 г.[5.0] - 2026-03-08
Added
- "Buttery Smooth" Descent:
- Implemented client-side interpolation (
setTeleportDuration) for both crates and parachutes, eliminating all visual jitter and "glitches" during falling. - Refactored descent logic with local coordinate tracking to prevent floating-point drift and sync issues.
- Implemented client-side interpolation (
- Premium Parachute System:
- Added a parachute that isnt just particles but a nice looking model that doesnt require texture packs.
- Added smooth, constant rotation to descending crates and parachutes for a more dynamic look.
- Cinematic Landing Effects:
- Massive Smoke Rings: Dense, multi-layered rings of smoke (
CAMPFIRE_COSY_SMOKEandCLOUD) push out 3.5 blocks upon impact. - Impact Debris: Added 100+ block-particle splashes and high-quality sound effects for a weighted, premium feel.
- Massive Smoke Rings: Dense, multi-layered rings of smoke (
- Live Beacon Toggling:
/supplycrates toggle beaconnow instantly adds or removes the beacon beam from all active crates in the world in real-time.
Fixed
- Duplicate Crate Ghosting: Fixed an issue where the falling display entity would remain visible inside the permanent crate after landing.
- Interaction Box Cleanup: The beacon beam and invisible shulker collider now vanish immediately when the opening animation starts, removing "ghost" interactions.
- Beacon Glow: Removed the unintended "glow" effect from the beacon beam display entities.
Supply Crates 4.0
release20 февраля 2026 г.[4.0] - 2026-02-20
Fixed
- NamespacedKey Validation:
- Ensured all
NamespacedKeycreations use lowercase strings to satisfy Bukkit/Paper validation, resolvingIllegalArgumentException.
- Ensured all
- Case-Insensitive Table Loading:
- Updated FillLoot table loading to search for
.ymlfiles case-insensitively, allowing the plugin to find files likeFfaMain.ymleven when the internally managed key is lowercased. - Converted custom pool lookups to be case-insensitive, ensuring GUI selections continue to work regardless of capitalization.
- Updated FillLoot table loading to search for
- Enchantment Parsing:
- Added full support for
minecraft:enchantmentsandminecraft:stored_enchantmentswhen generating items from FillLoot tables. Items like the "Sharpness 2" swords now correctly retain their enchantments.
- Added full support for
Supply Crates 3.0
release4 февраля 2026 г.SupplyCrates Changelog
[3.0] - 2026-02-03
Added
- Modrinth Update Checker:
- Checks for the latest version on Modrinth.
- Notifies admins on join if a new version is available or if they are running a beta version.
- Configurable Drop Duration:
- Added
crate-drop-durationtoconfig.yml(default: 8.0 seconds). - Added
/supplycrates setdroptime <seconds>command to adjust the speed of the falling crate animation. - The drop animation speed now scales dynamically based on this setting.
- Added
- FillLoot Integration:
- Direct integration with FillLoot tables located in
plugins/FillLoot/tables/. - Supports loading custom component metadata from FillLoot tables (Name, Lore, Attributes, Custom Model Data, Unbreakable, Custom Data).
- Direct integration with FillLoot tables located in
Fixed
- Item Duplication:
- Fixed an issue where receiving signal items with a full inventory would duplicate the item or delete it. Now drops excess items at player's feet.
- Fixed
InventoryClickEventhandling to only cancel events within SupplyCrates GUIs, resolving item duplication issues in normal inventories.
- Metadata Parsing:
- Fixed "Unknown item 'minecraft:'" errors when generating loot from FillLoot tables.
- Implemented a robust manual JSON parser for item components, properly handling SNBT formats that caused NMS crashes.
- Global Progress:
- Improved global progress tracking logic.
Changed
- Loot Generation:
- Switched from reflection-based FillLoot API calls to direct YAML parsing for better reliability.
- Removed debug logs related to loot generation.
Supply Crates 2.1
release3 февраля 2026 г.Patch 2.1
- Fixed so loot actually drops from crates.
- Made sure custom drop pools save across restarts.
Supply Crates 2.0
release2 февраля 2026 г.[2.0] - Global Progress & Visuals
Added
- Global Crate Progress: Collaborate with friends to open crates faster! Features shared progress bars and persistent states. Enable with
/supplycrates toggle global-progress. - Modrinth Update Checker: Stay up to date with automatic version checks and in-game notifications.
- Enhanced GUI: Visual overhaul with gradient text and intuitive "Back" navigation (ESC key).
Fixed
- Loot Editor: Fixed item duplication bugs and improved navigation flow.