Command Framework [1.7 - 1.21.4] icon

Command Framework [1.7 - 1.21.4] -----

A lightweight annotation based command system



Added support for sub-command aliases
1.3.2 Release Notes
  • Added support for sub-command aliases.
  • Now framework allows users to create sub-commands without creating main command.
Supported Behaviours
Code (Java):
   @Command (
       name = "test0",
       aliases = { "cmdName", "name0.randomArg0" } // both will be registered
    )
    public void test0 (CommandArguments arguments ) { }

   @Command (
       name = "test1.arg1",
       aliases = { "oneWord", "name.randomArg1" } // only second one will be registered
    )
    public void test1 (CommandArguments arguments ) { }
Full Changelog: 1.3.1...1.3.2
----------, Jan 30, 2024
Resource Information
Author:
----------
Total Downloads: 5,843
First Release: Mar 10, 2021
Last Update: Jan 3, 2025
Category: ---------------
All-Time Rating:
2 ratings
Find more info at github.com...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings