From 2555a6fdf4259f8d76380a2be64bb57d9e3b14c4 Mon Sep 17 00:00:00 2001 From: jakub Date: Thu, 28 Dec 2023 10:26:16 +0100 Subject: [PATCH] c --- .idea/artifacts/Informator_jar.xml | 1 + .idea/jarRepositories.xml | 10 +++++ pom.xml | 23 +++++++++++ .../xyz/soukup/informator/Informator.java | 3 ++ .../handlers/PlaceholderHandler.java | 16 +++++++- .../informator/handlers/TabHandler.java | 1 - src/main/resources/modules/scoreboard.yml | 36 ++++++++++++++++++ src/main/resources/modules/tab.yml | 30 ++++++++------- src/main/resources/plugin.yml | 1 + target/classes/config.yml | 22 +++++++---- target/classes/modules/tab.yml | 30 ++++++++------- target/classes/plugin.yml | 1 + .../xyz/soukup/informator/Informator.class | Bin 3190 -> 3533 bytes .../handlers/PlaceholderHandler.class | Bin 1859 -> 2312 bytes .../informator/handlers/TabHandler.class | Bin 4911 -> 4790 bytes 15 files changed, 138 insertions(+), 36 deletions(-) create mode 100644 src/main/resources/modules/scoreboard.yml diff --git a/.idea/artifacts/Informator_jar.xml b/.idea/artifacts/Informator_jar.xml index 8faa225..3ffe88b 100644 --- a/.idea/artifacts/Informator_jar.xml +++ b/.idea/artifacts/Informator_jar.xml @@ -3,6 +3,7 @@ $USER_HOME$/Plocha/beta server/plugins + \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml index 861936a..c21afe7 100644 --- a/.idea/jarRepositories.xml +++ b/.idea/jarRepositories.xml @@ -11,11 +11,21 @@