Skip to content

Commit

Permalink
Merge pull request #67 from TownyAdvanced/depends
Browse files Browse the repository at this point in the history
Update Min. Towny Version to 0.98.4.0.
  • Loading branch information
LlmDl authored Dec 22, 2022
2 parents 7d771c9 + 46dc089 commit 9488cad
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.townyadvanced</groupId>
<artifactId>TownyCombat</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
<name>townycombat</name> <!-- Leave lower-cased -->

<properties>
Expand Down Expand Up @@ -40,7 +40,7 @@
<dependency>
<groupId>com.palmergames.bukkit.towny</groupId>
<artifactId>towny</artifactId>
<version>0.98.0.0</version>
<version>0.98.4.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -56,6 +56,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class TownyCombat extends JavaPlugin {

private static TownyCombat plugin = null;
private static DynmapIntegration dynmapIntegration = null;
private static final Version requiredTownyVersion = Version.fromString("0.98.0.0");
private static final Version requiredTownyVersion = Version.fromString("0.98.4.0");
private static BukkitTask townyCombatTask = null;

@Override
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package io.github.townyadvanced.townycombat.listeners;

import com.palmergames.bukkit.towny.event.NewDayEvent;
import com.palmergames.bukkit.towny.event.actions.TownyBuildEvent;
import com.palmergames.bukkit.towny.event.actions.TownyDestroyEvent;
import com.palmergames.bukkit.towny.event.time.NewShortTimeEvent;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@

import com.palmergames.bukkit.towny.object.metadata.StringDataField;
import com.palmergames.bukkit.towny.utils.MetaDataUtil;
import io.github.townyadvanced.townycombat.utils.TownyCombatMovementUtil;
import org.bukkit.attribute.Attribute;
import org.bukkit.entity.AbstractHorse;
import org.bukkit.potion.PotionEffect;
import org.bukkit.potion.PotionEffectType;

import javax.annotation.Nullable;
import java.util.*;

Expand Down

0 comments on commit 9488cad

Please sign in to comment.