mirror of
https://github.com/taoneill/war.git
synced 2025-02-18 12:21:20 +01:00
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:
parent
666f604133
commit
381047f915
@ -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>
|
||||
|
@ -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())) {
|
||||
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user