From 84fc7f52b5593f3f81f3a68ccbe59a2fcee2e9c9 Mon Sep 17 00:00:00 2001 From: funkemunky Date: Tue, 22 Jan 2019 16:51:26 -0500 Subject: [PATCH] New Features and Addtions 1.0.6 --- API/.idea/artifacts/Atlas_jar.xml | 1 + API/.idea/libraries/nSpigot.xml | 11 - .../org_mongodb_mongo_java_driver_3_8_0.xml | 10 + API/.idea/workspace.xml | 348 +++++++++--------- API/Atlas.iml | 1 + API/out/artifacts/Atlas_jar/Atlas.jar | Bin 523961 -> 2584528 bytes .../Atlas/cc/funkemunky/api/Atlas.class | Bin 9686 -> 9874 bytes .../api/commands/FunkeArgument.class | Bin 3028 -> 4147 bytes .../api/commands/FunkeCommand.class | Bin 12722 -> 12796 bytes .../api/commands/FunkeCommandManager.class | Bin 1047 -> 2618 bytes .../api/TinyProtocolHandler$1.class | Bin 1245 -> 1249 bytes .../api/TinyProtocolHandler$2.class | Bin 1245 -> 1249 bytes .../cc/funkemunky/api/updater/Updater.class | Bin 3886 -> 3886 bytes .../funkemunky/api/utils/ClassScanner.class | Bin 8218 -> 7994 bytes .../funkemunky/api/utils/ConfigSetting.class | Bin 484 -> 508 bytes .../cc/funkemunky/api/utils/MathUtils.class | Bin 9940 -> 10205 bytes API/out/production/Atlas/plugin.yml | 2 +- API/resources/plugin.yml | 2 +- API/src/cc/funkemunky/api/Atlas.java | 55 +-- .../api/commands/FunkeArgument.java | 6 + .../funkemunky/api/commands/FunkeCommand.java | 6 +- .../api/commands/FunkeCommandManager.java | 11 +- .../cc/funkemunky/api/updater/Updater.java | 2 +- .../cc/funkemunky/api/utils/ClassScanner.java | 4 +- .../funkemunky/api/utils/ConfigSetting.java | 1 + .../cc/funkemunky/api/utils/MathUtils.java | 4 + 26 files changed, 254 insertions(+), 210 deletions(-) delete mode 100644 API/.idea/libraries/nSpigot.xml create mode 100644 API/.idea/libraries/org_mongodb_mongo_java_driver_3_8_0.xml diff --git a/API/.idea/artifacts/Atlas_jar.xml b/API/.idea/artifacts/Atlas_jar.xml index 3cb6a002..94815294 100644 --- a/API/.idea/artifacts/Atlas_jar.xml +++ b/API/.idea/artifacts/Atlas_jar.xml @@ -4,6 +4,7 @@ + \ No newline at end of file diff --git a/API/.idea/libraries/nSpigot.xml b/API/.idea/libraries/nSpigot.xml deleted file mode 100644 index 53998afc..00000000 --- a/API/.idea/libraries/nSpigot.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/API/.idea/libraries/org_mongodb_mongo_java_driver_3_8_0.xml b/API/.idea/libraries/org_mongodb_mongo_java_driver_3_8_0.xml new file mode 100644 index 00000000..0e56aaca --- /dev/null +++ b/API/.idea/libraries/org_mongodb_mongo_java_driver_3_8_0.xml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/API/.idea/workspace.xml b/API/.idea/workspace.xml index 003f24e8..faf2804f 100644 --- a/API/.idea/workspace.xml +++ b/API/.idea/workspace.xml @@ -11,22 +11,31 @@ + + + - - - + + + + - + + + + + + - - - - - + + + + - + + - - + + - - + + - - + + - - + + - + - - + + - + - - + + - + - - + + - + - - + + - + - - + + + + + - + - - + + @@ -245,6 +259,9 @@ construt ca scanFile + load + plugin + Init com.funkemunky.api.tinyprotocol @@ -262,30 +279,23 @@ @@ -479,15 +496,18 @@