Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bgmp/commandframework

Command Framework for Bukkit & Bungee 1.8 - 1.19.4
https://github.com/bgmp/commandframework

bukkit bungee command-framework

Last synced: 2 days ago
JSON representation

Command Framework for Bukkit & Bungee 1.8 - 1.19.4

Awesome Lists containing this project

README

        

CommandFramework
---

The simplest command framework for Bukkit & Bungee 1.8 - 1.16.5!

This is the old command framework from sk89q's WorldEdit. It has been factored out and modified so it may be used in
other projects without having to include WorldEdit as a dependency.

The groupId of the project has been changed to prevent clashes with WorldEdit's command utility classes, given that
it is usually present in upstream Minecraft servers.

## Usage
This project is available for anyone to use, and you may implement it with ease:

**Maven Repository**
```xml

github
https://maven.pkg.github.com/BGMP/CommandFramework

```

**Bukkit**
```xml

cl.bgm
command-framework-bukkit
1.0.4-SNAPSHOT

```

**Bungee**
```xml

cl.bgm
command-framework-bungee
1.0.4-SNAPSHOT

```

Documentation is still being worked on, but for a hands-on example I have taken care of arranging a
[simple plugin](https://github.com/BGMP/CommandFramework/tree/master/example-commands-bukkit) to illustrate
the framework's features and usage.

## Prerequisites
* Java 8 or above
* [Maven](http://maven.apache.org/) (Dependency Management)

## Compiling
Clone the repository, and launch your command prompt within it to run the following Maven command:

> `mvn clean package`

## Contributing
Your submissions have to be licenced under the GNU General Public Licence v3.