Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/boxbeam/ordinate

A powerful, platform-agnostic, feature-rich command framework
https://github.com/boxbeam/ordinate

command-parsing commands spigot

Last synced: about 2 months ago
JSON representation

A powerful, platform-agnostic, feature-rich command framework

Awesome Lists containing this project

README

        

# Ordinate
A powerful, platform-agnostic, feature-rich command framework.

## Usage

To learn how to use Ordinate, see the [wiki](https://github.com/Redempt/Ordinate/wiki) and/or read the [javadocs](https://redempt.dev/javadoc/com/github/Redempt/Ordinate-base/index.html).

## Installation

To begin, first select your platform. For example, `Ordinate-spigot`.

The currently supported platforms are:
- `Ordinate-spigot`
- `Ordinate-sponge`
- `Ordinate-base`

Then select your version tag. You can see all available versions [here](https://github.com/Redempt/Ordinate/releases).

### Gradle

```groovy
repositories {
maven { url = 'https://redempt.dev' }
}
```
```groovy
dependencies {
implementation 'com.github.Redempt:Ordinate-[platform]:[version]'
}
```

### Maven

```xml

redempt.dev
https://redempt.dev

```
```xml

com.github.Redempt
Ordinate-[platform]
[version]
compile

```