1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-09-01 02:32:17 +02:00

Added the ability to stop fire

This commit is contained in:
JamieSinn
2012-07-11 00:04:03 -03:00
parent 120f1c73e7
commit 95b12f0f42

View File

@@ -26,6 +26,7 @@ public class Commandheal extends EssentialsCommand
user.checkCooldown(TimestampType.LASTHEAL, ess.getRanks().getHealCooldown(user), true, Permissions.HEAL_COOLDOWN_BYPASS);
user.setHealth(20);
user.setFireTicks(0);
user.setFoodLevel(20);
user.sendMessage(_("heal"));
}