Mythicmobs Block Drop Add-on
This will let you add mythicmobs drop when breaking block with custom amount and chance
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Mythicmobs Block Drop Add-on
CustomBlockDrops
CustomBlockDrops is a lightweight server-side plugin that allows you to configure custom MythicMobs item drops for specific Minecraft blocks.
This plugin is designed for Paper 1.21.x servers and requires MythicMobs 5.5+.
What This Plugin Does
CustomBlockDrops allows server owners to assign MythicMobs items to drop from specific blocks with configurable drop chances and amounts.
Each configured item is rolled independently when a block is broken, meaning multiple custom items can drop from a single block if their chance conditions are met.
All drops can be managed using simple in-game commands or directly through the config file.
Why Use CustomBlockDrops?
This plugin is ideal for:
- RPG-style progression servers - Custom mining worlds - Economy-based servers - Resource farming systems - Custom loot mechanics - MythicMobs-based item ecosystems
It allows full control over:
- Which block drops what - Drop amount - Drop chance - Multiple drops per block
Commands
``` /customblock add <block> <item> <amount> <chance> Adds a MythicMobs item drop to a block.
/customblock remove <block> <item> Removes a configured drop from a block.
/customblock list Lists all configured blocks.
/customblock list <block> Lists all drops configured for a specific block.
/customblock config <item> Shows where a specific MythicMobs item is configured. ```
Configuration
Example:
``` blocks: COBBLESTONE: shinystone: amount: 1 chance: 0.01 ```
Chance Format
- 1.0 = 100% - 0.5 = 50% - 0.01 = 1%
Values greater than 1.0 will always result in a guaranteed drop. All configured items are rolled independently.
Requirements
- Paper 1.21.x - MythicMobs 5.5+
This is a server-side plugin. It does not require any client modifications.
Notes
- This plugin does not contain cheats or client-side modifications. - It does not bypass Mojang restrictions. - It does not modify vanilla drop tables directly. - It only adds additional configurable MythicMobs drops when blocks are broken.