
Hologram names for your chests using tags, anvils, and commands
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.
# ███╗░░██╗░█████╗░███╗░░░███╗███████╗██████╗░░░░█████╗░██╗░░██╗███████╗░██████╗████████╗
# ████╗░██║██╔══██╗████╗░████║██╔════╝██╔══██╗░░██╔══██╗██║░░██║██╔════╝██╔════╝╚══██╔══╝
# ██╔██╗██║███████║██╔████╔██║█████╗░░██║░░██║░░██║░░╚═╝███████║█████╗░░╚█████╗░░░░██║░░░
# ██║╚████║██╔══██║██║╚██╔╝██║██╔══╝░░██║░░██║░░██║░░██╗██╔══██║██╔══╝░░░╚═══██╗░░░██║░░░
# ██║░╚███║██║░░██║██║░╚═╝░██║███████╗██████╔╝░░╚█████╔╝██║░░██║███████╗██████╔╝░░░██║░░░
# ╚═╝░░╚══╝╚═╝░░╚═╝╚═╝░░░░░╚═╝╚══════╝╚═════╝░░░░╚════╝░╚═╝░░╚═╝╚══════╝╚═════╝░░░░╚═╝░░░
# Developer / Разработчик: ILeZzoV
# Socials / Ссылки:
# • Contact with me / Связаться: https://t.me/ilezovofficial
# • Telegram Channel / Телеграм канал:
# | RUS: https://t.me/ilezzov
# | EN: https://t.me/ilezzov_en
# • GitHub: https://github.com/ilezzov-code
# By me coffee / Поддержать разработчика:
# • DA: https://www.donationalerts.com/r/ilezzov_dev
# • 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
permission)namedchest.reloadnamedchest.name.setnamedchest.name.clear| Право | Описание |
|---|---|
| namedchest.* | Access to all plugin features |
| namedchest.reload | Access to reload the plugin /nc reload |
| namedchest.no_cooldown | Disable 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 |
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.
The plugin supports 11 blocks:
You can customize which blocks to include or exclude in the plugin configuration under the supporting_block section.
supporting_block:
- CHEST
- TRAPPED_CHEST
- BARREL
- FURNACE
- SMOKER
- BLAST_FURNACE
- HOPPER
- DISPENSER
- DROPPER
- BREWING_STAND
- SHULKER_BOX
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.
You can assign names to blocks using tags.
Found an issue or have a question? Create a new issue — https://github.com/ilezzov-code/NamedChest/issues/new
This project is distributed under the GPL-3.0 License. For more details, see the LICENSE file.