Add ShopOwner info to HoverComponent

This commit is contained in:
Len 2026-08-06 08:20:13 -05:00
parent 13c8caed99
commit dabdafb1de

View File

@ -468,6 +468,8 @@ public class PlayerShop {
Component component = ShopUtil.itemNameComponent(getItemStack())
.append(Component.newline())
.append(Component.newline())
.append(Component.text("ShopOwner: " + getOwnerName()))
.append(Component.newline())
.append(Component.text("ShopType: " + type))
.append(Component.newline())
.append(Component.text("Price: " + price))