ModsJava
NamedChest | Hologram names for chest | Hover Hologram | 1.18.2 — 1.21.x
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
——————————
——————————
- [] Hologram display on cursor hover
- Support for 2 languages (Russian, English) + the ability to create your own translation
- Support for 11 blocks
- Configuration of maximum distance to the block
- Support for MiniMessage in names
- Assigning names using tags
- Setting maximum name length
- Save / Delete name when breaking a block
- Allow / Deny names via an anvil
- Allow / Deny support for spaces
- Full customization:
- Enable / Disable each feature
- Delay for using each command
- Detailed permission system
Config.yml
——————————
——————————
Spoiler: Config.yml
# ███╗░░██╗░█████╗░███╗░░░███╗███████╗██████╗░░░░█████╗░██╗░░██╗███████╗░██████╗████████╗
# ████╗░██║██╔══██╗████╗░████║██╔════╝██╔══██╗░░██╔══██╗██║░░██║██╔════╝██╔════╝╚══██╔══╝
# ██╔██╗██║███████║██╔████╔██║█████╗░░██║░░██║░░██║░░╚═╝███████║█████╗░░╚█████╗░░░░██║░░░
# ██║╚████║██╔══██║██║╚██╔╝██║██╔══╝░░██║░░██║░░██║░░██╗██╔══██║██╔══╝░░░╚═══██╗░░░██║░░░
# ██║░╚███║██║░░██║██║░╚═╝░██║███████╗██████╔╝░░╚█████╔╝██║░░██║███████╗██████╔╝░░░██║░░░
# ╚═╝░░╚══╝╚═╝░░╚═╝╚═╝░░░░░╚═╝╚══════╝╚═════╝░░░░╚════╝░╚═╝░░╚═╝╚══════╝╚═════╝░░░░╚═╝░░░
# 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
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)
——————————
(/cmd → /alias1, /alias2, ... ※ permission)
——————————
/namedchest reload → /nc reload ※ namedchest.reload
- Reload the plugin configuration
- Check the latest plugin version
- Set the name of a block
- Clear the block's name
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.
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)
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
- 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.
-
LEGACY — Color with & / § and HEX with &#rrggbb / §#rrggbb or &x&r&r&g&g&b&b / §x§r§r§g§g§b§b
-
LEGACY_ADVANCED — Color and HEX with &##rrggbb / §##rrggbb
-
MINI_MESSAGE — Color with More info — https://docs.advntr.dev/minimessage/index.html
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 use all formats simultaneously in one message. The plugin supports this.
Naming via Name Tags
——————————
——————————
You can assign names to blocks using tags.
Links
——————————
- Contact: https://t.me/ilezovofficial
- Telegram Channel: https://t.me/ilezzov
- Modrinth: https://modrinth.com/plugin/namedchest
Buy 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
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.——————————
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.18, 1.19, 1.20
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
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.