From e272db9e6946f1ad2d643667b29e09f4be4e3ac6 Mon Sep 17 00:00:00 2001 From: Dawson Hessler Date: Sun, 24 Feb 2019 14:41:06 -0500 Subject: [PATCH] Improved Annotation Commands --- API/.idea/workspace.xml | 653 +++++------------- .../api/commands/ancmd/CommandAdapter.java | 1 + .../api/commands/ancmd/CommandManager.java | 45 +- .../api/commands/ancmd/SpigotCompleter.java | 2 +- .../cc/funkemunky/api/updater/Updater.java | 2 +- API/Atlas/src/resources/plugin.yml | 2 +- API/out/artifacts/Atlas_jar/Atlas.jar | Bin 2640212 -> 2640743 bytes .../api/commands/ancmd/CommandAdapter.class | Bin 1900 -> 2294 bytes .../api/commands/ancmd/CommandManager.class | Bin 16385 -> 17581 bytes .../api/commands/ancmd/SpigotCompleter.class | Bin 3570 -> 3613 bytes .../cc/funkemunky/api/updater/Updater.class | Bin 3886 -> 3886 bytes API/out/production/API/plugin.yml | 2 +- Example/Example.iml | 15 + Example/out/artifacts/Example_jar/Example.jar | Bin 0 -> 2252 bytes .../cc/funkemunky/example/Example.class | Bin 0 -> 765 bytes .../example/commands/ExampleCommand.class | Bin 0 -> 1765 bytes Example/out/production/Example/plugin.yml | 5 + Example/resources/plugin.yml | 5 + .../src/cc/funkemunky/example/Example.java | 11 + .../example/commands/ExampleCommand.java | 22 + .../example/event/CustomMoveEvent.java | 22 + .../listeners/atlas/CustomMoveListeners.java | 15 + .../listeners/bukkit/MoveListeners.java | 21 + 23 files changed, 319 insertions(+), 504 deletions(-) create mode 100644 Example/Example.iml create mode 100644 Example/out/artifacts/Example_jar/Example.jar create mode 100644 Example/out/production/Example/cc/funkemunky/example/Example.class create mode 100644 Example/out/production/Example/cc/funkemunky/example/commands/ExampleCommand.class create mode 100644 Example/out/production/Example/plugin.yml create mode 100644 Example/resources/plugin.yml create mode 100644 Example/src/cc/funkemunky/example/Example.java create mode 100644 Example/src/cc/funkemunky/example/commands/ExampleCommand.java create mode 100644 Example/src/cc/funkemunky/example/event/CustomMoveEvent.java create mode 100644 Example/src/cc/funkemunky/example/listeners/atlas/CustomMoveListeners.java create mode 100644 Example/src/cc/funkemunky/example/listeners/bukkit/MoveListeners.java diff --git a/API/.idea/workspace.xml b/API/.idea/workspace.xml index 73ddef34..a28a896a 100644 --- a/API/.idea/workspace.xml +++ b/API/.idea/workspace.xml @@ -12,216 +12,11 @@ + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +