SkillAgentSearch skills...

Imperat

Enterprise command dispatching framework with optimal performance

Install / Use

/learn @MeveraStudios/Imperat

README

<div align="center"> <img src="https://raw.githubusercontent.com/MeveraStudios/Imperat/refs/heads/master/assets/logo.png" alt="Imperat Logo" width="400"/> </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


@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

Related Skills

View on GitHub
GitHub Stars51
CategoryDevelopment
Updated1d ago
Forks4

Languages

Java

Security Score

85/100

Audited on Apr 7, 2026

No findings