From b7c532bccb561a6583bfb966613c6c24c017cdab Mon Sep 17 00:00:00 2001 From: Llm Dl Date: Thu, 14 Jan 2021 16:27:41 -0600 Subject: [PATCH] Bump min. Towny version to 0.96.5.15 so we can use the cancellationMsg in the PlotToggleEvent. --- pom.xml | 2 +- src/main/java/com/gmail/goosius/siegewar/SiegeWar.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index bb93b8dad..faedbea0d 100644 --- a/pom.xml +++ b/pom.xml @@ -36,7 +36,7 @@ com.github.TownyAdvanced Towny - 0.96.5.12 + 0.96.5.15 provided diff --git a/src/main/java/com/gmail/goosius/siegewar/SiegeWar.java b/src/main/java/com/gmail/goosius/siegewar/SiegeWar.java index dcef9aa16..5a5f34546 100644 --- a/src/main/java/com/gmail/goosius/siegewar/SiegeWar.java +++ b/src/main/java/com/gmail/goosius/siegewar/SiegeWar.java @@ -23,7 +23,7 @@ public class SiegeWar extends JavaPlugin { private static SiegeWar plugin; public static String prefix = "[SiegeWar] "; - private static Version requiredTownyVersion = Version.fromString("0.96.5.12"); + private static Version requiredTownyVersion = Version.fromString("0.96.5.15"); private final static SiegeHUDManager SiegeHudManager = new SiegeHUDManager(plugin); public static SiegeWar getSiegeWar() {