Commands
Server
register_command
Parameters
bdtk.register_command(command, rank, help, params, handler)Client
get_command_suggestions
Returns
Last updated
Registers a command with permission check and optional chat suggestions.
command: string
rank: string|table|nil
help: string
params: table
handler: function
bdtk.register_command(command, rank, help, params, handler)Requests command chat suggestions for users. These are the tooltips that display when typing commands.
table
Last updated
bdtk.get_command_suggestions()