From d733da420f2b64043172a5e80a8c2c2d2f56fb3f Mon Sep 17 00:00:00 2001 From: ChomeNS <95471003+ChomeNS@users.noreply.github.com> Date: Thu, 20 Apr 2023 17:01:17 +0700 Subject: [PATCH] 1.19.4 + add stuff (kinda broken ..,,.) --- .idea/.gitignore | 2 +- .idea/.name | 1 - .idea/compiler.xml | 1 - .idea/inspectionProfiles/Project_Default.xml | 8 - .idea/jarRepositories.xml | 5 + .idea/misc.xml | 9 +- .idea/uiDesigner.xml | 124 ----- .idea/vcs.xml | 2 +- .idea/workspace.xml | 509 ++++++++++++++++++ dependency-reduced-pom.xml | 2 +- pom.xml | 4 +- .../chatParsers/ChomeNSCustomChatParser.java | 13 +- .../chatParsers/KaboomChatParser.java | 8 +- .../chatParsers/MinecraftChatParser.java | 7 +- .../commandSpy/CommandSpyParser.java | 9 +- .../data/MutablePlayerListEntry.java | 3 +- .../chatParsers/data/PlayerMessage.java | 7 +- .../command/DiscordCommandContext.java | 3 +- .../plugins/ChatCommandHandlerPlugin.java | 4 +- .../chomens_bot/plugins/ChatPlugin.java | 87 ++- .../plugins/ClearChatUsernamePlugin.java | 2 +- .../chomens_bot/plugins/CorePlugin.java | 2 +- .../chomens_bot/plugins/DiscordPlugin.java | 36 +- .../chomens_bot/plugins/LoggerPlugin.java | 21 +- .../chomens_bot/plugins/PlayersPlugin.java | 54 +- 25 files changed, 656 insertions(+), 267 deletions(-) delete mode 100644 .idea/.name delete mode 100644 .idea/inspectionProfiles/Project_Default.xml delete mode 100644 .idea/uiDesigner.xml create mode 100644 .idea/workspace.xml diff --git a/.idea/.gitignore b/.idea/.gitignore index 26d33521..d132fd40 100644 --- a/.idea/.gitignore +++ b/.idea/.gitignore @@ -1,3 +1,3 @@ # Default ignored files /shelf/ -/workspace.xml +/.idea3/workspace.xml diff --git a/.idea/.name b/.idea/.name deleted file mode 100644 index 868eb471..00000000 --- a/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -ChomeNS Bot \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 0ef6238d..02b309e3 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -2,7 +2,6 @@ - diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index 23e05cc2..00000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml index 9f2cdc0f..4bafafd7 100644 --- a/.idea/jarRepositories.xml +++ b/.idea/jarRepositories.xml @@ -16,6 +16,11 @@