LovelyDrop is a Minecraft plugin that enhances the drop system on your server. It allows you to customize the items that are dropped by defining a range of properties. Furthermore, the entire drop menu is fully configurable, enabling you to incorporate items with designated actions upon clicking, all of which can be given personalized names as desired.
- The fully customizable GUI features items that can perform various actions when clicked
- Set a title and rows for the menu
- Set an optional filler type and its properties
- Configure menu items with various options
- The configurable drop section allows you to
- Add as many items as you desire
- Set a display name and lore for the dropped item (optional)
- Specify an experience granted to the player
- Set a height range for item drops
- Apply enchantments to the drop
- Assign NBT data to the drop
- ...and many more!
The whole configuration of the plugin is explained in this default configuration file.
The plugin allows to store the drops in either a memory or a database. The default storage is a SQLite database, but you can change it yourself in the configuration's storage section.
- SQLite
- PostgreSQL (Recommended)
- Memory
Command | Permission | Description |
---|---|---|
/drop | lovelydrop.menu.open | a main command - shows the drop menu |
/ldp reload | lovelydrop.reload | reloads the whole plugin including configuration |
- Java 8 or higher
- CraftBukkit
- Spigot
- PaperMC
- ...and other server software based on Spigot
- 1.8 or higher
- Read the requirements
- Download a .jar from the releases tab
- Place the .jar in the
plugins
directory - Start your server
- Configure the plugin
- Use /ldp reload command to reload new configuration
- You're done!
This project is licensed under the MIT License - see the LICENSE file for details.