Finally releasing v1.7.3.

No real improvement. Just targeting 1.4.5-R0.2 now instead of
1.2.5-R4.0. BlockFace compatibility with 1.4.5-R0.3 will come later.
This commit is contained in:
taoneill 2012-12-08 14:22:58 -05:00
parent 666f604133
commit 381047f915
4 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@
<groupId>com.tommytony</groupId>
<artifactId>war</artifactId>
<version>1.7.3-PREVIEW</version>
<version>1.7.3</version>
<packaging>jar</packaging>
<name>War</name>
@ -68,7 +68,7 @@
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<version>1.2.5-R4.0</version>
<version>1.4.5-R0.2</version>
<scope>compile</scope>
</dependency>
<dependency>

View File

@ -128,7 +128,7 @@ public class CantReEnterSpawnJob implements Runnable {
player.teleport(nextCandidate);
War.war.badMsg(player, "Can't re-enter spawn! after " + attempts + " attemps!");
War.war.badMsg(player, "Can't re-enter spawn!");
}
if (playersUnderSuspicion.contains(player.getName())) {

View File

@ -93,7 +93,7 @@ public class WarYmlMapper {
ConfigurationSection hubConfigSection = warRootSection.getConfigurationSection("war.info.warhub");
if (hubConfigSection != null) {
RestoreYmlWarhubJob restoreWarhub = new RestoreYmlWarhubJob(hubConfigSection);
if (War.war.getServer().getScheduler().scheduleSyncDelayedTask(War.war, restoreWarhub) == -1) {
if (War.war.getServer().getScheduler().scheduleSyncDelayedTask(War.war, restoreWarhub, 20) == -1) {
War.war.log("Failed to schedule warhub-restore job. War hub was not loaded.", Level.WARNING);
}
}

View File

@ -1,5 +1,5 @@
name: War
version: 1.7.3-PREVIEW (Doolittle)
version: 1.7.3 (Doolittle)
description: Minecraft PVP arenas (called warzones) for a fast-paced and structured PVP experience with TDM, CTF & more!
author: tommytony
website: http://war.tommytony.com