From d9cdcbcc7ff34246cda86166eb18c1cffdee2cc5 Mon Sep 17 00:00:00 2001 From: jakub Date: Sat, 2 Mar 2024 17:26:26 +0100 Subject: [PATCH] replaced color api. work started on sidebar --- .idea/artifacts/Informator_jar.xml | 10 ++- .idea/jarRepositories.xml | 5 ++ .idea/misc.xml | 3 +- pom.xml | 17 +++-- .../xyz/soukup/informator/commands/sb.java | 4 + .../informator/handlers/ConfigHandler.java | 2 + .../handlers/PlaceholderHandler.java | 7 +- .../handlers/ScoreboardHandler.java | 72 ++++++++++++++++++ .../informator/handlers/TabHandler.java | 1 + src/main/resources/modules/scoreboard.yml | 12 +-- src/main/resources/modules/tab.yml | 24 +++--- target/classes/modules/tab.yml | 24 +++--- .../handlers/PlaceholderHandler.class | Bin 2312 -> 2297 bytes 13 files changed, 137 insertions(+), 44 deletions(-) create mode 100644 src/main/java/xyz/soukup/informator/commands/sb.java create mode 100644 src/main/java/xyz/soukup/informator/handlers/ScoreboardHandler.java diff --git a/.idea/artifacts/Informator_jar.xml b/.idea/artifacts/Informator_jar.xml index 3ffe88b..41afc97 100644 --- a/.idea/artifacts/Informator_jar.xml +++ b/.idea/artifacts/Informator_jar.xml @@ -1,9 +1,13 @@ - - $USER_HOME$/Plocha/beta server/plugins + + $USER_HOME$/Plocha/betaserver/plugins - + + + + + \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml index c21afe7..da7ae0c 100644 --- a/.idea/jarRepositories.xml +++ b/.idea/jarRepositories.xml @@ -6,6 +6,11 @@