Skip to content

Adds Skills built around Vanilla Minecraft using the Skills framework for Sponge

License

Notifications You must be signed in to change notification settings

Inscrutable/VanillaSkills

 
 

Repository files navigation

Vanilla Skills

Adds Skills built around Vanilla Minecraft using the Skills framework for Sponge

Prerequisites

Cloning

The following steps will ensure your project is cloned properly.

  1. git clone git@github.com:InspireNXE/VanillaSkills.git
  2. cd VanillaSkills

Setup

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

  1. Make sure you have the Gradle plugin enabled (File > Settings > Plugins).
  2. Click File > Import Module and select the build.gradle file for Skills.
  3. On the import screen, uncheck Create separate module per source set

Building

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.

About

Adds Skills built around Vanilla Minecraft using the Skills framework for Sponge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%