Drops Overview
Configure what items drop when your custom mobs die.Drop Table Configuration
Drop tables are defined inplugins/btcMobs/DropTables/ directory.
Basic Structure
Example
Drop Syntax
| Component | Description |
|---|---|
material | Item type (DIAMOND, IRON_SWORD, etc.) |
amount | Single number or range (e.g., 1-3) |
chance | 0.0 to 1.0 (0.5 = 50% chance) |