Update Overview
- Removed sections "hideDrop" and "loot" from all airdrop configs.
- A new file drop.yml is now automatically generated on plugin startup.
It contains loot offset settings and introduces 3 drop modes (2 new ones):
Drop Modes
2.1. OPEN
Standard chest opening mode.
You can configure:
- title
- size
- randomSlots
- hideDrop settings (including cooldowns)
2.2. DROP
Item drop mode.
Example: if your airdrop only has the
BREAKING phase,
after completion the airdrop disappears and drops items directly on the ground.
2.3. FLYING
Advanced version of DROP.
Items are thrown into the air and visually "fly" before landing.
Perfect for creating unique events like:
- Volcano eruptions
- Explosions
- Dynamic loot showers
⚠️ IMPORTANT
The
hideDrop system now works with DROP and FLYING modes as well.
What does this mean?
- Players cannot see the real item (material, name, lore, etc.) until they pick it up
- Prevents cheat clients from detecting valuable items on the ground
This effectively
fixes loot detection exploits, which (as far as I know) no other plugin handles this way.
⚡ Other Changes
- General performance optimizations