Commands
The library includes a standalone command system.
The main intention here is to provide one singular setup for creating commands instead of having to create multiple commands, for multiple frameworks.
Commands are currently server side only.
Functions
register
The following can be used to register a new command on the server.
Permission ranks can be anything you like. Just ensure that whatever ranks you are using to restrict the command are given to users within the utils user_accounts
database table. Use nil
to allow all users access to the command.
Example
Last updated