ApiBuilder
This is a guide to learn how to initialize SmartCommands using the ApiBuilder class.
Initialize the API
new SmartCommandsAPI.ApiBuilder()ApiBuilder properties
Example
SmartCommandsAPI api = new SmartCommandsAPI.ApiBuilder().build(this);Last updated