mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-08 05:23:01 +00:00
Fixed generation (which I broke) + Made conversion messages more straightforward.
This commit is contained in:
parent
1815fb09b3
commit
7d9963d386
7 changed files with 7 additions and 17 deletions
|
@ -11,5 +11,4 @@ public abstract class EconHandler {
|
|||
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