1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-14 02:24:16 +02:00

Use Bukkit beta build

This commit is contained in:
Chris Ward
2013-12-18 17:26:01 +11:00
parent 08f28a961d
commit fcf502f2a9
2 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)
{

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>