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 @@
-
-
-
-
-
+
+
+
+
+
diff --git a/PlayerStats.iml b/PlayerStats.iml
index fa63d4b..ad42100 100644
--- a/PlayerStats.iml
+++ b/PlayerStats.iml
@@ -5,7 +5,9 @@
SPIGOT
+ ADVENTURE
+ 1
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
diff --git a/dependency-reduced-pom.xml b/dependency-reduced-pom.xml
index 7a0fa82..e30e2c2 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/
@@ -229,13 +229,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 c6eecb3..ef9e0cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
io.github.ithotl
PlayerStats
- 2.2
+ 2.3
PlayerStats
Statistics Plugin
@@ -66,26 +66,26 @@
org.spigotmc
spigot-api
- 1.20.2-R0.1-SNAPSHOT
+ 1.21.1-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
@@ -105,7 +105,7 @@
me.clip
placeholderapi
- 2.11.5
+ 2.11.6
provided
@@ -135,7 +135,7 @@
org.apache.maven.plugins
maven-compiler-plugin
- 3.11.0
+ 3.13.0
16
diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml
index 4960350..e589681 100644
--- a/src/main/resources/config.yml
+++ b/src/main/resources/config.yml
@@ -14,7 +14,7 @@ config-version: 8
# 3 = high (log all tasks and time taken)
debug-level: 1
-# By default, PlayerStats will use an SQLite database file, which PlayerStats sets up itself
+# If enabled, the database PlayerStats will use is an SQLite file, which PlayerStats sets up itself
use-database: true
# If you specify a mySQL URL, username and password here, PlayerStats will attempt to use your
diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml
index 454db3f..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.1
+version: 2.3
api-version: 1.13
description: adds commands to view player statistics in chat
author: Artemis_the_gr8