Skip to content

EnvyWare/API

Repository files navigation

API

Join our Discord Developer Releases GitHub Codacy Badge

This repository will contain a multi-project Gradle setup for Minecraft APIs. (Spigot, Forge, Sponge, Velocity, Bungee etc.)

Join the discord for further assitance.

How to use

You will need to add the following to your build.gradle in the repositories section:

  maven {
       url "https://maven.envyware.co.uk/releases"
  }

Then in the dependencies section you'll need to add

  shadow "com.envyful.api:commons:4.0.1"

My API is designed to be shaded into the JAR file so if you need more information on how to do that please find it here

The latest version of my API can be found in my Discord server in the #api-changelog channel. This channel is where I post detailed information about what changed between each version