mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 12:23:59 +00:00
Add hunger replenish to /heal (Do we want to add a toggle?)
This commit is contained in:
parent
da337284e5
commit
608ebfdb4a
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ public class Commandheal extends EssentialsCommand
|
||||||
user.healCooldown();
|
user.healCooldown();
|
||||||
}
|
}
|
||||||
user.setHealth(20);
|
user.setHealth(20);
|
||||||
|
user.setFoodLevel(20);
|
||||||
user.sendMessage(Util.i18n("heal"));
|
user.sendMessage(Util.i18n("heal"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue