From 8245302c798639cae1c55ec6ee64a0480833b948 Mon Sep 17 00:00:00 2001 From: Elise Date: Fri, 24 Mar 2023 12:03:37 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7d0290..d1da33e 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.19.3** on platforms: +top-10 format or individually. Currently tested on all versions between **1.16.5** and **1.19.4** on platforms: - Bukkit - Spigot - Paper From bb67e355e1060af767fa2cf10ddcbb9d1dd894fb Mon Sep 17 00:00:00 2001 From: Elise Date: Fri, 24 Mar 2023 12:08:33 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d1da33e..f693e85 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ top-10 format or individually. Currently tested on all versions between **1.16.5 - Paper - Purpur +(It's possible PlayerStats works on other platforms too, but these are the ones I have explicitly tested.) +   ## Features From e9f0992acb1ac7e4512b2c85e536b98a47278ef9 Mon Sep 17 00:00:00 2001 From: Artemis-the-gr8 Date: Mon, 12 Jun 2023 12:55:54 +0200 Subject: [PATCH 3/3] Updated dependencies --- dependency-reduced-pom.xml | 29 +++++++++++++++-------------- pom.xml | 37 +++++++++++++++++++------------------ 2 files changed, 34 insertions(+), 32 deletions(-) diff --git a/dependency-reduced-pom.xml b/dependency-reduced-pom.xml index 5ef58c2..1a4dcda 100644 --- a/dependency-reduced-pom.xml +++ b/dependency-reduced-pom.xml @@ -29,7 +29,7 @@ maven-compiler-plugin - 3.10.1 + 3.11.0 16 16 @@ -37,7 +37,7 @@ maven-shade-plugin - 3.3.0 + 3.4.1 package @@ -103,11 +103,11 @@ maven-source-plugin - 3.2.1 + 3.3.0 attach-sources - verify + deploy jar-no-fork @@ -116,11 +116,11 @@ maven-gpg-plugin - 3.0.1 + 3.1.0 sign-artifacts - verify + deploy sign @@ -129,11 +129,11 @@ maven-javadoc-plugin - 3.4.1 + 3.5.0 attach-javadocs - verify + deploy jar @@ -160,12 +160,12 @@ net.kyori adventure-api - https://jd.adventure.kyori.net/api/4.11.0/ + https://jd.adventure.kyori.net/api/4.14.0/ net.kyori adventure-text-minimessage - https://jd.adventure.kyori.net/text-minimessage/4.11.0/ + https://jd.adventure.kyori.net/text-minimessage/4.14.0/ net.kyori @@ -177,7 +177,7 @@ maven-deploy-plugin - 3.0.0 + 3.1.1 @@ -203,19 +203,19 @@ org.spigotmc spigot-api - 1.19-R0.1-SNAPSHOT + 1.19.4-R0.1-SNAPSHOT provided me.clip placeholderapi - 2.11.2 + 2.11.3 provided org.jetbrains annotations - 23.0.0 + 24.0.1 compile @@ -231,6 +231,7 @@ 16 + 16 16 UTF-8 diff --git a/pom.xml b/pom.xml index 1547ebd..5429ba2 100644 --- a/pom.xml +++ b/pom.xml @@ -35,6 +35,7 @@ UTF-8 + 16 16 16 @@ -65,32 +66,32 @@ org.spigotmc spigot-api - 1.19-R0.1-SNAPSHOT + 1.19.4-R0.1-SNAPSHOT provided net.kyori adventure-api - 4.11.0 + 4.14.0 net.kyori adventure-platform-bukkit - 4.1.2 + 4.3.0 net.kyori adventure-text-minimessage - 4.11.0 + 4.14.0 me.clip placeholderapi - 2.11.2 + 2.11.3 provided @@ -103,14 +104,14 @@ org.bstats bstats-bukkit - 3.0.0 + 3.0.1 compile org.jetbrains annotations - 23.0.0 + 24.0.1 @@ -119,7 +120,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.10.1 + 3.11.0 16 16 @@ -128,7 +129,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.3.0 + 3.4.1 package @@ -196,11 +197,11 @@ org.apache.maven.plugins maven-source-plugin - 3.2.1 + 3.3.0 attach-sources - verify + deploy jar-no-fork @@ -210,11 +211,11 @@ org.apache.maven.plugins maven-gpg-plugin - 3.0.1 + 3.1.0 sign-artifacts - verify + deploy sign @@ -224,11 +225,11 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.4.1 + 3.5.0 attach-javadocs - verify + deploy jar @@ -256,13 +257,13 @@ net.kyori adventure-api - https://jd.adventure.kyori.net/api/4.11.0/ + https://jd.adventure.kyori.net/api/4.14.0/ net.kyori adventure-text-minimessage - https://jd.adventure.kyori.net/text-minimessage/4.11.0/ + https://jd.adventure.kyori.net/text-minimessage/4.14.0/ @@ -276,7 +277,7 @@ org.apache.maven.plugins maven-deploy-plugin - 3.0.0 + 3.1.1