Add ShopOwner info to HoverComponent
This commit is contained in:
parent
13c8caed99
commit
dabdafb1de
|
|
@ -468,6 +468,8 @@ public class PlayerShop {
|
||||||
Component component = ShopUtil.itemNameComponent(getItemStack())
|
Component component = ShopUtil.itemNameComponent(getItemStack())
|
||||||
.append(Component.newline())
|
.append(Component.newline())
|
||||||
.append(Component.newline())
|
.append(Component.newline())
|
||||||
|
.append(Component.text("ShopOwner: " + getOwnerName()))
|
||||||
|
.append(Component.newline())
|
||||||
.append(Component.text("ShopType: " + type))
|
.append(Component.text("ShopType: " + type))
|
||||||
.append(Component.newline())
|
.append(Component.newline())
|
||||||
.append(Component.text("Price: " + price))
|
.append(Component.text("Price: " + price))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user