Command Framework [1.7 - 1.21.4] icon

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

A lightweight annotation based command system



Added new cooldown system and some bug fixes
1.3.3 Release Notes
Example Command with Cooldown Annotation
Code (Java):
   @Command (
       name = "test"
    )
   @Cooldown (
       cooldown = 10,
       timeUnit = TimeUnit. SECONDS, // default is seconds
       bypassPerm = "cooldown.bypass",
       overrideConsole = true
    )
    public void testCommand (CommandArguments arguments ) {
       arguments. sendMessage ( "Test message." ) ;
    }
Full Changelog: 1.3.2...1.3.3
----------, Feb 1, 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