Gathered the request-rewrite and pre-work for excluding players into new branch for v2.0

This commit is contained in:
Artemis-the-gr8 2022-10-18 14:41:55 +02:00
parent eca25980e5
commit ca63eca1a0
2 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@
<groupId>io.github.ithotl</groupId> <groupId>io.github.ithotl</groupId>
<artifactId>PlayerStats</artifactId> <artifactId>PlayerStats</artifactId>
<version>1.8</version> <version>2.0-SNAPSHOT</version>
<name>PlayerStats</name> <name>PlayerStats</name>
<description>Statistics Plugin</description> <description>Statistics Plugin</description>
@ -152,15 +152,15 @@
<relocations> <relocations>
<relocation> <relocation>
<pattern>net.kyori</pattern> <pattern>net.kyori</pattern>
<shadedPattern>com.artemis.the.gr8.lib.kyori</shadedPattern> <shadedPattern>com.artemis.the.gr8.playerstats.lib.kyori</shadedPattern>
</relocation> </relocation>
<relocation> <relocation>
<pattern>com.tchristofferson</pattern> <pattern>com.tchristofferson</pattern>
<shadedPattern>com.artemis.the.gr8.util.tchristofferson</shadedPattern> <shadedPattern>com.artemis.the.gr8.playerstats.lib.tchristofferson</shadedPattern>
</relocation> </relocation>
<relocation> <relocation>
<pattern>org.bstats</pattern> <pattern>org.bstats</pattern>
<shadedPattern>com.artemis.the.gr8.util.bstats</shadedPattern> <shadedPattern>com.artemis.the.gr8.playerstats.lib.bstats</shadedPattern>
</relocation> </relocation>
</relocations> </relocations>
<filters> <filters>

View File

@ -1,6 +1,6 @@
main: com.artemis.the.gr8.playerstats.Main main: com.artemis.the.gr8.playerstats.Main
name: PlayerStats name: PlayerStats
version: 1.8 version: 2.0
api-version: 1.13 api-version: 1.13
description: adds commands to view player statistics in chat description: adds commands to view player statistics in chat
author: Artemis_the_gr8 author: Artemis_the_gr8