Skip to content
 
 

Latest commit

 

History

40 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



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.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages