Add ShopOwner info to HoverComponent
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user