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

What is That?

See what block you are looking at!

Загрузки
2K
Подписчики
15
Обновлён
2 июня 2026 г.
Лицензия
MIT

Опубликован 12 января 2025 г.

Исходный код


Features

Adds detailed block and entity information directly in-game, including:

  • 2 default display types (Actionbar and Bossbar available by default) more can be added by API.
  • Extensive configurability (turn any info/feature off, set entity/block range etc)
  • Block break progress
  • Container contents
  • Redstone levels
  • Required tools and tiers
  • Horse Speed and Jump strength
  • Mob owner
  • Villager Profession
  • And much more

It also provides a simple and easy-to-use API, allowing other plugins to integrate seamlessly and extend functionality.



Block Break Progress

Redstone Level Detection

Horse Attributes

Villager Professions

Credits

Inspired by:

Ченджлог

1.9.5-mc.26.1.2Релиз26.1.2 · 2 июня 2026 г.

New:

  • Change name color of block if player is holding incorrect tool. Add to values.yml:
compatible_tool_color: "white"
incompatible_tool_color: "gray"
1.9.5-mc.1.21.11Релиз1.21.11 · 2 июня 2026 г.

New:

  • Change name color of block if player is holding incorrect tool. Add to values.yml:
compatible_tool_color: "white"
incompatible_tool_color: "gray"
1.9.4-mc.26.1.2Релиз26.1.2 · 31 мая 2026 г.

New:

  • block_whitelist and entity_whitelist have been added, setting them to true flips behavior of respective blacklists. Add to config.yml
core:
  # Others
  block_whitelist: false # whether to treat "block-blacklist" as a whitelist instead
  entity_whitelist: false # whether to treat "entity-blacklist" as a whitelist instead
  • Getters have been adde for entity/block suffix/prefix so other plugins can add more to it.
1.9.4-mc.1.21.11Релиз1.21.11 · 31 мая 2026 г.

New:

  • block_whitelist and entity_whitelist have been added, setting them to true flips behavior of respective blacklists. Add to config.yml
core:
  # Others
  block_whitelist: false # whether to treat "block-blacklist" as a whitelist instead
  entity_whitelist: false # whether to treat "entity-blacklist" as a whitelist instead
  • Getters have been adde for entity/block suffix/prefix so other plugins can add more to it.
1.9.3-mc.26.1.2Релиз26.1.2 · 31 мая 2026 г.

New:

  • Added bar color and dynamic bar colors (can assign to any percentage 1-100), update the following files: Add to values.yml:
block_color: "green"
block_progress_colors:
  25: "red"
  50: "yellow"
  75: "green"
  100: "dark_green"

entity_color: "red"
entity_progress_colors:
  25: "dark_red"
  50: "red"
  75: "yellow"
  100: "green"

Add to config.yml:

blocks:
  dynamic_progress_colors: false
  # others

entities:
  dynamic_progress_colors: false
  # others

Fixes:

  • blocks.toolinfo, blocks.break-progress and entities.health-progress are properly used.
  • /wit type command works properly on folia now.
1.9.3-mc.1.21.11Релиз1.21.11 · 31 мая 2026 г.

New:

  • Added bar color and dynamic bar colors (can assign to any percentage 1-100), update the following files: Add to values.yml:
block_color: "green"
block_progress_colors:
  25: "red"
  50: "yellow"
  75: "green"
  100: "dark_green"

entity_color: "red"
entity_progress_colors:
  25: "dark_red"
  50: "red"
  75: "yellow"
  100: "green"

Add to config.yml:

blocks:
  dynamic_progress_colors: false
  # others

entities:
  dynamic_progress_colors: false
  # others

Fixes:

  • blocks.toolinfo, blocks.break-progress and entities.health-progress are properly used.
  • /wit type command works properly on folia now.
1.9.2-mc.26.1.2Релиз26.1, 26.1.1, 26.1.2 · 23 мая 2026 г.

New:

  • Folia support
1.9.2-mc.1.21.11Релиз1.21.11 · 23 мая 2026 г.

New:

  • Folia support

Комментарии

Загружаем…