Commands
The utils.commands
module was created to provided a standalone command system.
This removes the need for coding multiple commands when working on multi framework compatible projects.
Command permissions are stored with the utils user_accounts
table within database.
All commands are registered server side, the client simply handles command chat suggestions.
Functions
get_suggestions()
Update the players chat suggestions.
Function
Example
Last updated