mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-18 20:41:37 +02:00
Inform user that they were healed.
This commit is contained in:
@@ -64,6 +64,8 @@ public class Commandheal extends EssentialsCommand
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
p.setHealth(20);
|
p.setHealth(20);
|
||||||
|
p.setFoodLevel(20);
|
||||||
|
p.sendMessage(_("heal"));
|
||||||
sender.sendMessage(_("healOther", p.getDisplayName()));
|
sender.sendMessage(_("healOther", p.getDisplayName()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user