A lightweight plugin which allows you to create consumable command items.
Release versions can be found primarily on Spigot.
You can build CommandToItem yourself using Gradle by cloning the repo and using the command gradlew build
.
You can include CommandToItem in your project using JitPack as a repository.
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<dependency>
<groupId>com.github.LMBishop</groupId>
<artifactId>CommandToItem</artifactId>
<version>master-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
repositories {
maven { url = uri('https://jitpack.io') }
}
dependencies {
compileOnly 'com.github.LMBishop:CommandToItem:master-SNAPSHOT'
}
We welcome all contributions, we will check out all pull requests and determine if it should be added to CommandToItem.
Assistance of all forms is appreciated 🙂
By contributing to CommandToItem you agree to license your code under the GNU General Public License v3.0.