HomeJavaModsNamedChest | Hologram names for chest | Hover Hologram | 1.18.2 — 1.21.x
NamedChest | Hologram names for chest | Hover Hologram | 1.18.2 — 1.21.x
ModsJava

NamedChest | Hologram names for chest | Hover Hologram | 1.18.2 — 1.21.x

⬇ Download on Spigot
[​IMG]
Give a name to your chest
Support versions: Paper: 1.18.2 — 1.21.x

[​IMG]
Прочитать на русском {тык}
About
——————————
NamedChest — is a unique plugin that allows you to name different blocks in Minecraft using commands, tags, and anvils! The name will be displayed as a hologram when you hover the cursor over it.


Features
——————————


Config.yml
——————————

Spoiler: Config.yml
Code (YAML):

# ███╗░░██╗░█████╗░███╗░░░███╗███████╗██████╗░░░░█████╗░██╗░░██╗███████╗░██████╗████████╗
# ████╗░██║██╔══██╗████╗░████║██╔════╝██╔══██╗░░██╔══██╗██║░░██║██╔════╝██╔════╝╚══██╔══╝
# ██╔██╗██║███████║██╔████╔██║█████╗░░██║░░██║░░██║░░╚═╝███████║█████╗░░╚█████╗░░░░██║░░░
# ██║╚████║██╔══██║██║╚██╔╝██║██╔══╝░░██║░░██║░░██║░░██╗██╔══██║██╔══╝░░░╚═══██╗░░░██║░░░
# ██║░╚███║██║░░██║██║░╚═╝░██║███████╗██████╔╝░░╚█████╔╝██║░░██║███████╗██████╔╝░░░██║░░░
# ╚═╝░░╚══╝╚═╝░░╚═╝╚═╝░░░░░╚═╝╚══════╝╚═════╝░░░░╚════╝░╚═╝░░╚═╝╚══════╝╚═════╝░░░░╚═╝░░░

# Developer / Разработчик: ILeZzoV

# Socials / Ссылки:
# • Contact with me / Связаться: https://t.me/ilezovofficial
# • Telegram Channel / Телеграм канал: RUS: https://t.me/ilezzov
# • GitHub: https://github.com/ilezzov-code

# By me coffee / Поддержать разработчика:
# • DA: https://www.donationalerts.com/r/ilezov
# • YooMoney: https://yoomoney.ru/to/4100118180919675
# • Telegram Gift: https://t.me/ilezovofficial
# • TON: UQCInXoHOJAlMpZ-8GIHqv1k0dg2E4pglKAIxOf3ia5xHmKV
# • BTC: 1KCM1QN9TNYRevvQD63UF81oBRSK67vCon
# • Card: 5536914188326494

# Supporting messages languages / Доступные языки сообщений:
# ru-RU, en-US
language
: "en-US"

# Check the plugin for updates
# Проверять плагин на наличие обновлений
check_updates
: true

# Enable / Disable the option to name a block | Включить / Отключить возможность давать имя блоку
# Supporting blocks / Поддерживаемые блоки: CHEST (сундук), TRAPPED_CHEST (сундук-ловушка),
# BARREL (бочка), FURNACE (печка), SMOKER (коптильня), BLAST_FURNACE (плавильня), HOPPER (воронка),
# DISPENSER (раздатчик), DROPPER (выбрасыватель), BREWING_STAND (варочная стойка), SHULKER_BOX (шалкер бокс)
supporting_block
:
 - CHEST
  - TRAPPED_CHEST
  - BARREL
  - FURNACE
  - SMOKER
  - BLAST_FURNACE
  - HOPPER
  - DISPENSER
  - DROPPER
  - BREWING_STAND
  - SHULKER_BOX

# Maximum distance to the block / Максимальная дистанция до блока
max_distance
: 5

# Item's name settings / Настройки имени блока
name_settings
:
  # Enable support color name / Включить поддержку цветных имен
  support_color
: true
  # Max name length / Максимальная длинна имени
  max_name_length
: 25
  # Save the name when the block is destroyed / Сохранять имя при разрушении блока
  save_for_breaking
: false
  # Forbid giving a name through an anvil / Запретить давать имя через наковальню
  cancel_anvil
: true
  # Support for spaces in the name / Поддержка пробелов в имени
  support_spaces
: true

# Enable / Disable plugin commands
# Включить / Выключить команды плагина
command_settings
:
  enable_set
: true # Enable command /nc set | Включить команду /nc set
  enable_clear
: true # Enable command /nc clear | Включить команду /nc clear
  cooldown
: 5 # Cooldown in using commands in seconds | Задержка на использование команд в секундах

# Don't edit this / Не редактируйте это
config_version
: 1.2



Commands
(/cmd → /alias1, /alias2, ... ※ permission)
——————————

/namedchest reload → /nc reload ※ namedchest.reload
/namedchest version → /nc version ※ ``
/namedchest set → /nc set ※ namedchest.name.set
/namedchest clear → /nc clear ※ namedchest.name.clear


All plugin permissions
——————————
Permission About
namedchest.* Access to all plugin features
namedchest.reload Access to reload the plugin /nc reload
namedchest.no_cooldown Disablr cooldown for any feature
namedchest.name.set Access to the /nc set command
namedchest.name.set.color Allow setting colored names
namedchest.name.clear Access to the /nc clear command
namedchest.name.max.length Remove maximum length restriction for names


[] Hologram display on cursor hover []
——————————

This is a unique feature of the plugin that enhances performance. Names are only displayed when hovering over an item — this allows spawning holograms only at the necessary moment, significantly reducing Entity count and load.

Names appear next to chests on the side the player is facing.

[​IMG]
Supporting blocks
——————————
The plugin supports 11 blocks:
  • CHEST (chest)
  • TRAPPED_CHEST (trapped-chest)
  • BARREL (barrel)
  • FURNACE (furnace)
  • SMOKER (smoker)
  • BLAST_FURNACE (blast furnace)
  • HOPPER (hopper)
  • DISPENSER (dispenser)
  • DROPPER (dropper)
  • BREWING_STAND (brewing stand)
  • SHULKER_BOX (shulker box)
[​IMG]

You can customize which blocks to include or exclude in the plugin configuration under the supporting_block section.
Spoiler: config.yml → supporting_blocks
Code (YAML):
supporting_block :
 - CHEST
  - TRAPPED_CHEST
  - BARREL
  - FURNACE
  - SMOKER
  - BLAST_FURNACE
  - HOPPER
  - DISPENSER
  - DROPPER
  - BREWING_STAND
  - SHULKER_BOX  

Support MiniMessages
——————————
The plugin supports all types of message formatting.
And all formats available at https://www.birdflop.com/resources/rgb/
You can use all formats simultaneously in one message. The plugin supports this.

Naming via Name Tags
——————————
You can assign names to blocks using tags.
[​IMG]

Links
——————————


Buy me coffee
——————————


Found an issue or have a question? Create a new issue — https://github.com/ilezzov-code/NamedChest/issues/new
License
——————————

This project is distributed under the GPL-3.0 License. For more details, see the LICENSE file.

Commands

Plugin details

Read from the plugin's own plugin.yml.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

NamedChest | Hologram names for chest | Hover Hologram | 1.18.2 — 1.21.x is a free Minecraft Java mod. Compatible with Minecraft 1.18, 1.19, 1.20, 1.20.6 and newer. Downloaded 118 times (via Spigot). Download it and open it directly in the game.

Explore more