# WARNING: head commit changed in the meantime
v0.1.15 Minor changes to /heal
This commit is contained in:
@ -97,7 +97,7 @@ public final class CoderDojoEVV extends JavaPlugin implements Listener {
|
||||
player.setHealth(health);
|
||||
player.setFireTicks(0);
|
||||
player.setFoodLevel(food);
|
||||
getLogger().info(player.getName() + " has healed.");
|
||||
getLogger().info(player.getName() + " has healed successfully.");
|
||||
}
|
||||
|
||||
getLogger().info("Finished onCommand().");
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: CoderDojoEVV
|
||||
main: com.hyperling.minecraft.coderdojoevv.CoderDojoEVV
|
||||
version: 0.1.4
|
||||
version: 0.1.5
|
||||
|
||||
commands:
|
||||
heal:
|
||||
|
Reference in New Issue
Block a user