📌 CommandList: Key Categories
The CommandList allows you to create categories for different keybinds.
Each category contains:
label
: The name of the categorydescription
: A short description of what the category includeskeysList
: The list of keybinds inside that category
Example Category Structure:
Supported type
Values:
type
Values:Type
Description
client
Triggers a client-side event
server
Triggers a server-side event
command
Executes a command
Last updated