Use Bukkit beta build

This commit is contained in:
Chris Ward 2013-12-18 17:26:01 +11:00
parent e5b522ed14
commit ee55584117
4 changed files with 6 additions and 1 deletions

View File

@ -1160,6 +1160,11 @@ public class OfflinePlayer implements Player
throw new UnsupportedOperationException("Not supported yet.");
}
@Override
public void setResourcePack(String s) {
throw new UnsupportedOperationException("Not supported yet.");
}
@Override
public void setMaxHealth(double i)
{

Binary file not shown.

Binary file not shown.

View File

@ -60,7 +60,7 @@
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<version>1.7.2-R0.1-SNAPSHOT</version>
<version>1.7.2-R0.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>