Work on TransactionListener.java
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user