mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-07 04:53:00 +00:00
Fixed player time / music / expire keep / Economy / remove unused messages
This commit is contained in:
parent
66a15d8d59
commit
5f3fab5e42
10 changed files with 57 additions and 24 deletions
|
@ -7,9 +7,9 @@ public abstract class EconHandler {
|
|||
public static EconHandler manager;
|
||||
|
||||
public abstract double getMoney(PlotPlayer player);
|
||||
public abstract double withdrawMoney(PlotPlayer player, double amount);
|
||||
public abstract double depositMoney(PlotPlayer player, double amount);
|
||||
public abstract double depositMoney(OfflinePlotPlayer player, double amount);
|
||||
public abstract void withdrawMoney(PlotPlayer player, double amount);
|
||||
public abstract void depositMoney(PlotPlayer player, double amount);
|
||||
public abstract void depositMoney(OfflinePlotPlayer player, double amount);
|
||||
public abstract void setPermission(PlotPlayer player, String perm, boolean value);
|
||||
public abstract boolean getPermission(PlotPlayer player, String perm);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue