From de458d5e43edf900c08baab6ac7d0e892d1a41c1 Mon Sep 17 00:00:00 2001 From: Artemis-the-gr8 Date: Fri, 19 Jan 2024 12:00:22 +0100 Subject: [PATCH 1/6] Release v2.2 - updated version number in plugin.yml that I forgot about --- src/main/resources/plugin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 454db3f..7417ddf 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,6 +1,6 @@ main: com.artemis.the.gr8.playerstats.core.Main name: PlayerStats -version: 2.1 +version: 2.2 api-version: 1.13 description: adds commands to view player statistics in chat author: Artemis_the_gr8 From c62e0edd93e4b5b150b9fbfb593424f5bad90b0f Mon Sep 17 00:00:00 2001 From: David Date: Tue, 17 Sep 2024 09:09:34 -0500 Subject: [PATCH 2/6] 1.21 spigot and dependency update --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 8fc8553..d072c34 100644 --- a/pom.xml +++ b/pom.xml @@ -66,26 +66,26 @@ org.spigotmc spigot-api - 1.20.2-R0.1-SNAPSHOT + 1.21-R0.1-SNAPSHOT provided net.kyori adventure-api - 4.15.0 + 4.17.0 net.kyori adventure-platform-bukkit - 4.3.2 + 4.3.4 net.kyori adventure-text-minimessage - 4.14.0 + 4.17.0 From 0e4edf61247e1eec712d9d3fb1a01cfdfc18a10b Mon Sep 17 00:00:00 2001 From: Artemis-the-gr8 Date: Fri, 4 Oct 2024 14:36:39 +0200 Subject: [PATCH 3/6] Release v2.3 - updated Spigot and Adventure API --- pom.xml | 2 +- src/main/resources/plugin.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index d072c34..6b1910f 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.github.ithotl PlayerStats - 2.2 + 2.3 PlayerStats Statistics Plugin diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 7417ddf..638f150 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,6 +1,6 @@ main: com.artemis.the.gr8.playerstats.core.Main name: PlayerStats -version: 2.2 +version: 2.3 api-version: 1.13 description: adds commands to view player statistics in chat author: Artemis_the_gr8 From af6864aaacfa16055d4432d15ec05f0c1340fa50 Mon Sep 17 00:00:00 2001 From: Artemis-the-gr8 Date: Fri, 4 Oct 2024 15:20:10 +0200 Subject: [PATCH 4/6] Release v2.3 - updated PlaceholderAPI --- dependency-reduced-pom.xml | 6 +++--- pom.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dependency-reduced-pom.xml b/dependency-reduced-pom.xml index 593a0d9..ae8a97f 100644 --- a/dependency-reduced-pom.xml +++ b/dependency-reduced-pom.xml @@ -4,7 +4,7 @@ io.github.ithotl PlayerStats PlayerStats - 2.2 + 2.3 Statistics Plugin https://www.spigotmc.org/resources/playerstats.102347/ @@ -203,13 +203,13 @@ org.spigotmc spigot-api - 1.20.2-R0.1-SNAPSHOT + 1.21-R0.1-SNAPSHOT provided me.clip placeholderapi - 2.11.5 + 2.11.6 provided diff --git a/pom.xml b/pom.xml index 6b1910f..326081c 100644 --- a/pom.xml +++ b/pom.xml @@ -91,7 +91,7 @@ me.clip placeholderapi - 2.11.5 + 2.11.6 provided From dac4c6094f39542408234ee7f3494ed7202063c5 Mon Sep 17 00:00:00 2001 From: Elise Date: Fri, 4 Oct 2024 15:22:47 +0200 Subject: [PATCH 5/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2348ee3..34b33b4 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ## About PlayerStats is a Minecraft server plugin that adds a command to view player statistics in -top-10 format or individually. Currently tested on all versions between **1.16.5** and **1.20.1** on platforms: +top-10 format or individually. Currently tested on all versions between **1.16.5** and **1.21.1** on platforms: - Bukkit - Spigot - Paper From ce8d234a364a3ab5d0142b5ff4e11b03a72085a8 Mon Sep 17 00:00:00 2001 From: Artemis-the-gr8 Date: Mon, 28 Oct 2024 15:22:01 +0100 Subject: [PATCH 6/6] Minor library version updates --- .idea/jarRepositories.xml | 10 +++++----- .idea/misc.xml | 2 +- PlayerStats.iml | 2 ++ pom.xml | 4 ++-- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml index 9937d50..77ee369 100644 --- a/.idea/jarRepositories.xml +++ b/.idea/jarRepositories.xml @@ -21,16 +21,16 @@