Перейти к содержимому
Mineforgian

Health Indicators Fairplay

A fork of Health Indicators by AdyTech99. All core features are unchanged. This fork adds a few focused changes.

Загрузки
2K
Подписчики
3
Обновлён
22 июня 2026 г.
Лицензия
LGPL-3.0-only

Опубликован 11 апреля 2026 г.

Исходный код

Health Indicators — Fairplay Fork

Unofficial fork of Health Indicators by AdyTech99.
All credit for the original mod goes to AdyTech99.


Why this fork?

This fork applies a small set of focused changes on top of the original mod while keeping everything else identical.


Changes from the original

🗑️ Removed

  • Show Through Walls removed entirely.
  • Commands: all /healthindicators commands have been removed. Configuration is done exclusively through the in-game config screen.

🔧 Changed

  • Display Offset range is now -5.0 to 5.0 instead of 0 to 10.
    The limit is enforced everywhere: config slider, keybinds, and even when the config JSON is edited manually outside the game.
  • Indicator size range is now strictly limited to 0.010 – 0.030.
    The limit is enforced at runtime via a clamped getter, so manually edited config values outside this range are ignored.

✨ Added

  • Server-side version reporting — when a client joins a server, this mod sends a handshake packet on the channel healthindicators:version containing the installed mod version. In addition, the mod includes alternative detection mechanisms that allow servers to identify its presence even without relying on this specific channel.
  • Server-controlled invisible player visibility — servers can send a packet on the channel healthindicators:server_permissions to allow clients to see health indicators above invisible players. Disabled by default; resets automatically on disconnect.

Requirements

Dependency Required
Fabric Loader ✅ Yes
Fabric API ✅ Yes
YetAnotherConfigLib (YACL) ✅ Yes
ModMenu ❌ Optional (for in-game config screen)

Original mod

All other features, configuration options and keybinds are unchanged from the original.
Please refer to the original mod page for full feature documentation.

Original author: AdyTech99
Source: GitHub
License: LGPL v3

Ченджлог

26.2-1Релиз26.2 · 22 июня 2026 г.
  • ✅ Support for Minecraft 26.2 (Fabric)
  • ⬆️ Migrated to Mojmap + Java 25, updated dependencies
21.11.4Релиз1.21.11 · 1 июня 2026 г.

Added

  • Servers can now grant clients permission to see health indicators above invisible players via the channel healthindicators:server_permissions
21.11.3Релиз1.21.11 · 24 мая 2026 г.

What's new

  • Improved how the mod communicates with servers on join
  • The mod now correctly identifies itself with a versioned channel ID, making it easier for server-side integrations to detect the exact mod version
  • General networking improvements for better compatibility
21.11.2Релиз1.21.11 · 7 мая 2026 г.

Changed

  • Handshake channel now version-specific: The handshake channel name now includes the mod version (e.g. healthindicators:v21_11_2 instead of healthindicators:handshake).
21.11.2Релиз1.21.11 · 2 мая 2026 г.

Added

  • Server-side version reporting: The mod now sends its version to the server upon joining via a handshake packet (healthindicators:handshake). Server owners can see which version each player is running in the server logs.

Removed

  • Commands removed: All client-side commands (/healthindicators ...) have been removed. Configuration is now exclusively done through the config screen (keybind: I).
  • enable_commands config option removed: The toggle for enabling/disabling commands has been removed along with the commands themselves.

Changed

  • Indicator size range restricted: The size slider in the config is now limited to a much narrower range (0.0100.030, step 0.005). This prevents indicators from becoming unreasonably large. The value is also clamped at runtime via ModConfig.getSize(), so manually edited config values outside this range are ignored.
21.11.1Релиз1.21.11 · 23 апреля 2026 г.

🔧 Fixed

  • Source link now correctly points to the fork repository instead of the original mod.
21.11.1Релиз1.21.11 · 12 апреля 2026 г.

Fixed server channel

Комментарии

Загружаем…