Adds Skills built around Vanilla Minecraft using the Skills framework for Sponge
The following steps will ensure your project is cloned properly.
git clone git@github.com:InspireNXE/VanillaSkills.git
cd VanillaSkills
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.
For IntelliJ
- Make sure you have the Gradle plugin enabled (File > Settings > Plugins).
- Click File > Import Module and select the build.gradle file for Skills.
- On the import screen, uncheck
Create separate module per source set
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.
In order to build Vanilla Skills you simply need to run the gradle
command. You can find the compiled JAR files in ./build/libs
but in most cases
you'll only need vanillaskills-x.x.x-SNAPSHOT.jar
.