kDrops – Fully Customizable Mob Drop System
Create personalized loot for every mob. Lightweight, modular, and powerful.
✨ Features
- ✔ Custom Drops Per Mob
- ✔ Multiple Drops per Mob
- ✔ Random Drop Quantities
- ✔ XP Rewards & Custom Messages
- ✔ Enchantments Support
- ✔ Time-Based Drops (e.g. night only)
- ✔ Per-World Configuration
- ✔ Admin Drop Alerts
- ✔ Interactive GUI with /kdrops
- ✔ Reload Command with error reporting
⚙️ How it Works
- Download and install the plugin
- Start your server
- Edit the `config.yml` to define custom drops
- Run `/kdrops reload`
- Done! Mobs now drop exactly what you want
❓Why kDrops
- ✔ Lightweight and zero performance impact
- ✔ Fully modular — enable only what you need
- ✔ Beginner-friendly config
- ✔ Supports 1.13 → 1.21
- ✔ Great for RPG, PvE, and Survival servers
Code (YAML):
Example:
ZOMBIE:
enabled
: true
disable-default-drops
: true
worlds
:
- world
drops:
sword:
chance
: 1.0
material
: DIAMOND_SWORD
min-quantity
: 1
max-quantity
: 1
name
:
"§bZombie Sword"
lore
:
-
"§7A rare drop"
enchantments:
SHARPNESS
: 3
UNBREAKING
: 2
xp
: 20
message
:
"§7You got a sword from the zombie!"
commands
:
-
"give %player% diamond 1"
only-night
: true
emerald:
chance
: 1.0
material
: EMERALD
min-quantity
: 2
max-quantity
: 4
name
:
"§aZombie Emerald"
lore
:
-
"§7Glows with evil"
xp
: 5
message
:
"§7You received %amount% emeralds!"
only-night
: false
✅ 100% compatible with Paper, Spigot & Purpur
Need help? Want to suggest features? Contact me on discord (nonkyro)