1.1.0 (MAJOR)
on Jul 11, 2025LuckyRabbit 1.1.0 – Major Update 🎉
⚠️ Important: How to Upgrade
Make sure you follow these steps carefully:
- Backup all your existing custom lootbox YAML files.
- Delete your current
/plugins/LuckyRabbit
folder to allow LuckyRabbit to recreate the folder structure. - Restart your server.
- Move your backed-up lootbox YAML files into
/plugins/LuckyRabbit/lootboxes
. - Add your premium animations (Circle, Three-In-Row, Pin-Point) from Patreon to
/plugins/LuckyRabbit/animations
. - Restart the server again to apply changes.
✨ What's New & Improved?
- 👻 Ghostbusters! – Fixed "ghost lootboxes" persisting after server crashes. Lootbox entities will no longer be saved to world data.
- 🎯 Nameplates Expanded – Lootboxes now support up to 6 lines of floating text (title + 5-line description).
- 🛠️ Command Update – We've revamped commands for clarity:
/lb spawn
(NEW!) replaces/lb place
(OLD!)/lb despawn
(NEW!) replaces/lb remove
(OLD!)- 🌟 Default Animation – The Horizontal animation is now the default, while other animations (Circle, Three-In-Row, Pin-Point) are premium, available exclusively on Patreon.
- 📂 Organized GUI – Example lootboxes now live separately from your custom lootboxes in the GUI.
- 🔍 Enhanced Filtering – Quickly find lootboxes in the GUI with the new filter options:
- Sort Alphabetically (A-Z & Z-A)
- Creation Time (Newest to Oldest)
- Popularity (Most Opened)
- Item Count (Number of Items Inside)
📝 Lootbox Metadata – Each lootbox YAML now includes:
- New field:
creationTime
(automatically recorded) - Renamed
displayName
➜title
(Important: update your existing files!) - Added
description
field (up to 5 lines)
🎞️ New Animation System – Animations now have their own dedicated YAML files.
📌 Animation YAML Example
# Circle Animation (premium – Patreon exclusive)
name: "Circle Spin"
id: "CIRCLE"
description: "Items spin in a circular pattern around a center point"
validation_key: "YOUR_KEY_HERE" # Update with each new release!
✅ How to Validate Your Animations
- Use the command
/lb animations
to check animation validity. - If your Patreon animations are not validating, enable
debug: true
inconfig.yml
and review your server console for details.
📡 Need Support?
Join our Discord community!
- Upon joining, select the role "minecraft plugins and mods" for plugin-specific discussions.
- For direct support, create a ticket under the
"plugin support"
category on the#tickets
channel.
🚀 Coming Soon
- 🎉 Multi-Open – Open multiple lootboxes at once directly from the GUI.
- 🌐 Web Dashboard (future roadmap) – Effortlessly create, customize, and manage lootboxes online with a user-friendly web interface.
Thank you for supporting and using LuckyRabbit! 🐰🍀
Lucky Rabbit Lootbox 1.0.9
on Mar 27, 2025Hotfix for 1.21.4
1.0.8
on Feb 1, 2025LuckyRabbit is now fully free! 🎉
We have officially removed the license system, unlocking all features for everyone. No more restrictions—just pure functionality!
🆕 New Features
Fully Free Access
All premium features are now unlocked and available for everyone.
🔧 Improvements
Simplified Codebase
The removal of the license system has significantly reduced complexity and improved maintainability.
🐛 Known Issues
None reported yet!
1.0.51 HOTFIX
on Nov 14, 2024Bugfixes and Improvements
Fixed Oraxen Item Display
Resolved an issue with fetching and displaying Oraxen items correctly in the GUI.
Code Cleanup
Removed unused classes from the codebase to improve performance and reduce clutter.
🐛 Known Issues
- None reported yet