Added a wilderness teleport command (/f wild) and fixed a few bugs

Signed-off-by: DroppingAnvil <dr0pping.4nvi1@gmail.com>
This commit is contained in:
DroppingAnvil
2019-12-16 18:46:38 -06:00
parent 58e43b41cc
commit fec07b6fac
13 changed files with 300 additions and 18 deletions

View File

@@ -261,7 +261,7 @@ public interface FPlayer extends EconomyParticipator {
int getDeaths();
void takeMoney(int amt);
boolean takeMoney(int amt);
boolean hasMoney(int amt);