Plugin Installation
This guide covers the installation process for a general integration plugin.
Last updated
This guide covers the installation process for a general integration plugin.
Last updated
All Sonoran CAD integration plugins require the standard version of Sonoran CAD or higher. For more information, see our pricing page.
Looking for VPS, web, or dedicated hosting? Check out our official server hosting! Sonoran Servers customers receive free plugin installation and 30% off their monthly CAD subscription!
View our framework installation video also covers the installation of a standard plugin (Unit Status).
This example uses the postals plugin.
If you have not already installed the plugin framework, please do so before continuing.
Download the plugin from its repository. These are found under its plugin page, like here for the postals plugin.
Extract the plugins to your sonorancad\plugins
folder.
Open the CHANGEMEconfig_postals.lua
file (name depends on the plugin) and configure as desired. The files are usually commented, and more details are on its plugin page.
Enable the plugin by changing the enabled
variable from false
to true
in the plugin config.
2. Rename and remove the CHANGEME
from the file toconfig_postals.lua
(depending on name of plugin).
Restart the sonorancad
resource by entering restart sonorancad
in the console and enjoy your new plugin!
Sonoran CAD's integration framework and plugins will automatically update with the latest features, fixes, and changes!
Or, run sonoran pluginupdate
to instantly check and update all plugins.
If you're having trouble installing a plugin, check out our common troubleshooting guide:
Plugin Troubleshooting