From 57e393ab8a537f696921ebebe2191aef7bd3c5d8 Mon Sep 17 00:00:00 2001 From: Jacob Brunson Date: Sun, 4 Mar 2012 20:41:10 -0600 Subject: [PATCH] Fixed derp. --- build.xml | 74 ++++++++++++++++++++++++++++++++++++++++ src/resources/plugin.yml | 7 ++++ 2 files changed, 81 insertions(+) create mode 100644 build.xml create mode 100644 src/resources/plugin.yml diff --git a/build.xml b/build.xml new file mode 100644 index 0000000..90ac188 --- /dev/null +++ b/build.xml @@ -0,0 +1,74 @@ + + + + + + + + + + + Builds, tests, and runs the project AncientGates. + + + diff --git a/src/resources/plugin.yml b/src/resources/plugin.yml new file mode 100644 index 0000000..33ce6a0 --- /dev/null +++ b/src/resources/plugin.yml @@ -0,0 +1,7 @@ +name: AncientGates +version: 1.1 +main: org.mcteam.ancientgates.Plugin +commands: + gate: + description: All of the AncientGates commands + usage: See documentation. \ No newline at end of file