Commands
CLIENT & SERVER SIDE
Standalone, framework-agnostic solution designed to simplify the implementation of commands in your project.
Uses SQL-based ranks to define access permissions.
Commands can be assigned to specific ranks or left open (nil
) for universal access.
Eliminates the need to define and maintain multiple command sets for different frameworks, offering developers a unified and centralized approach to command handling.
Client Functions
get_chat_suggestions
Manually get chat suggestions if required.
Server Functions
register
Use the following to register a command on the server. Commands can either be open to all users or rank restricted through the provided user accounts database table. Command details have be specified above in example for easier readability.
Last updated