8000 GitHub - cobrex1/CommandToItem: Plugin for Spigot which allows for the creation of customisable items which executed predefined commands.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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

cobrex1/CommandToItem

 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%
0