Work on TransactionListener.java

This commit is contained in:
Len
2022-08-22 14:07:05 +02:00
parent 3aa8414c5b
commit f3030afa33
3 changed files with 49 additions and 6 deletions
@@ -48,6 +48,9 @@ public class PlayerShop {
private ItemStack itemStack;
@Getter @Setter
private long lastTransaction;
@Getter @Setter
private boolean notifiedOwner = false;
public PlayerShop(Location shopLocation, Location signLocation, Player player) {
this(shopLocation, signLocation, player.getUniqueId(), player.getName());