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