Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lmbishop/commandtoitem

Plugin for Spigot which allows for the creation of customisable items which executed predefined commands.
https://github.com/lmbishop/commandtoitem

bukkit minecraft spigot spigot-plugin

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        








CommandToItem

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

## Building
Release versions can be found primarily on [Spigot](https://www.spigotmc.org/resources/19937/).

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](https://jitpack.io/#LMBishop/CommandToItem) as a repository.

### Maven
```xml

jitpack.io
https://jitpack.io

```
```xml

com.github.LMBishop
CommandToItem
master-SNAPSHOT
provided

```

### Gradle
```groovy
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](https://github.com/LMBishop/CommandToItem/blob/master/LICENSE.txt).