# WARNING: head commit changed in the meantime
v0.1.15 Minor changes to /heal
This commit is contained in:
parent
d666ec9dac
commit
b031d20ca7
2
pom.xml
2
pom.xml
@ -2,7 +2,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.hyperling.minecraft</groupId>
|
||||
<artifactId>CoderDojoEVV</artifactId>
|
||||
<version>0.1.4-SNAPSHOT</version>
|
||||
<version>0.1.5-SNAPSHOT</version>
|
||||
<name>Coder Dojo Test</name>
|
||||
<description>Test project written to learn how to do Minecraft plug-in for Coder Dojo.</description>
|
||||
|
||||
|
@ -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:
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: CoderDojoEVV
|
||||
main: com.hyperling.minecraft.coderdojoevv.CoderDojoEVV
|
||||
version: 0.1.4
|
||||
version: 0.1.5
|
||||
|
||||
commands:
|
||||
heal:
|
||||
|
@ -1,5 +1,5 @@
|
||||
#Generated by Maven
|
||||
#Fri Dec 28 10:02:46 CST 2018
|
||||
version=0.1.4-SNAPSHOT
|
||||
#Fri Dec 28 11:14:14 CST 2018
|
||||
version=0.1.5-SNAPSHOT
|
||||
groupId=com.hyperling.minecraft
|
||||
artifactId=CoderDojoEVV
|
||||
|
Reference in New Issue
Block a user