Spill N' Drop

⭐ — (2 endorsements) 📥 46 downloads 📌 v0.2+1.19-26.1.2 📅 4/4/2026
🟡 Updated this year

By GDLev · adventure

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 6/11/2026 📅 Created: 4/4/2026

🔍 Analysis

  • 🏆 #228 of 331 adventure mods in this game by downloads

📋 About This Mod

# Spill N' Drop !(https://img.shields.io/badge/minecraft-1.19_--_26.1.2-d25947?labelColor=2b303b&style=for-the-badge) !(https://img.shields.io/modrinth/dt/spill-n-drop?style=for-the-badge&labelColor=%232b303b&color=%23389949) **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. ## Presentation <p align="center"> <img src="https://cdn.modrinth.com/data/7MJFs7l4/images/db391b81b42456ba1d48f2c37c0626257c449057.gif" alt="SpillNDrop presentation" /> </p> ## Compatibility - Supports Minecraft versions from **1.19 through 26.1.2** - Compatible with **Spigot**, **Paper**, and compatible server software - The plugin is compiled for **Java 17** - Your server may require a newer Java version depending on its Minecraft version Tested on: - Paper `1.19` - Paper `1.21.11` - Spigot `26.1.2` ## Features - **Inventory drop** — random items from the player's inventory may scatter onto the ground - **Held item drop** — optionally only affect the item held in the player's main hand - **Water spill** — dropped water buckets place water at the player's feet - **Potion smash** — drinking, splash, and lingering potions shatter and apply their effects - **Configurable drop chance** — use a flat percentage or damage-based multiplier - **Per-cause control** — configure fall damage, sonic boom, and goat attacks independently - **World selection** — choose exactly which worlds the plugin affects - **Scatter physics** — dropped items fly outward with configurable force - **Pickup delay** — prevent dropped items from being immediately picked up - **Multi-language support** — includes English and Polish language files ## Damage Causes | 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: - A damage multiplier, such as `6.0` - A fixed percentage, such as `20%` ## Configuration The default configuration enables SpillNDrop in the overworld, Nether, and End: ```yaml 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: ```yaml enabled-worlds: - '*' ``` Use `/snd reload` after manually editing the configuration. ## Commands 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> ` | Enable, disable, or toggle a feature | Examples: ```text /snd set FALL 8.0 /snd set SONIC_BOOM 50% /snd toggle spill-water false /snd reload ``` ## Toggleable Features | 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. ## Language Support SpillNDrop includes English and Polish translations. Language files are stored inside the plugin's `langs` directory. To add another language: 1. Copy an existing language file, such as `en.yml`. 2. Rename it, for example to `de.yml`. 3. Set `language: de` inside `config.yml`. 4. Run `/snd reload`. ## Permissions | Permission | Description | Default | |---|---|---| | `spillndrop.admin` | Access to all `/snd` administration commands | Operators |

# Spill N' Drop !(https://img.shields.io/badge/minecraft-1. 19_--_26. 1. 2-d25947?labelColor=2b303b&style=for-the-badge) !(https://img.shields.io/modrinth/dt/spill-n-drop?style=for-the-badge&labelColor=%232b303b&color=%23389949)

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.

## Presentation

SpillNDrop presentation

## Compatibility

  • Supports Minecraft versions from 1. 19 through 26. 1. 2
  • Compatible with Spigot, Paper, and compatible server software
  • The plugin is compiled for Java 17
  • Your server may require a newer Java version depending on its Minecraft version
  • Paper `1. 19`
  • Paper `1. 21. 11`
  • Spigot `26. 1. 2`

## Features

  • Inventory drop — random items from the player's inventory may scatter onto the ground
  • Held item drop — optionally only affect the item held in the player's main hand
  • Water spill — dropped water buckets place water at the player's feet
  • Potion smash — drinking, splash, and lingering potions shatter and apply their effects
  • Configurable drop chance — use a flat percentage or damage-based multiplier
  • Per-cause control — configure fall damage, sonic boom, and goat attacks independently
  • World selection — choose exactly which worlds the plugin affects
  • Scatter physics — dropped items fly outward with configurable force
  • Pickup delay — prevent dropped items from being immediately picked up
  • Multi-language support — includes English and Polish language files

## Damage Causes

| 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:

  • A damage multiplier, such as `6. 0`
  • A fixed percentage, such as `20%`

## Configuration

The default configuration enables SpillNDrop in the overworld, Nether, and End:

```yaml 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:

```yaml enabled-worlds: - '' ```

Use `/snd reload` after manually editing the configuration.

## Commands

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 ` | Change the drop chance for a damage cause | | `/snd toggle ` | Enable, disable, or toggle a feature |

```text /snd set FALL 8. 0 /snd set SONIC_BOOM 50% /snd toggle spill-water false /snd reload ```

## Toggleable Features

| 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.

## Language Support

SpillNDrop includes English and Polish translations.

Language files are stored inside the plugin's `langs` directory. To add another language:

1. Copy an existing language file, such as `en.yml`. 2. Rename it, for example to `de.yml`. 3. Set `language: de` inside `config.yml`. 4. Run `/snd reload`.

## Permissions

| Permission | Description | Default | |---|---|---| | `spillndrop.admin` | Access to all `/snd` administration commands | Operators |

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
GDLev
Version
0.2+1.19-26.1.2
Downloads
46
Endorsements
2
Category
adventure
Created
4/4/2026
Updated
6/11/2026
Game Versions
1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4
Tags
adventure, cursed, game-mechanics

🔧 How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Plugins →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Plugins versions does Spill N' Drop support?

The author lists 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20. Other versions may work but are untested by the author.

What is the latest version of Spill N' Drop?

Version 0.2+1.19-26.1.2, published 2026-06-11 with 46 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

📋 All Minecraft Plugins Mods 🏆 Top 25 📂 More adventure 👤 More by GDLev 🔎 Similar Mods 🌐 Best adventure (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods