Massive code clean up/refactor + Compile with 1.7.9 API + Fix scoreboard (I hope). This still update not good enough, since the main task loop still updates signs/scoreboards every second. This needs to be fixed so do not use this build.

This commit is contained in:
addstar
2014-05-20 22:54:56 +10:00
parent b8f2335f9b
commit 83875fa8d3
46 changed files with 751 additions and 3186 deletions

View File

@@ -38,14 +38,14 @@
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<version>1.6.4-R0.1-SNAPSHOT</version>
<version>1.7.9-R0.1-SNAPSHOT</version>
</dependency>
<!-- CraftBukkit Dependency for experimental features
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>craftbukkit</artifactId>
<version>1.6.2-R0.1-SNAPSHOT</version>
<version>1.7.9-R0.1-SNAPSHOT</version>
</dependency>-->
<!-- LibsDiguises is required for hiding -->