{"id":98573,"date":"2026-06-05T18:51:18","date_gmt":"2026-06-05T15:51:18","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/mashstrikedrops\/"},"modified":"2026-06-05T18:51:18","modified_gmt":"2026-06-05T15:51:18","slug":"mashstrikedrops","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/mashstrikedrops\/","title":{"rendered":"MashStrikeDrops"},"content":{"rendered":"<p># MashStrikeDrops<\/p>\n<p>MashStrikeDrops is a Paper plugin for building custom &#8220;strike mobs&#8221; that players hit repeatedly for rewards.<\/p>\n<p>Instead of normal combat, each configured mob acts like an event target:<\/p>\n<p>&#8211; every successful hit can give an item reward<br \/>\n&#8211; every successful hit can run server commands<br \/>\n&#8211; the final hit can give a separate reward pool<br \/>\n&#8211; the final hit can run a separate command pool<br \/>\n&#8211; mobs can broadcast spawn and death messages<br \/>\n&#8211; admins can create and edit mobs entirely in-game<\/p>\n<p>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.<\/p>\n<p>## Features<\/p>\n<p>&#8211; Create reusable mob templates with `\/sd create`<br \/>\n&#8211; Spawn strike mobs at your location or fixed coordinates<br \/>\n&#8211; Configure hit count, entity type, scale, AI, knockback, and cooldown<br \/>\n&#8211; Add per-hit item rewards from the item in your hand<br \/>\n&#8211; Add final-hit item rewards from the item in your hand<br \/>\n&#8211; Add grouped command pools for hit rewards and final-hit rewards<br \/>\n&#8211; Configure optional spawn messages and death messages<br \/>\n&#8211; Support for several entity-specific settings:<br \/>\n  &#8211; slime size<br \/>\n  &#8211; sheep color<br \/>\n  &#8211; villager profession<br \/>\n  &#8211; baby\/adult state for ageable mobs<br \/>\n&#8211; Optional top-hitter broadcast on death<br \/>\n&#8211; Optional persistence for active mobs across reload\/disable<br \/>\n&#8211; Clickable active mob admin controls in `\/sd listactive`<\/p>\n<p>## Requirements<\/p>\n<p>&#8211; Server software: Paper 1.21.x<br \/>\n&#8211; Java: 21<\/p>\n<p>Paper-compatible forks may also work, but the plugin is built against the Paper API.<\/p>\n<p>## Installation<\/p>\n<p>1. Download `MashStrikeDrops-1.0.0.jar`<br \/>\n2. Place it in your server&#8217;s `plugins\/` folder<br \/>\n3. Start the server once<br \/>\n4. Stop the server if you want to edit the generated config first<br \/>\n5. Start the server again and configure mobs with commands or YAML files in `plugins\/MashStrikeDrops\/Mobs`<\/p>\n<p>## Commands<\/p>\n<p>Permission: `mashstrikedrops.admin`<\/p>\n<p>&#8211; `\/strikedrops`<br \/>\n&#8211; `\/sd help`<br \/>\n&#8211; `\/sd reload`<br \/>\n&#8211; `\/sd list`<br \/>\n&#8211; `\/sd listactive`<br \/>\n&#8211; `\/sd create <id> <name>`<br \/>\n&#8211; `\/sd clone <id> <new-id>`<br \/>\n&#8211; `\/sd spawn <id>`<br \/>\n&#8211; `\/sd spawn <id> <world|current> <x> <y> <z> [north|south|east|west]`<br \/>\n&#8211; `\/sd delete <id>`<br \/>\n&#8211; `\/sd modify <id> hits <amount>`<br \/>\n&#8211; `\/sd modify <id> display set <name>`<br \/>\n&#8211; `\/sd modify <id> display reset`<br \/>\n&#8211; `\/sd modify <id> entity <type>`<br \/>\n&#8211; `\/sd modify <id> changeid <new-id>`<br \/>\n&#8211; `\/sd modify <id> deathmessage set <message>`<br \/>\n&#8211; `\/sd modify <id> deathmessage reset`<br \/>\n&#8211; `\/sd modify <id> spawnmessage set <message>`<br \/>\n&#8211; `\/sd modify <id> spawnmessage reset`<br \/>\n&#8211; `\/sd modify <id> nbt common <key> <true|false|reset>`<br \/>\n&#8211; `\/sd modify <id> nbt <turtle|slime|sheep|villager> <key> <value|reset>`<br \/>\n&#8211; `\/sd modify <id> scale <value>`<br \/>\n&#8211; `\/sd modify <id> knockback <true|false>`<br \/>\n&#8211; `\/sd modify <id> ai <true|false>`<br \/>\n&#8211; `\/sd modify <id> cooldown <seconds>`<br \/>\n&#8211; `\/sd modify <id> command <add|delete|list> &#8230;`<br \/>\n&#8211; `\/sd modify <id> drops <add|remove|list> &#8230;`<br \/>\n&#8211; `\/sd modify <id> finaldrop command <add|list|delete> &#8230;`<br \/>\n&#8211; `\/sd modify <id> finaldrop item <add|list|delete> &#8230;`<br \/>\n&#8211; `\/sd active tp <active-id>`<br \/>\n&#8211; `\/sd active tphere <active-id>`<br \/>\n&#8211; `\/sd active kill <active-id>`<\/p>\n<p>## Quick Start<\/p>\n<p>Create a basic strike mob:<\/p>\n<p>&#8220;`text<br \/>\n\/sd create zombieboss &#038;6Zombie Boss<br \/>\n\/sd modify zombieboss hits 25<br \/>\n\/sd modify zombieboss entity zombie<br \/>\n\/sd modify zombieboss scale 1.5<br \/>\n\/sd modify zombieboss cooldown 0.4<br \/>\n\/sd spawn zombieboss<br \/>\n&#8220;`<\/p>\n<p>Add per-hit rewards:<\/p>\n<p>1. Hold the reward item in your main hand<br \/>\n2. Run `\/sd modify zombieboss drops add`<\/p>\n<p>Add a final-hit reward:<\/p>\n<p>1. Hold the final reward item in your main hand<br \/>\n2. Run `\/sd modify zombieboss finaldrop item add`<\/p>\n<p>Add a per-hit command pool:<\/p>\n<p>&#8220;`text<br \/>\n\/sd modify zombieboss command add coins eco give %player% 25<br \/>\n&#8220;`<\/p>\n<p>Add a final-hit command pool:<\/p>\n<p>&#8220;`text<br \/>\n\/sd modify zombieboss finaldrop command add jackpot crate key give %player% rare 1<br \/>\n&#8220;`<\/p>\n<p>## Configuration Notes<\/p>\n<p>Main config file: `plugins\/MashStrikeDrops\/config.yml`<\/p>\n<p>Notable settings:<\/p>\n<p>&#8211; `drops.give-directly`: gives rewards straight to the player inventory instead of throwing them from the mob<br \/>\n&#8211; `hit-message.enabled`: sends hit progress messages<br \/>\n&#8211; `active-mobs.persist-on-disable`: keeps active mobs through plugin disable\/server stop<br \/>\n&#8211; `active-mobs.persist-on-reload`: keeps active mobs through `\/sd reload`<br \/>\n&#8211; `sounds.hit`, `sounds.death`, `sounds.spawn`: sound effects<br \/>\n&#8211; `top-hitters.enabled`: announces the top hitters when a mob dies<br \/>\n&#8211; `global-hit-commands`: commands that run on every successful hit<\/p>\n<p>Mobs are stored as separate YAML files in `plugins\/MashStrikeDrops\/Mobs\/`.<\/p>\n<p>## Placeholders<\/p>\n<p>Supported placeholders in messages and commands include:<\/p>\n<p>&#8211; `%player%`<br \/>\n&#8211; `%mob%`<br \/>\n&#8211; `%drop%`<br \/>\n&#8211; `%hits%`<br \/>\n&#8211; `%pos%`<\/p>\n<p>## Notes<\/p>\n<p>&#8211; Strike damage is handled by the plugin, so normal combat damage against active strike mobs is cancelled.<br \/>\n&#8211; Environmental damage to active mobs is also cancelled and cleaned up by the plugin.<br \/>\n&#8211; Active mobs use persistent data so they can optionally be restored after reload\/disable, depending on config.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>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.<\/p>\n","protected":false},"featured_media":98563,"template":"","meta":{"_minecraft_slug":"mashstrikedrops","_minecraft_project_id":"FJugjRTB","_minecraft_author":"Mashrafi","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":2,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"mashstrikedrops.zip","_minecraft_size_bytes":48690,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-16T12:20:34.416943Z","_minecraft_date_created":"2026-05-05T22:58:36.021504Z","_minecraft_date_modified":"2026-04-27T06:54:28.574485Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/mashstrikedrops","_minecraft_icon_attachment_id":98563,"_minecraft_imported_at":"2026-06-05T15:51:20+00:00","_minecraft_import_hash":"2e963e34347f7907b3ffb149c91e4551","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[87,124,89,126,137,127,129],"mod_loader":[130,132,134],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-98573","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-adventure","mod_category-bukkit","mod_category-game-mechanics","mod_category-management","mod_category-mobs","mod_category-paper","mod_category-spigot","mod_loader-bukkit","mod_loader-paper","mod_loader-spigot","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>MashStrikeDrops - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/mashstrikedrops\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"MashStrikeDrops - Minecraft\" \/>\n<meta property=\"og:description\" content=\"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.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/mashstrikedrops\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mashstrikedrops\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mashstrikedrops\\\/\",\"name\":\"MashStrikeDrops - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mashstrikedrops\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mashstrikedrops\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/mashaliases-icon-a20ea24ee6d99fe4ca4b1e334682b6073a1e263b.webp\",\"datePublished\":\"2026-06-05T15:51:18+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mashstrikedrops\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mashstrikedrops\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mashstrikedrops\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/mashaliases-icon-a20ea24ee6d99fe4ca4b1e334682b6073a1e263b.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/mashaliases-icon-a20ea24ee6d99fe4ca4b1e334682b6073a1e263b.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mashstrikedrops\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"MashStrikeDrops\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"MashStrikeDrops - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/mashstrikedrops\/","og_locale":"en_US","og_type":"article","og_title":"MashStrikeDrops - Minecraft","og_description":"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.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/mashstrikedrops\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/mashstrikedrops\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/mashstrikedrops\/","name":"MashStrikeDrops - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/mashstrikedrops\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/mashstrikedrops\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/mashaliases-icon-a20ea24ee6d99fe4ca4b1e334682b6073a1e263b.webp","datePublished":"2026-06-05T15:51:18+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/mashstrikedrops\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/mashstrikedrops\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/mashstrikedrops\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/mashaliases-icon-a20ea24ee6d99fe4ca4b1e334682b6073a1e263b.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/mashaliases-icon-a20ea24ee6d99fe4ca4b1e334682b6073a1e263b.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/mashstrikedrops\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"MashStrikeDrops"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/98573","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/98563"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=98573"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=98573"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=98573"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=98573"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}