
Spill your inventory on impact! Items scatter when you fall, get rammed by a goat, or caught in a sonic boom. Configurable drop chances, water spills, potion smashing and more.
Drop your items when you get hurt — literally.
SpillNDrop makes taking damage more impactful. When players fall, get rammed by a goat, or are hit by a Warden's sonic boom, their inventory items may spill onto the ground.
Drop chances, supported worlds, item behavior, and individual features can be configured by server administrators.
Tested on:
1.191.21.1126.1.2| Cause | Config key | Default chance |
|---|---|---|
| Fall damage | FALL |
6.0 × damage |
| Warden sonic boom | SONIC_BOOM |
10.0 × damage |
| Goat ram | GOAT_ATTACK |
20.0 × damage |
Drop chances can use either:
6.020%The default configuration enables SpillNDrop in the overworld, Nether, and End:
language: en # Available: en, pl
# Worlds in which SpillNDrop is enabled
# Use '*' to enable SpillNDrop in all worlds
enabled-worlds:
- world
- world_nether
- world_the_end
multipliers:
FALL: 6.0
SONIC_BOOM: 10.0
GOAT_ATTACK: 20.0
drop-height-offset: 0.5
pickup-delay: 20
scatter-force: 0.2
features:
drop-items: true
drop-held-item: false
spill-water: true
smash-potions: true
To enable SpillNDrop in every world:
enabled-worlds:
- '*'
Use /snd reload after manually editing the configuration.
All commands require the spillndrop.admin permission.
| Command | Description |
|---|---|
/snd help |
Show the command list |
/snd reload |
Reload configuration and language files |
/snd version |
Show plugin version and author |
/snd set <cause> <value> |
Change the drop chance for a damage cause |
/snd toggle <feature> [true/false] |
Enable, disable, or toggle a feature |
Examples:
/snd set FALL 8.0
/snd set SONIC_BOOM 50%
/snd toggle spill-water false
/snd reload
| Feature | Description |
|---|---|
drop-items |
Drops random items from the entire inventory |
drop-held-item |
Only affects the item held in the main hand |
spill-water |
Water buckets place water instead of dropping |
smash-potions |
Potions shatter and apply their effects |
Enabling both drop-items and drop-held-item causes the held item to receive an additional drop chance.
SpillNDrop includes English and Polish translations.
Language files are stored inside the plugin's langs directory. To add another language:
en.yml.de.yml.language: de inside config.yml./snd reload.| Permission | Description | Default |
|---|---|---|
spillndrop.admin |
Access to all /snd administration commands |
Operators |