▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/BLOCKID Display
BLOCKID Display

BLOCKID Display

Displays the namespaced block ID (including water/lava) and block facing direction in the ActionBar.

38
0

BlockID 1.2.0

release1 мая 2025 г.

Changelog

[1.2.0] – 2025-05-01

Added

  • Full English localization for all in-game messages and command feedback.
  • /blockid toggle command to enable/disable the ActionBar display per-player.
  • /blockid reload command to reload config.yml at runtime.
  • Block facing direction (e.g. [north], [up]) appended to the displayed ID when available.
  • Ability to detect and display fluids (water, lava, etc.) via FluidCollisionMode.ALWAYS.
  • Config-driven settings:
    • range (max trace distance)
    • interval-ticks (update frequency)
    • color (ActionBar text color)
    • prefix (custom text before the ID)

Changed

  • Refactored all German hard-coded strings to English.
  • Renamed main class to Main and package to com.klyroth.blockid for clarity.
  • Adjusted ActionBar task to skip players who have toggled off the display.

Fixed

  • Resolved IDE complaints about NamedTextColor.valueOf() by using NamedTextColor.NAMES.value(...) lookup with fallback.

[1.1.0] – 2025-04-28

Added

  • Support for reading plugin settings from config.yml.
  • Configurable range and update interval.
  • Color customization for ActionBar text.
  • Player-level enable/disable via /blockid toggle.

Changed

  • Moved magic numbers (range, ticks) out of code and into config.
  • Improved performance by skipping processing for disabled players.

[1.0.0] – 2025-04-25

Added

  • Initial release: displays the namespaced block ID in the ActionBar when you look at a block.
  • Yellow text color (NamedTextColor.YELLOW).
  • 5-tick update loop at a default range of 100 blocks.
  • Basic support for fluids not yet included.

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

Minecraft: Java Edition

1.21.x

Платформы

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

Сервер

Создатели

Детали

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