Add TransferShopsCommand

This commit is contained in:
Len
2023-08-12 11:38:22 +02:00
parent 75c0899298
commit f12b80b280
4 changed files with 75 additions and 1 deletions
@@ -140,6 +140,7 @@ public class PlayerShop {
public void setOwner(Player player) {
ownerUUID = player.getUniqueId();
ownerName = player.getName();
update();
}
public Inventory getInventory() {