Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lmbishop/commandtoitem
- Owner: LMBishop
- License: gpl-3.0
- Created: 2019-08-24T00:39:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-09T23:22:51.000Z (over 3 years ago)
- Last Synced: 2023-03-05T10:29:13.747Z (over 1 year ago)
- Topics: bukkit, minecraft, spigot, spigot-plugin
- Language: Java
- Homepage:
- Size: 144 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
```xmljitpack.io
https://jitpack.io```
```xmlcom.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).