mirror of
https://github.com/itHotL/PlayerStats.git
synced 2024-11-24 12:16:29 +01:00
Release v2.3 - updated PlaceholderAPI
This commit is contained in:
parent
0e4edf6124
commit
af6864aaac
@ -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.2</version>
|
<version>2.3</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>
|
||||||
@ -203,13 +203,13 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.spigotmc</groupId>
|
<groupId>org.spigotmc</groupId>
|
||||||
<artifactId>spigot-api</artifactId>
|
<artifactId>spigot-api</artifactId>
|
||||||
<version>1.20.2-R0.1-SNAPSHOT</version>
|
<version>1.21-R0.1-SNAPSHOT</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>me.clip</groupId>
|
<groupId>me.clip</groupId>
|
||||||
<artifactId>placeholderapi</artifactId>
|
<artifactId>placeholderapi</artifactId>
|
||||||
<version>2.11.5</version>
|
<version>2.11.6</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
2
pom.xml
2
pom.xml
@ -91,7 +91,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>me.clip</groupId>
|
<groupId>me.clip</groupId>
|
||||||
<artifactId>placeholderapi</artifactId>
|
<artifactId>placeholderapi</artifactId>
|
||||||
<version>2.11.5</version>
|
<version>2.11.6</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user