
LootChests v1.0.7
LootChests plugin for you Minecraft server.
📢 NerKubLootChests – Update v1.0.7
🆕 New Features
-
Dynamic chest titles (
guiTitle
) – Titles now update instantly after changes in the GUI or via chat.
Works for already placed and newly placed chests. -
Automatic title setting on placement – Any new chest will instantly use its configured title.
-
Multi-container compatibility – Works for all container types defined in
blockType
.
🛠Fixes
-
Fixed an issue where placed chests didn’t update titles after config changes.
-
Improved title synchronization during plugin startup.
📌 Notes
-
Titles are loaded from
guiTitle
inchests.<name>.guiTitle
.
If not set, it falls back todisplayName
. -
Titles are automatically synced with the config on plugin load.
-
For double chests, the title is applied to each side individually.
🗂 Required messages.yml
additions
gui:
 display_name_button: "&eDisplay Name"
 display_name_lore:
  - "&7Display Name: {display}"
  - "&7GUI Title: {title}"
  - ""
  - "&eLeft Click: change display name"
  - "&eRight Click: change GUI title"
messages:
 gui_title_set: "{prefix}&aGUI Title set to: &f{value}"