wealth command

This commit is contained in:
unknown
2019-10-14 23:31:43 +02:00
parent 76f96756af
commit 5ffd84a305
@@ -86,6 +86,13 @@ public class Commands implements PacketType {
}
}
if (playerCommand.equalsIgnoreCase("wealth")) {
int totalWealth = player.getPlayerAssistant().totalGold();
player.getActionSender().sendMessage("You currently have " + totalWealth + "gp.");
}
if (playerCommand.contains("clip") && player.playerRights < 2) {
return;
}