Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/velixdevelopments/imperat

Military grade command dispatching framework
https://github.com/velixdevelopments/imperat

api bukkit bungeecord command-framework command-line-interface commands spigot velocity

Last synced: about 3 hours ago
JSON representation

Military grade command dispatching framework

Awesome Lists containing this project

README

        

[![Discord](https://discord.com/api/guilds/1285395980610568192/widget.png)](https://discord.velix.dev/)
[![Maven Central](https://img.shields.io/maven-metadata/v/https/repo1.maven.org/maven2/dev/velix/imperat-core/maven-metadata.xml.svg?label=maven%20central&colorB=brightgreen)](https://search.maven.org/artifact/dev.velix/imperat-core)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Build](https://github.com/VelixDevelopments/Imperat/actions/workflows/build.yml/badge.svg)](https://github.com/VelixDevelopments/Imperat/actions/workflows/build.yml)
# Imperat

**Imperat** is a high-performance, general-purpose command dispatching framework built in Java.
Designed to be platform-agnostic, Imperat is capable of handling massive numbers of commands efficiently.
Whether you're building microservices, game engines, or any other system that requires command dispatching,
Imperat provides a flexible and powerful foundation.

## Features

- **Generic Command Dispatching:** Dispatch commands across multiple platforms and systems seamlessly.
- **High Performance:** Engineered to manage large volumes of commands with minimal overhead.
- **Platform-Agnostic:** Works across different platforms, making it suitable for a wide variety of projects.

## Installation

Imperat is available on Maven Central.

You can install it using either Maven or Gradle.

Replace `PLATFORM` with your desired platform and `VERSION` with the latest version available.

### Using Gradle

```gradle
dependencies {
implementation "dev.velix:imperat-core:VERSION"
implementation "dev.velix:imperat-PLATFORM:VERSION"
}
```

### Using Maven

```xml


dev.velix
imperat-core
VERSION


dev.velix
imperat-PLATFORM
VERSION

```

## Supported platforms

Imperat supports the following platforms:

- Bukkit
- Bungeecord
- CLI (Command Line Interface)

## Documentation

For detailed usage instructions, architecture overview, and API documentation,

visit the official [Imperat Documentation](https://docs.velix.dev/Imperat/).

## Join the Community

If you have any questions, ideas,
or want to connect with other developers using Imperat, join our community on [Discord](https://discord.velix.dev/).

## License

Imperat is released under the MIT License. See `LICENSE` for more information.

## Credits

- Mqzn and iiAhmedYT (the original authors of Imperat)

Some features/ideas were inspired from [Lamp](https://github.com/Revxrsal/Lamp).