DiscoSheep/lib
2014-07-31 11:37:54 -04:00
..
bukkit Merge commit '2af8c8dbf2d5eb16d7492fd12b4b786d6205d0f9' as 'lib' 2014-07-31 11:37:54 -04:00
bungee Merge commit '2af8c8dbf2d5eb16d7492fd12b4b786d6205d0f9' as 'lib' 2014-07-31 11:37:54 -04:00
core Merge commit '2af8c8dbf2d5eb16d7492fd12b4b786d6205d0f9' as 'lib' 2014-07-31 11:37:54 -04:00
.gitignore Merge commit '2af8c8dbf2d5eb16d7492fd12b4b786d6205d0f9' as 'lib' 2014-07-31 11:37:54 -04:00
LICENSE.txt Merge commit '2af8c8dbf2d5eb16d7492fd12b4b786d6205d0f9' as 'lib' 2014-07-31 11:37:54 -04:00
NOTICE.txt Merge commit '2af8c8dbf2d5eb16d7492fd12b4b786d6205d0f9' as 'lib' 2014-07-31 11:37:54 -04:00
pom.xml Merge commit '2af8c8dbf2d5eb16d7492fd12b4b786d6205d0f9' as 'lib' 2014-07-31 11:37:54 -04:00
README.md Merge commit '2af8c8dbf2d5eb16d7492fd12b4b786d6205d0f9' as 'lib' 2014-07-31 11:37:54 -04:00

sk89q-command-framework

sk89q-command-framework is the command framework from sk89q's WorldEdit. It has been factored out so it may be used in other projects without having to include WorldEdit as a dependency.

Compiling

You need to have Maven installed (http://maven.apache.org). Once installed, simply run:

mvn clean install

Maven will automatically download dependencies for you. Note: For that to work, be sure to add Maven to your "PATH".

Contributing

Your submissions have to be licensed under the GNU General Public License v3.