Description:
This plugin adds FULLY CONFIGURABLE bleeding effects to mobs and players when they take damage. It has 3 different bleeding styles with Red Blood for overworld mobs, Purple Blood for endermen and shulkers and a lava particle effect for blazes and magma cubes.
This plugin is compatible with all protection and region plugins. If you have a plugin that reduces or cancels damage in an area or with some item, this plugin is compatible.
Examples - Factions, Worldguard, Towny, mcMMO etc etc
Features:
Spoiler: Click to Expand
1. Mobs and Players bleed when attacked. If more than a certain threshold damage(configurable) is dealt, the mobs/players will bleed.
2. If a lot of damage(configurable) is done, the mob will continue bleeding for a few seconds.
3. Choose and configure which mob bleeds in which way - Red, Nether or Purple. or turn off bleeding for certain mobs.
Mobs like skeletons and iron golems will not bleed. You can change this in the config!
4. Configurable damage levels that will trigger a blood spurt and/or continued bloodflow for a few seconds.
5. Configure the duration for which mobs and players will keep bleeding. (Bloodflow effect).
6. Compatible with ALL other plugins that modify damage in different situations.
7. Turn the hurt sound on/off. Turning it on makes for more realism.
8. Configure the intensity of each type of bleeding effect.
2. If a lot of damage(configurable) is done, the mob will continue bleeding for a few seconds.
3. Choose and configure which mob bleeds in which way - Red, Nether or Purple. or turn off bleeding for certain mobs.
Mobs like skeletons and iron golems will not bleed. You can change this in the config!
4. Configurable damage levels that will trigger a blood spurt and/or continued bloodflow for a few seconds.
5. Configure the duration for which mobs and players will keep bleeding. (Bloodflow effect).
6. Compatible with ALL other plugins that modify damage in different situations.
7. Turn the hurt sound on/off. Turning it on makes for more realism.
8. Configure the intensity of each type of bleeding effect.
Installation:
1. Paste the downloaded file in your plugins folder and restart your server. Bloodshed is ready out of the box!
2. (Optional Step) Edit the config and use /bloodshed reload to reload your new configuration.
3. This plugin requires Java 8 and spigot 1.9+
Commands & Permissions:
1. "bloodshed reload" - this requires the "bloodshed.reload" permission. Console and OPs can always run the command.
Configuration:
Spoiler: Click To Expand
Code (Text):
#
# ______ _ _______ _______ ______ _______ _______ ______ _______ _ _______
#( ___ \ ( \ ( ___ )( ___ )( __ \ ( ____ \|\ /|( ____ \( __ \ ( ____ )( \ |\ /|( ____ \
#| ( ) )| ( | ( ) || ( ) || ( \ )| ( \/| ) ( || ( \/| ( \ ) | ( )|| ( | ) ( || ( \/
#| (__/ / | | | | | || | | || | ) || (_____ | (___) || (__ | | ) | | (____)|| | | | | || (_____
#| __ ( | | | | | || | | || | | |(_____ )| ___ || __) | | | | | _____)| | | | | |(_____ )
#| ( \ \ | | | | | || | | || | ) | ) || ( ) || ( | | ) | | ( | | | | | | ) |
#| )___) )| (____/\| (___) || (___) || (__/ )/\____) || ) ( || (____/\| (__/ ) | ) | (____/\| (___) |/\____) |
#|/ \___/ (_______/(_______)(_______)(______/ \_______)|/ \|(_______/(______/ |/ (_______/(_______)\_______)
#By Azfaloth
#Do not change the version
version: 2.0
#Permissions:
#bloodshed.reload
#Commands:
#/bloodshed reload
PluginEnabled: true
#Players and Mobs will only bleed in these worlds
ActiveWorlds:
- world
- world_nether
- world_the_end
#If true, it will play a satisfying hurt sound when an entity bleeds
PlayHurtSound: true
#set to true to enable players to bleed. If false, only mobs will bleed.
PlayerBleedingEnabled: true
#Blood Spurt is a single spurt of blood
BloodSpurtEnabled: true
#Blood Flow is a continual bleeding for a few seconds
BloodFlowEnabled: true
#The damage required for blood to spurt
BloodSpurtDamage: 5
#The damage required for blood to flow
BloodFlowDamage: 10
BloodFlowTime: 5
#These mobs will not bleed
DoesNotBleed:
- ARMOR_STAND
- ENDERDRAGON
- GHAST
- GIANT
- IRON_GOLEM
- SKELETON
- SLIME
- SNOWMAN
#These mobs will bleed red blood
RedBloodIntensity: 20
BleedsRed:
- BAT
- CAVE_SPIDER
- CHICKEN
- COW
- CREEPER
- GUARDIAN
- HORSE
- MUSHROOM_COW
- OCELOT
- PIG
- PIG_ZOMBIE
- PLAYER
- RABBIT
- SHEEP
- SILVERFISH
- SPIDER
- SQUID
- VILLAGER
- WITCH
- WOLF
- ZOMBIE
#These mobs will bleed Lava Particles
NetherParticleIntensity: 5
BleedsNether:
- BLAZE
- MAGMA_CUBE
- WITHER
#These mobs will bleed Purple Blood
PurpleBloodIntensity: 20
BleedsEnder:
- ENDERMAN
- ENDERMITE
- SHULKER
# ______ _ _______ _______ ______ _______ _______ ______ _______ _ _______
#( ___ \ ( \ ( ___ )( ___ )( __ \ ( ____ \|\ /|( ____ \( __ \ ( ____ )( \ |\ /|( ____ \
#| ( ) )| ( | ( ) || ( ) || ( \ )| ( \/| ) ( || ( \/| ( \ ) | ( )|| ( | ) ( || ( \/
#| (__/ / | | | | | || | | || | ) || (_____ | (___) || (__ | | ) | | (____)|| | | | | || (_____
#| __ ( | | | | | || | | || | | |(_____ )| ___ || __) | | | | | _____)| | | | | |(_____ )
#| ( \ \ | | | | | || | | || | ) | ) || ( ) || ( | | ) | | ( | | | | | | ) |
#| )___) )| (____/\| (___) || (___) || (__/ )/\____) || ) ( || (____/\| (__/ ) | ) | (____/\| (___) |/\____) |
#|/ \___/ (_______/(_______)(_______)(______/ \_______)|/ \|(_______/(______/ |/ (_______/(_______)\_______)
#By Azfaloth
#Do not change the version
version: 2.0
#Permissions:
#bloodshed.reload
#Commands:
#/bloodshed reload
PluginEnabled: true
#Players and Mobs will only bleed in these worlds
ActiveWorlds:
- world
- world_nether
- world_the_end
#If true, it will play a satisfying hurt sound when an entity bleeds
PlayHurtSound: true
#set to true to enable players to bleed. If false, only mobs will bleed.
PlayerBleedingEnabled: true
#Blood Spurt is a single spurt of blood
BloodSpurtEnabled: true
#Blood Flow is a continual bleeding for a few seconds
BloodFlowEnabled: true
#The damage required for blood to spurt
BloodSpurtDamage: 5
#The damage required for blood to flow
BloodFlowDamage: 10
BloodFlowTime: 5
#These mobs will not bleed
DoesNotBleed:
- ARMOR_STAND
- ENDERDRAGON
- GHAST
- GIANT
- IRON_GOLEM
- SKELETON
- SLIME
- SNOWMAN
#These mobs will bleed red blood
RedBloodIntensity: 20
BleedsRed:
- BAT
- CAVE_SPIDER
- CHICKEN
- COW
- CREEPER
- GUARDIAN
- HORSE
- MUSHROOM_COW
- OCELOT
- PIG
- PIG_ZOMBIE
- PLAYER
- RABBIT
- SHEEP
- SILVERFISH
- SPIDER
- SQUID
- VILLAGER
- WITCH
- WOLF
- ZOMBIE
#These mobs will bleed Lava Particles
NetherParticleIntensity: 5
BleedsNether:
- BLAZE
- MAGMA_CUBE
- WITHER
#These mobs will bleed Purple Blood
PurpleBloodIntensity: 20
BleedsEnder:
- ENDERMAN
- ENDERMITE
- SHULKER
Please leave a good review if you enjoyed this plugin or found it useful on your server. Its the reviews that motivate us to spend time on this kind of thing.
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.9, 1.10
- 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.
Bloodshed Plus is a free Minecraft Java mod. Compatible with Minecraft 1.9, 1.10. Downloaded 359 times (via Spigot). Download it and open it directly in the game.