Commands
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()