Currently not stable and under heavy development
A minecraft plugin for Sponge platforms. Adds the ability to create Kits, which users can easily access.
This plugin is licensed under MIT License. This means that you are allowed to code in any way you would like.
- Java 8
I have a general set of rules I follow for my projects. Do read through it if you do plan on contributing.
The following steps will ensure your project is cloned properly
git clone git@github.com:hsyyid/Kits.git
cd Kits
Note: If you do not have Gradle installed then use ./gradlew for Unix systems or Git Bash and gradlew.bat for Windows systems in place of any 'gradle' command.
If you are a contributor, it is important that your development environment is setup properly. After cloning, as shown above, follow the given steps for your ide:
gradle idea --refresh-dependencies
gradle eclipse --refresh-dependencies
Note: If you do not have Gradle installed then use ./gradlew for Unix systems or Git Bash and gradlew.bat for Windows systems in place of any 'gradle' command.
The following steps will update your clone with the official repo.
git pull
gradle --refresh-dependencies
Note: If you do not have Gradle installed then use ./gradlew for Unix systems or Git Bash and gradlew.bat for Windows systems in place of any 'gradle' command.
We use Gradle for Kits.
In order to build Kits you simply need to run the gradle
command.
You can find the compiled JAR file in ./build/libs
labeled similarly to 'Kits-x.x.jar'.