Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/boxbeam/ordinate
- Owner: boxbeam
- License: mit
- Created: 2022-05-22T04:03:50.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-05T17:46:39.000Z (about 2 years ago)
- Last Synced: 2023-12-11T02:27:02.813Z (about 1 year ago)
- Topics: command-parsing, commands, spigot
- Language: Java
- Homepage:
- Size: 281 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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```
```xmlcom.github.Redempt
Ordinate-[platform]
[version]
compile```