From 4a456d9b1e5557b39187fc28d2cfc2919d2cb189 Mon Sep 17 00:00:00 2001 From: NorbiPeti Date: Mon, 16 Sep 2019 11:49:03 +0200 Subject: [PATCH] Fixed 3 issues (hopefully) Fixed #104 Fixed #101 and also allowing spaces in the action Fixed #90 --- .idea/ButtonChat.iml | 36 +++++++++++++ pom.xml | 19 +++---- .../buttondevteam/chat/ChatProcessing.java | 53 +++++++++++-------- .../chat/components/fun/CCommand.java | 5 +- .../chat/components/fun/FunComponent.java | 8 +-- .../java/buttondevteam/chat/ChatFormatIT.java | 2 +- 6 files changed, 86 insertions(+), 37 deletions(-) diff --git a/.idea/ButtonChat.iml b/.idea/ButtonChat.iml index 9f0759b..d1378ab 100644 --- a/.idea/ButtonChat.iml +++ b/.idea/ButtonChat.iml @@ -39,5 +39,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index b06f542..27b040f 100644 --- a/pom.xml +++ b/pom.xml @@ -151,10 +151,10 @@ jitpack https://jitpack.io/ - - Essentials - http://repo.ess3.net/content/repositories/essrel/ - + + ess-repo + https://ci.ender.zone/plugin/repository/everything/ +