Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

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

License

Notifications You must be signed in to change notification settings

LMBishop/CommandToItem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages