▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Плагины/SimpleBleed
SimpleBleed

SimpleBleed

Lightweight plugin that adds a configurable bleeding system: when a player takes damage, they have the option to start bleeding and take damage over time, with particles and sounds

Оцените первым
31
1

SimpleBleed

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.

Features

  • Fully configurable chance, duration, interval, and damage per tick
  • Customizable particles and sounds during bleeding
  • BossBar with remaining timer (configurable color, style, and title)
  • Customizable messages with & color codes and %player% placeholder
  • /bleed reset and /bleed apply commands for admins
  • simplebleed.bypass permission to exempt staff/VIPs
  • Optional WorldGuard integration: bleed-allowed flag and/or region list in config

Compatibility

  • Minecraft: 1.21 - 1.21.x
  • Server: Spigot, Paper, Purpur
  • Java: 17+
  • Optional dependencies: WorldGuard 7.0.9+

Installation

  1. Download SimpleBleed.jar from the latest release
  2. Place it in your server's plugins/ folder
  3. Start the server — plugins/SimpleBleed/config.yml will be generated
  4. Edit the config as desired and run /reload (or restart the server)

Commands

CommandDescriptionPermission
/bleed resetRemoves bleeding from yourselfsimplebleed.reset.self
/bleed reset <player>Removes bleeding from the targetsimplebleed.reset.others
/bleed applyApplies bleeding to yourselfsimplebleed.apply
/bleed apply <player>Applies bleeding to the targetsimplebleed.apply

Permissions

PermissionDefaultDescription
simplebleed.usetrueBasic access to the /bleed command
simplebleed.reset.selftrueRemove bleeding from yourself
simplebleed.reset.othersopRemove bleeding from others
simplebleed.applyopApply bleeding via command
simplebleed.bypassfalseFull immunity to bleeding

Configuration

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."
  # ...

WorldGuard Integration

If WorldGuard is installed, you can disable bleeding in a region in two ways:

  1. Native flag: /rg flag <region> bleed-allowed deny
  2. Config list: add the region name under worldguard.disabled-regions

Часто задаваемые вопросы

Совместимость

Minecraft: Java Edition

1.21.x

Платформы

Поддерживаемые окружения

Сервер

Создатели

Детали

Лицензия:
Опубликован:3 месяца назад
Обновлён:3 месяца назад
Главная