mirror of
https://github.com/Maxlego08/zKoth.git
synced 2025-02-22 02:42:15 +01:00
Merge tag '3.1.0' into develop
This commit is contained in:
commit
13166acce2
@ -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
|
||||
|
@ -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>
|
||||
|
2
pom.xml
2
pom.xml
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user