This commit is contained in:
Maxlego08 2024-03-18 15:05:45 +01:00
parent ce72add26d
commit f5443b9058
3 changed files with 13 additions and 2 deletions

View File

@ -1,5 +1,9 @@
# Unreleased # Unreleased
# 3.0.5
- Add Gang+ support
# 3.0.4 # 3.0.4
- Add random command on koth win - Add random command on koth win

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>fr.maxlego08.koth</groupId> <groupId>fr.maxlego08.koth</groupId>
<artifactId>zKoth</artifactId> <artifactId>zKoth</artifactId>
<version>3.0.4</version> <version>3.0.5</version>
<build> <build>
<sourceDirectory>src</sourceDirectory> <sourceDirectory>src</sourceDirectory>
<resources> <resources>
@ -219,6 +219,13 @@
<scope>system</scope> <scope>system</scope>
<systemPath>${basedir}/libs/SaberFactions.jar</systemPath> <systemPath>${basedir}/libs/SaberFactions.jar</systemPath>
</dependency> </dependency>
<dependency>
<groupId>com.github.brcdev-minecraft</groupId>
<artifactId>gangs-api</artifactId>
<version>1.0.0</version>
<scope>system</scope>
<systemPath>${basedir}/libs/GangsPlus-2.6.4.jar</systemPath>
</dependency>
</dependencies> </dependencies>
<properties> <properties>
<maven.compiler.target>8</maven.compiler.target> <maven.compiler.target>8</maven.compiler.target>

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>fr.maxlego08.koth</groupId> <groupId>fr.maxlego08.koth</groupId>
<artifactId>zKoth</artifactId> <artifactId>zKoth</artifactId>
<version>3.0.4</version> <version>3.0.5</version>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>8</maven.compiler.source> <maven.compiler.source>8</maven.compiler.source>