Add TransferShopsCommand
This commit is contained in:
@@ -140,6 +140,7 @@ public class PlayerShop {
|
||||
public void setOwner(Player player) {
|
||||
ownerUUID = player.getUniqueId();
|
||||
ownerName = player.getName();
|
||||
update();
|
||||
}
|
||||
|
||||
public Inventory getInventory() {
|
||||
|
||||
Reference in New Issue
Block a user