Change the items mobs drop when killed.
Commands
- /mobdrops reload - Reloads the plugin
Permissions
- mobdrops.command.reload - Allows use of the /mobdrops reload command
Action List
- ADD_POTION:type:amplifier:duration - Add a potion effect to the player
- BROADCAST:message - Send message to all players on the server
- CONSOLE_COMMAND:command - Execute command from the server console
- MSG:message - Send private message to specific player
- PLAYER_COMMAND:command - Execute command as if the player ran it themselves
- SOUND:type:float:float - Play sound to player
Features
- Option to enable or disable default mob drops
- Custom items per mob type
- Drop chances (supports decimal values like 10%)
- Custom display names and lore
- Custom enchantments (including unsafe levels)
- Multiple drops per mob
- Action triggers when an item drops
config.yml
settings:
remove-default-drops: false
messages.yml
messages:
prefix: "&8[&aUltimateMobDrops&8]&r"
no-permission: "%prefix% &cYou don't have permission to use this command!"
player-only: "%prefix% &cYou can't use commands from console!"
help-header: "&e----- UltimateMobDrops Commands -----"
help-reload: "%prefix% &f/%cmd% reload &7- Reloads the plugin"
reload-success: "%prefix% &aSuccessfully reloaded!"
reload-fail: "%prefix% &cA serious error occurred during reloading"
drops.yml
drops:
ZOMBIE:
rotten_core:
chance: 20
material: ROTTEN_FLESH
amount: 1
name: "&2Rotten Core"
lore:
- "&7A decaying essence torn from the undead!"
actions:
- "MSG:&aYou received a rotten core!"
SKELETON:
bone_relic:
chance: 20
material: BONE
amount: 1
name: "&fBone Relic"
lore:
- "&7A fragment of ancient skeletal power!"
actions:
- "MSG:&aYou received a bone relic!"
For support, please use only resource discussion
Terms of Service
By using this plugin, you agree to the following terms, which may be updated by the author at any time.
- All payments are final and non-refundable.
- Redistribution or resale of this plugin is prohibited.
- You are not permitted to modify, decompile, or extract any part of the plugin's source code.
- Support is provided exclusively to legitimate customers. We cannot offer support for plugins obtained through unauthorized or illegal means.