Package dev.despical.commandframework
package dev.despical.commandframework
The main package of the Command Framework containing all
core classes and components related to the framework.
- Since:
- 1.0.0
-
ClassDescriptionA utility class to use command arguments without external Bukkit parameters and includes some useful methods to improve code quality and performance.Immutable command metadata used to replace the attributes of a command that was already registered by
CommandFramework.Mutable builder used byCommandFramework.updateCommandAttributes(String, java.util.function.Consumer).Built-in framework error and validation messages.Main class of the framework to register commands, add tab completions and implement a function to run if there is no matched commands related this framework.A utility class designed to simplify the process of handling tab completion for commands.