LMBishop / CommandToItem

Plugin for Spigot which allows for the creation of customisable items which executed predefined commands.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool



CommandToItem

A lightweight plugin which allows you to create consumable command items.

Building

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.

Maven

<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>

Gradle

repositories {
    maven { url = uri('https://jitpack.io') }
}  
dependencies {
    compileOnly 'com.github.LMBishop:CommandToItem:master-SNAPSHOT'
}

Contributing

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.

About

Plugin for Spigot which allows for the creation of customisable items which executed predefined commands.

License:GNU General Public License v3.0


Languages

Language:Java 100.0%