MashStrikeDrops
🟡 Updated this year🖼️ Gallery (2 images)
🔍 Analysis
- 🏆 #200 of 599 bukkit mods in this game by downloads
📋 About This Mod
# MashStrikeDrops MashStrikeDrops is a Paper plugin for building custom "strike mobs" that players hit repeatedly for rewards. Instead of normal combat, each configured mob acts like an event target: - every successful hit can give an item reward - every successful hit can run server commands - the final hit can give a separate reward pool - the final hit can run a separate command pool - mobs can broadcast spawn and death messages - admins can create and edit mobs entirely in-game The plugin is aimed at event servers, crates-style mob encounters, grind zones, boss-lite content, and custom reward systems without needing MythicMobs or a larger RPG stack. ## Features - Create reusable mob templates with `/sd create` - Spawn strike mobs at your location or fixed coordinates - Configure hit count, entity type, scale, AI, knockback, and cooldown - Add per-hit item rewards from the item in your hand - Add final-hit item rewards from the item in your hand - Add grouped command pools for hit rewards and final-hit rewards - Configure optional spawn messages and death messages - Support for several entity-specific settings: - slime size - sheep color - villager profession - baby/adult state for ageable mobs - Optional top-hitter broadcast on death - Optional persistence for active mobs across reload/disable - Clickable active mob admin controls in `/sd listactive` ## Requirements - Server software: Paper 1.21.x - Java: 21 Paper-compatible forks may also work, but the plugin is built against the Paper API. ## Installation 1. Download `MashStrikeDrops-1.0.0.jar` 2. Place it in your server's `plugins/` folder 3. Start the server once 4. Stop the server if you want to edit the generated config first 5. Start the server again and configure mobs with commands or YAML files in `plugins/MashStrikeDrops/Mobs` ## Commands Permission: `mashstrikedrops.admin` - `/strikedrops` - `/sd help` - `/sd reload` - `/sd list` - `/sd listactive` - `/sd create <id> <name>` - `/sd clone <id> <new-id>` - `/sd spawn <id>` - `/sd spawn <id> <world|current> <x> <y> <z> ` - `/sd delete <id>` - `/sd modify <id> hits <amount>` - `/sd modify <id> display set <name>` - `/sd modify <id> display reset` - `/sd modify <id> entity <type>` - `/sd modify <id> changeid <new-id>` - `/sd modify <id> deathmessage set <message>` - `/sd modify <id> deathmessage reset` - `/sd modify <id> spawnmessage set <message>` - `/sd modify <id> spawnmessage reset` - `/sd modify <id> nbt common <key> <true|false|reset>` - `/sd modify <id> nbt <turtle|slime|sheep|villager> <key> <value|reset>` - `/sd modify <id> scale <value>` - `/sd modify <id> knockback <true|false>` - `/sd modify <id> ai <true|false>` - `/sd modify <id> cooldown <seconds>` - `/sd modify <id> command <add|delete|list> ...` - `/sd modify <id> drops <add|remove|list> ...` - `/sd modify <id> finaldrop command <add|list|delete> ...` - `/sd modify <id> finaldrop item <add|list|delete> ...` - `/sd active tp <active-id>` - `/sd active tphere <active-id>` - `/sd active kill <active-id>` ## Quick Start Create a basic strike mob: ```text /sd create zombieboss &6Zombie Boss /sd modify zombieboss hits 25 /sd modify zombieboss entity zombie /sd modify zombieboss scale 1.5 /sd modify zombieboss cooldown 0.4 /sd spawn zombieboss ``` Add per-hit rewards: 1. Hold the reward item in your main hand 2. Run `/sd modify zombieboss drops add` Add a final-hit reward: 1. Hold the final reward item in your main hand 2. Run `/sd modify zombieboss finaldrop item add` Add a per-hit command pool: ```text /sd modify zombieboss command add coins eco give %player% 25 ``` Add a final-hit command pool: ```text /sd modify zombieboss finaldrop command add jackpot crate key give %player% rare 1 ``` ## Configuration Notes Main config file: `plugins/MashStrikeDrops/config.yml` Notable settings: - `drops.give-directly`: gives rewards straight to the player inventory instead of throwing them from the mob - `hit-message.enabled`: sends hit progress messages - `active-mobs.persist-on-disable`: keeps active mobs through plugin disable/server stop - `active-mobs.persist-on-reload`: keeps active mobs through `/sd reload` - `sounds.hit`, `sounds.death`, `sounds.spawn`: sound effects - `top-hitters.enabled`: announces the top hitters when a mob dies - `global-hit-commands`: commands that run on every successful hit Mobs are stored as separate YAML files in `plugins/MashStrikeDrops/Mobs/`. ## Placeholders Supported placeholders in messages and commands include: - `%player%` - `%mob%` - `%drop%` - `%hits%` - `%pos%` ## Notes - Strike damage is handled by the plugin, so normal combat damage against active strike mobs is cancelled. - Environmental damage to active mobs is also cancelled and cleaned up by the plugin. - Active mobs use persistent data so they can optionally be restored after reload/disable, depending on config.
# MashStrikeDrops
MashStrikeDrops is a Paper plugin for building custom "strike mobs" that players hit repeatedly for rewards.
Instead of normal combat, each configured mob acts like an event target:
- every successful hit can give an item reward
- every successful hit can run server commands
- the final hit can give a separate reward pool
- the final hit can run a separate command pool
- mobs can broadcast spawn and death messages
- admins can create and edit mobs entirely in-game
The plugin is aimed at event servers, crates-style mob encounters, grind zones, boss-lite content, and custom reward systems without needing MythicMobs or a larger RPG stack.
## Features
- Create reusable mob templates with `/sd create`
- Spawn strike mobs at your location or fixed coordinates
- Configure hit count, entity type, scale, AI, knockback, and cooldown
- Add per-hit item rewards from the item in your hand
- Add final-hit item rewards from the item in your hand
- Add grouped command pools for hit rewards and final-hit rewards
- Configure optional spawn messages and death messages
- Support for several entity-specific settings:
- - slime size
- - sheep color
- - villager profession
- - baby/adult state for ageable mobs
- Optional top-hitter broadcast on death
- Optional persistence for active mobs across reload/disable
- Clickable active mob admin controls in `/sd listactive`
## Requirements
- Server software: Paper 1. 21.x
- Java: 21
Paper-compatible forks may also work, but the plugin is built against the Paper API.
## Installation
1. Download `MashStrikeDrops-1. 0. 0.jar` 2. Place it in your server's `plugins/` folder 3. Start the server once 4. Stop the server if you want to edit the generated config first 5. Start the server again and configure mobs with commands or YAML files in `plugins/MashStrikeDrops/Mobs`
## Commands
Permission: `mashstrikedrops.admin`
- `/strikedrops`
- `/sd help`
- `/sd reload`
- `/sd list`
- `/sd listactive`
- `/sd create
` - `/sd clone
` - `/sd spawn
` - `/sd spawn
` - `/sd delete
` - `/sd modify
hits ` - `/sd modify
display set ` - `/sd modify
display reset` - `/sd modify
entity ` - `/sd modify
changeid ` - `/sd modify
deathmessage set ` - `/sd modify
deathmessage reset` - `/sd modify
spawnmessage set ` - `/sd modify
spawnmessage reset` - `/sd modify
nbt common ` - `/sd modify
nbt ` - `/sd modify
scale ` - `/sd modify
knockback ` - `/sd modify
ai ` - `/sd modify
cooldown ` - `/sd modify
command ...` - `/sd modify
drops ...` - `/sd modify
finaldrop command ...` - `/sd modify
finaldrop item ...` - `/sd active tp
` - `/sd active tphere
` - `/sd active kill
`
## Quick Start
Create a basic strike mob:
```text /sd create zombieboss &6Zombie Boss /sd modify zombieboss hits 25 /sd modify zombieboss entity zombie /sd modify zombieboss scale 1. 5 /sd modify zombieboss cooldown 0. 4 /sd spawn zombieboss ```
Add per-hit rewards:
1. Hold the reward item in your main hand 2. Run `/sd modify zombieboss drops add`
Add a final-hit reward:
1. Hold the final reward item in your main hand 2. Run `/sd modify zombieboss finaldrop item add`
Add a per-hit command pool:
```text /sd modify zombieboss command add coins eco give %player% 25 ```
Add a final-hit command pool:
```text /sd modify zombieboss finaldrop command add jackpot crate key give %player% rare 1 ```
## Configuration Notes
Main config file: `plugins/MashStrikeDrops/config.yml`
Notable settings:
- `drops.give-directly`: gives rewards straight to the player inventory instead of throwing them from the mob
- `hit-message.enabled`: sends hit progress messages
- `active-mobs.persist-on-disable`: keeps active mobs through plugin disable/server stop
- `active-mobs.persist-on-reload`: keeps active mobs through `/sd reload`
- `sounds.hit`, `sounds.death`, `sounds.spawn`: sound effects
- `top-hitters.enabled`: announces the top hitters when a mob dies
- `global-hit-commands`: commands that run on every successful hit
Mobs are stored as separate YAML files in `plugins/MashStrikeDrops/Mobs/`.
## Placeholders
Supported placeholders in messages and commands include:
- `%player%`
- `%mob%`
- `%drop%`
- `%hits%`
- `%pos%`
- Strike damage is handled by the plugin, so normal combat damage against active strike mobs is cancelled.
- Environmental damage to active mobs is also cancelled and cleaned up by the plugin.
- Active mobs use persistent data so they can optionally be restored after reload/disable, depending on config.
📊 Mod Details
- Game
- Minecraft Plugins
- Author
- Mashrafi
- Version
- 1.0.0
- Downloads
- 25
- Endorsements
- 1
- Category
- bukkit
- Created
- 5/5/2026
- Updated
- 4/27/2026
- Game Versions
- 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4
- Tags
- game-mechanics, management, mobs
🔧 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 MashStrikeDrops support?
The author lists 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5. Other versions may work but are untested by the author.
What is the latest version of MashStrikeDrops?
Version 1.0.0, published 2026-04-27 with 25 downloads recorded at the source.
Keep browsing — more Minecraft Plugins mods await

