Better Chat Commands [API]

Better Chat Commands [API] 2.0.0

CrazyDany

Member
Modder
May 30, 2026
11
6
260
CrazyDany submitted a new mod:

Better Chat Commands [API] - API for simplified command development

BETTER CHAT COMMANDS [API]
View attachment 9627​

Simple and convenient API for creating and managing commands! It introduces a new hook that extends the functionality of the original hook_chat_command:

Declarative Arguments: When creating a command, you define the required arguments directly via a table, specifying their names and types. The parser AUTOMATICALLY handles the text processing and provides you with...

Read more about this mod...
 
CrazyDany updated Better Chat Commands [API] with a new update entry:

Declarative Rewrite

IMPORTANT: THIS HAS BEEN CONVERTED FROM A MOD INTO A LIBRARY. PLEASE PLACE IT IN YOUR MODS FOLDER TO USE IT.



Added​

  • New module structure: the file now returns a table via return M, usable with require.
  • Namespaced API surface — all functions live on M instead of _G. The old _G exports are gone.
  • 4 new argument types on top of the original 5:
    • CMD_ARG_DURATION — parses 500ms, 5s, 2m, 1h30m, 2d into frames (30 fps). Plain numbers are treated...

Read the rest of this update entry...
 

Users who are viewing this thread