From dab141f4ca60e6e5a299345ad93179f732317110 Mon Sep 17 00:00:00 2001 From: Artemis-the-gr8 Date: Wed, 25 May 2022 17:29:51 +0200 Subject: [PATCH] Finally got Adventure library to work --- .idea/jarRepositories.xml | 5 ++ dependency-reduced-pom.xml | 71 ++++++++++++++++ pom.xml | 62 ++++++++++++-- .../artemis/the/gr8/playerstats/Main.java | 23 ++++- .../playerstats/commands/ReloadCommand.java | 21 ++++- .../gr8/playerstats/commands/StatCommand.java | 4 +- .../playerstats/utils/ComponentFactory.java | 85 +++++++++++++++++++ .../utils/OfflinePlayerHandler.java | 4 + .../playerstats/utils/OutputFormatter.java | 13 ++- 9 files changed, 266 insertions(+), 22 deletions(-) create mode 100644 dependency-reduced-pom.xml create mode 100644 src/main/java/com/gmail/artemis/the/gr8/playerstats/utils/ComponentFactory.java diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml index f44ba7b..c68288c 100644 --- a/.idea/jarRepositories.xml +++ b/.idea/jarRepositories.xml @@ -11,6 +11,11 @@