
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.
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:
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.
/sd create/sd listactivePaper-compatible forks may also work, but the plugin is built against the Paper API.
MashStrikeDrops-1.0.0.jarplugins/ folderplugins/MashStrikeDrops/MobsPermission: 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> [north|south|east|west]/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>Create a basic strike mob:
/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:
/sd modify zombieboss drops addAdd a final-hit reward:
/sd modify zombieboss finaldrop item addAdd a per-hit command pool:
/sd modify zombieboss command add coins eco give %player% 25
Add a final-hit command pool:
/sd modify zombieboss finaldrop command add jackpot crate key give %player% rare 1
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 mobhit-message.enabled: sends hit progress messagesactive-mobs.persist-on-disable: keeps active mobs through plugin disable/server stopactive-mobs.persist-on-reload: keeps active mobs through /sd reloadsounds.hit, sounds.death, sounds.spawn: sound effectstop-hitters.enabled: announces the top hitters when a mob diesglobal-hit-commands: commands that run on every successful hitMobs are stored as separate YAML files in plugins/MashStrikeDrops/Mobs/.
Supported placeholders in messages and commands include:
%player%%mob%%drop%%hits%%pos%