Merge tag '3.1.0' into develop

This commit is contained in:
Maxlego08 2024-11-12 15:40:15 +01:00
commit 13166acce2
3 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
# Unreleased
# 3.1.0
- Add ``enableEverySecondsCooldownMessage``, Periodically displays a message when the koth is launched
- Fixed the koth default type when creating, the type will now be CAPTURE
- Add ``%captureProgress%`` and `%capturePercent%` placeholder

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>fr.maxlego08.koth</groupId>
<artifactId>zKoth</artifactId>
<version>3.0.9</version>
<version>3.1.0</version>
<build>
<sourceDirectory>src</sourceDirectory>
<resources>

View File

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