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

AntiDamageParticles

Gets rid of those pesky damage hearts upon hitting an enemy. Useful for RPG servers or places with high damage ouput.

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

AntiDamageParticles is a lightweight Spigot plugin that completely removes the red damage indicator particles (those annoying floating hearts/dots when entities take damage).

This is especially useful for RPG, MMO, PvP, or any server where:

  • Players deal very high damage numbers
  • Large groups of mobs/players are fighting
  • Damage particles cause noticeable client lag or visual clutter

By intercepting and blocking the DAMAGE_INDICATOR particle packets using ProtocolLib, the plugin prevents them from ever being sent to clients thus reducing lag and improving clarity without affecting actual damage mechanics.

Features

  • Permanently blocks damage indicator particles (Particle.DAMAGE_INDICATOR)
  • Extremely lightweight. It only listens to particle packets
  • Works on Minecraft 1.21 and compatible versions

Requirements

  • Server: Spigot / Paper 1.21 or newer
  • Dependency: ProtocolLib (must be installed on the server)

Installation

  1. Download the latest release (.jar file)
  2. Place it in your server's plugins/ folder
  3. Make sure ProtocolLib is also installed
  4. Restart (or reload) the server

That's it! No config files, no commands, no permissions needed.

How It Works

The plugin uses ProtocolLib to intercept outgoing WORLD_PARTICLES packets (Play.Server.WORLD_PARTICLES).
When it detects a packet containing the DAMAGE_INDICATOR particle, the packet is cancelled before it reaches the client.

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

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

Minecraft: Java Edition

1.21.x

Платформы

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

Сервер

Ссылки

Создатели

Детали

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