/
Lightweight Spigot/Paper plugin that adds a configurable bleeding system: when a player takes damage, they have a chance to start bleeding and take damage over time, with particles, sounds, and a BossBar showing the remaining timer.
& color codes and %player% placeholder/bleed reset and /bleed apply commands for adminssimplebleed.bypass permission to exempt staff/VIPsbleed-allowed flag and/or region list in configSimpleBleed.jar from the latest releaseplugins/ folderplugins/SimpleBleed/config.yml will be generated/reload (or restart the server)| Command | Description | Permission |
|---|---|---|
/bleed reset | Removes bleeding from yourself | simplebleed.reset.self |
/bleed reset <player> | Removes bleeding from the target | simplebleed.reset.others |
/bleed apply | Applies bleeding to yourself | simplebleed.apply |
/bleed apply <player> | Applies bleeding to the target | simplebleed.apply |
| Permission | Default | Description |
|---|---|---|
simplebleed.use | true | Basic access to the /bleed command |
simplebleed.reset.self | true | Remove bleeding from yourself |
simplebleed.reset.others | op | Remove bleeding from others |
simplebleed.apply | op | Apply bleeding via command |
simplebleed.bypass | false | Full immunity to bleeding |
bleed:
chance: 0.25 # probability 0.0-1.0
duration-seconds: 8
interval-ticks: 20
damage-per-tick: 1.0
particles:
enabled: true
type: BLOCK
count: 15
sound:
enabled: true
type: ENTITY_PLAYER_HURT
volume: 0.6
pitch: 1.0
bossbar:
enabled: true
color: RED
style: SEGMENTED_10
title: "&cBleeding &7- &f%seconds%s"
worldguard:
enabled: true
disabled-regions:
- spawn
- safezone
messages:
bleed-start: "&c&lYou are bleeding! &7Find a way to stop the hemorrhage..."
bleed-end: "&aThe bleeding has stopped."
# ...
If WorldGuard is installed, you can disable bleeding in a region in two ways:
/rg flag <region> bleed-allowed denyworldguard.disabled-regions