LootChests plugin for you Minecraft server.
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.
Fixed an issue where placed chests didn’t update titles after config changes.
Improved title synchronization during plugin startup.
Titles are loaded from guiTitle in chests.<name>.guiTitle.
If not set, it falls back to displayName.
Titles are automatically synced with the config on plugin load.
For double chests, the title is applied to each side individually.
messages.yml additionsgui:
 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}"