First : Sorry for me spam sorry Jamie and other rsps people
Im new from ragezone 2 days
here
Command ::empty
Command ::heal
Its working for me :tt1:
Im new from ragezone 2 days
here
Command ::empty
Code:
if (cmd[0].equalsIgnoreCase("empty")) {
player.getInventory().reset();
return true;
}
Command ::heal
Code:
if (cmd[0].equalsIgnoreCase("Heal")) {
player.setHitpoints(990);
player.refreshHitPoints();
return true;
}
Its working for me :tt1: