mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-04 16:49:04 +00:00
My development cryptic (#61)
* i dont even know what i changed * Delete Hatchet.java * Delete Tree.java * Delete WoodcuttingEvent.java * wealth command * sell all option * haha
This commit is contained in:
committed by
Daniel Ginovker
parent
0e969c1a08
commit
b788d13c31
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user