An open API service indexing awesome lists of open source software.

https://github.com/maximjsx/pluginsimplifier

Simplify plugin development using this Minecraft plugin library and save time.
https://github.com/maximjsx/pluginsimplifier

java-library library minecraft-plugins

Last synced: about 1 month ago
JSON representation

Simplify plugin development using this Minecraft plugin library and save time.

Awesome Lists containing this project

README

          

# PluginSimplifier

An Advanced Library for making minecraft commands

## How to install it in your own project?

**Gradle installation**

```groovy
repositories {
maven { url 'https://jitpack.io' }
}

dependencies {
implementation 'com.github.max1mde:PluginSimplifier:2.0.0'
}
```

**Maven installation**

```xml

jitpack.io
https://jitpack.io

com.github.max1mde
PluginSimplifier
2.0.0

```

## How to use it in your own project?

**You can check our wiki here: https://github.com/max1mde/PluginSimplifier/wiki**

**Don't forget to shade the library!**