Mtihc / TreasureChest

The TreasureChest plugin for CraftBukkit
dev.bukkit.org/server-mods/treasurechest
10 stars 39 forks source link

Renamed chests etc #64

Open Mtihc opened 10 years ago

Mtihc commented 10 years ago

Quote from Chrisp50 in comments section on dev.bukkit.org

Could you please add support for custom chest names ? For example if you add a name to a chest using an anvil and place it, it should show the custom name to the player which opens the treasure chest.

Mtihc commented 10 years ago

Thanks for mentioning this. I should test this out. And fix it.

Note to myself: I suppose I can add a method getName() to the IBlockInventory interface.