From f754c69e722b5126691b798020040029ec3ed77c Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Mon, 30 Mar 2020 14:57:56 -0500 Subject: [PATCH] Completely update the re-implemented plugin to how it was before. Completely update the re-implemented plugin to how it was before. Changelog: * Re-add fox naming. * Added an auto alternative color code translator in LanguageConfig. Pretty sure this is it, now its time to create a new release! --- .idea/workspace.xml | 73 ++++---- pom.xml | 7 +- .../tamablefoxes/EntityTamableFox.java | 63 +++++-- .../net/seanomik/tamablefoxes/io/Config.java | 22 ++- .../tamablefoxes/io/LanguageConfig.java | 23 ++- .../command/CommandSpawnTamableFox.java | 164 +++++++++--------- src/main/resources/config.yml | 12 +- src/main/resources/language.yml | 5 +- target/classes/config.yml | 2 +- .../compile/default-compile/inputFiles.lst | 26 +-- 10 files changed, 224 insertions(+), 173 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 92a3d76..8f98656 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,19 +3,21 @@ - - + + + + - - - - - file://$PROJECT_DIR$/src/main/java/net/seanomik/tamablefoxes/io/LanguageConfig.java - 110 - - - - \ No newline at end of file diff --git a/pom.xml b/pom.xml index 2443ffb..c7ac66c 100644 --- a/pom.xml +++ b/pom.xml @@ -39,7 +39,7 @@ shade - D:\Code\java\spigotPlugins\_TEST_SERVER_1.15.2_\plugins\TamableFoxes-MC-v1.15.1-v${project.version}.jar + D:\Code\java\spigotPlugins\_TEST_SERVER_1.15.2_\plugins\TamableFoxes-MC-v1.15.X-v${project.version}.jar false @@ -77,6 +77,11 @@ 1.15.2-R0.1-SNAPSHOT provided + + com.github.WesJD.AnvilGUI + anvilgui + 478e0c1 +