GitPedia

Imperat

Enterprise command dispatching framework with optimal performance

From MeveraStudios·Updated June 6, 2026·View on GitHub·

Imperat is a high performance generic command framework, designed to facilitate the creation of commands and replace the old boilerplate code with new modern and well organized code for your commands! **Built with ❤️** The project is written primarily in Java, distributed under the Other license, first published in 2024. Key topics include: api, bukkit, bungeecord, command-framework, command-line-interface.

Latest release: v3.6.0
April 27, 2026View Changelog →
<div align="center"> <img src="https://raw.githubusercontent.com/MeveraStudios/Imperat/refs/heads/master/assets/imperat-hex-shield.png" alt="Imperat Logo" width="200"/> </div>

Imperat - The Blazing Fast Command Framework

Maven Central
Discord
Java

Imperat is a high performance generic command framework, designed to facilitate the creation of commands
and replace the old boilerplate code with new modern and well organized code for your commands!
Built with ❤️

Example Command

java
@RootCommand({"message", "msg"}) public class MessageCommand { @Execute public void exec(Player sender, Player target, @Greedy String message) { // send private message to the target target.sendMessage("From " + sender.getName() + ": " + message); } }

📚 Learn More

Contributors

Showing top 5 contributors by commit count.

View all contributors on GitHub →

This article is auto-generated from MeveraStudios/Imperat via the GitHub API.Last fetched: 6/28/2026