mirror of
https://github.com/itHotL/PlayerStats.git
synced 2025-01-19 21:11:36 +01:00
Release v2.2 - updated Adventure API and PlaceholderAPI for 1.20.4 compatibility
This commit is contained in:
parent
919d44f38b
commit
e98f978315
@ -4,7 +4,7 @@
|
|||||||
<groupId>io.github.ithotl</groupId>
|
<groupId>io.github.ithotl</groupId>
|
||||||
<artifactId>PlayerStats</artifactId>
|
<artifactId>PlayerStats</artifactId>
|
||||||
<name>PlayerStats</name>
|
<name>PlayerStats</name>
|
||||||
<version>2.1</version>
|
<version>2.2</version>
|
||||||
<description>Statistics Plugin</description>
|
<description>Statistics Plugin</description>
|
||||||
<url>https://www.spigotmc.org/resources/playerstats.102347/</url>
|
<url>https://www.spigotmc.org/resources/playerstats.102347/</url>
|
||||||
<developers>
|
<developers>
|
||||||
@ -209,7 +209,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>me.clip</groupId>
|
<groupId>me.clip</groupId>
|
||||||
<artifactId>placeholderapi</artifactId>
|
<artifactId>placeholderapi</artifactId>
|
||||||
<version>2.11.4</version>
|
<version>2.11.5</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
8
pom.xml
8
pom.xml
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<groupId>io.github.ithotl</groupId>
|
<groupId>io.github.ithotl</groupId>
|
||||||
<artifactId>PlayerStats</artifactId>
|
<artifactId>PlayerStats</artifactId>
|
||||||
<version>2.1</version>
|
<version>2.2</version>
|
||||||
|
|
||||||
<name>PlayerStats</name>
|
<name>PlayerStats</name>
|
||||||
<description>Statistics Plugin</description>
|
<description>Statistics Plugin</description>
|
||||||
@ -73,13 +73,13 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.kyori</groupId>
|
<groupId>net.kyori</groupId>
|
||||||
<artifactId>adventure-api</artifactId>
|
<artifactId>adventure-api</artifactId>
|
||||||
<version>4.14.0</version>
|
<version>4.15.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.kyori</groupId>
|
<groupId>net.kyori</groupId>
|
||||||
<artifactId>adventure-platform-bukkit</artifactId>
|
<artifactId>adventure-platform-bukkit</artifactId>
|
||||||
<version>4.3.1</version>
|
<version>4.3.2</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
@ -91,7 +91,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>me.clip</groupId>
|
<groupId>me.clip</groupId>
|
||||||
<artifactId>placeholderapi</artifactId>
|
<artifactId>placeholderapi</artifactId>
|
||||||
<version>2.11.4</version>
|
<version>2.11.5</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user