Updated to v2.1 for release

This commit is contained in:
Artemis-the-gr8 2023-10-26 11:36:28 +02:00
parent d435cc92ea
commit 919d44f38b
4 changed files with 4 additions and 3 deletions

View File

@ -4,7 +4,7 @@
<groupId>io.github.ithotl</groupId>
<artifactId>PlayerStats</artifactId>
<name>PlayerStats</name>
<version>2.0</version>
<version>2.1</version>
<description>Statistics Plugin</description>
<url>https://www.spigotmc.org/resources/playerstats.102347/</url>
<developers>

View File

@ -6,7 +6,7 @@
<groupId>io.github.ithotl</groupId>
<artifactId>PlayerStats</artifactId>
<version>2.0</version>
<version>2.1</version>
<name>PlayerStats</name>
<description>Statistics Plugin</description>

View File

@ -28,6 +28,7 @@ public final class StringUtils {
*/
public static String prettify(String input) {
if (input == null) return null;
//TODO remove excessive logging
MyLogger.logHighLevelMsg("Prettifying [" + input + "]");
StringBuilder capitals = new StringBuilder(input.toLowerCase(Locale.ENGLISH));

View File

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