From ca63eca1a0bcd8e9699e77d24d4d4d419823323a Mon Sep 17 00:00:00 2001 From: Artemis-the-gr8 Date: Tue, 18 Oct 2022 14:41:55 +0200 Subject: [PATCH] Gathered the request-rewrite and pre-work for excluding players into new branch for v2.0 --- pom.xml | 8 ++++---- src/main/resources/plugin.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 73925e7..63dd96c 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.github.ithotl PlayerStats - 1.8 + 2.0-SNAPSHOT PlayerStats Statistics Plugin @@ -152,15 +152,15 @@ net.kyori - com.artemis.the.gr8.lib.kyori + com.artemis.the.gr8.playerstats.lib.kyori com.tchristofferson - com.artemis.the.gr8.util.tchristofferson + com.artemis.the.gr8.playerstats.lib.tchristofferson org.bstats - com.artemis.the.gr8.util.bstats + com.artemis.the.gr8.playerstats.lib.bstats diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 72bcee5..38521e6 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,6 +1,6 @@ main: com.artemis.the.gr8.playerstats.Main name: PlayerStats -version: 1.8 +version: 2.0 api-version: 1.13 description: adds commands to view player statistics in chat author: Artemis_the_gr8