iBleedItems
A neat little plugin that makes mobs drop items of your choice when they are hit by a player. The probability and item dropped can be set in the configuration file. Enchantments and custom names are supported!
Can be used to enhance the survival experience, implemented in minigames or even simply as a unique feature to make your server stand out. Works with Bukkit and Paper Minecraft servers.
Configuration
Code (YAML):
# Restart the plugin or your server for changes to take effect!
# Sets if player need permission "ibleeditems.use" to have their hits registered
usepermission : false
# Set the drops for each entity type
# Possible values for entity type can be found here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/EntityType.html
types:
creeper :
# This contains the information for the item you want to drop, you can name it anything you want as long as it's not repeated for the same entity type
item1 :
# probability of dropping the item
probability : 0.8
# The item that will be dropped
itemstack :
# Required, for spigot reasons. Just copy and paste this in all your itemstacks and you'll be gucci
v : 0
# Material of item, required
type : DIAMOND_AXE
# The item meta
meta:
== : ItemMeta
meta-type : UNSPECIFIC
display-name : ' [ { "text": "test", "italic":false } ]'
lore :
- ' [ { "text": "lore", "italic":false } ]'
- ' [ { "text": "lore 2", "italic":false } ]'
enchants:
BINDING_CURSE : 1
PROTECTION_EXPLOSIONS : 1
DEPTH_STRIDER : 2
item2:
probability : 0.8
itemstack:
v : 0
type : STONE
# amount u want dropped
amount : 3
# Sets if player need permission "ibleeditems.use" to have their hits registered
usepermission : false
# Set the drops for each entity type
# Possible values for entity type can be found here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/EntityType.html
types:
creeper :
# This contains the information for the item you want to drop, you can name it anything you want as long as it's not repeated for the same entity type
item1 :
# probability of dropping the item
probability : 0.8
# The item that will be dropped
itemstack :
# Required, for spigot reasons. Just copy and paste this in all your itemstacks and you'll be gucci
v : 0
# Material of item, required
type : DIAMOND_AXE
# The item meta
meta:
== : ItemMeta
meta-type : UNSPECIFIC
display-name : ' [ { "text": "test", "italic":false } ]'
lore :
- ' [ { "text": "lore", "italic":false } ]'
- ' [ { "text": "lore 2", "italic":false } ]'
enchants:
BINDING_CURSE : 1
PROTECTION_EXPLOSIONS : 1
DEPTH_STRIDER : 2
item2:
probability : 0.8
itemstack:
v : 0
type : STONE
# amount u want dropped
amount : 3
If you found a bug or have a suggestion, add a comment
Satisfied? Leave a review!
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.13, 1.14, 1.15
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
iBleedItems | Make items drop when you hit a mob! is a free Minecraft Java mod. Compatible with Minecraft 1.13, 1.14, 1.15, 1.16 and newer. Downloaded 77 times (via Spigot). Download it and open it directly in the game.