Konquest is a plugin for land claiming and territory control.
All details can be found on the wiki.
Here are a few helpful links.
This project uses the IntelliJ IDEA with Gradle. There are the following sub-projects:
The doc
folder contains auto-generated Javadoc files.
Konquest uses Gradle for most dependencies, building and generating Javadoc.
Use these commands to build from source:
git clone https://github.com/Rumsfield/konquest.git
cd Konquest/
./gradlew shadowJar
Build outputs will be placed in the build/libs/
folder.
To generate Javadoc, use this command:
./gradlew generateJavadoc
The new Javadoc will overwrite the contents of the doc/
folder.
To clean the project and remove stale build files, use this command:
./gradlew clean
Konquest is licensed under the GNU GPLv3 license. See LICENSE.txt
for more info.