LootChests icon

LootChests v1.0.7

LootChests plugin for you Minecraft server.

Page 1
v1.0.7 6 days ago
Dynamic GUI Title - Editable

📢 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 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.


🗂 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}"

v1.0.5 Jul 2, 2025
Page 1