HomeJavaModsPerPlayerBlood
PerPlayerBlood
This plugin allows you to enable or disable the blood particles - client-side effects.

[​IMG]

[​IMG]
[​IMG]

Bugs? Please go to discussion!

Spoiler: Configuration
Code (Text):

# PerPlayerBlood; Display blood per player
# PPB.Blood-Material: Material of the blood.
# PPB.All-Damage-Mode: If true, any damage cause will generate blood.
# PPB.Entities: Entities that will generate the blood. (PLAYER is default)
# Material List:  https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
# Entity Types: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/EntityType.html
# You can add per entity effect in Material list using ENTITY:ENTITY
# PPB.Enabled-On-First-Join: Will enable the blood if player never played before.
# PPB.Enabled-On-Join: Ignore if player has blood disabled and enable on join.
PPB:
  Blood-MaterialList:
  - SKELETON:REDSTONE_WIRE
  - ZOMBIE:REDSTONE_BLOCK
  - PLAYER:REDSTONE_BLOCK
  Default-Material: REDSTONE_BLOCK
  Enable-Blood-Menu: 'true'
  All-Damage-Mode: 'true'
  Enabled-On-Join: 'false'
  Enabled-On-First-Join: 'true'
  MySQL:
    Enabled: 'false'
    Host: localhost
    Database: database
    Port: '3306'
    User: user
    Password: password
  Max-View-Distance: '12.0'
  Effect-Multiplier: '2.0'
  EffectX: '0.0'
  EffectY: '1.0'
  EffectZ: '0.0'
  Entities:
  - SKELETON
  - ZOMBIE
  - CREEPER
  Messages:
    enabled: '&aBlood effect enabled!'
    disabled: '&cBlood effect disabled!'
    no-permission: '&cInsufficient permissions.'
    material-changed: '&aYou have changed your blood material.'
 

Spoiler: Menu
Code (Text):
rows: 6 #Inventory rows
name: "&7Blood Menu" #Inventory title
close_on_togle: true
close_on_select: true
permission_check: false #If true, players will need to have the permission from this slot.

items: #You can use Data here.
 turn_off_item:
  slot: 49
  ID: 351
  Data: 8
  Name: "&cTurn off the blood effect"
  Lore:
  - "&7Click to disable all blood particles."
 turn_on_item:
  slot: 49
  ID: 351
  Data: 10
  Name: "&cTurn on the blood effect"
  Lore:
  - "&7Click to enable blood particles."

slots:
 10: #Slot
  Display-Item: 57 #Item in menu
  ID: 57 #Blood material
  Name: "&aDiamond"
  Lore:
  - "&aDiamond blood!"
  permission: blood.use.10 #permission (requires check_permission true)
 11:
  Display-Item: 331
  ID: 55
  Name: "&aRedstone wire blood"
  Lore:
  - "&7Classic redstone blood!"
  permission: blood.use.11
 12:
  Display-Item: 152
  ID: 152
  Name: "&aRedstone block"
  Lore:
  - "&7Redstone blood!"
  permission: blood.use.12

Spoiler: Screenshots
[​IMG]
[​IMG]
[​IMG]
[​IMG]


[​IMG]
ignore the typo.

Commands

Plugin details

Read from the plugin's own plugin.yml.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

PerPlayerBlood is a free Minecraft Java mod. Compatible with Minecraft 1.8, 1.9, 1.10, 1.11 and newer. Downloaded 3,960 times (via Spigot). Download it and open it directly in the game.

Explore more