Plugin Installation
This guide covers the installation process for a general integration plugin.
Last updated
Was this helpful?
This guide covers the installation process for a general integration plugin.
Last updated
Was this helpful?
All Sonoran CAD integration plugins require the standard version of Sonoran CAD or higher. For more information, see our page.
Looking for VPS, web, or dedicated hosting? Check out our official ! Sonoran Servers customers receive free plugin installation and 30% off their monthly CAD subscription!
This example uses the postals plugin.
Extract the plugins to your sonorancad\plugins
folder.
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:
View our video also covers the installation of a standard plugin ().
If you have not already installed the , please do so before continuing.
Download the plugin from its repository. These are found under its plugin page, like for the postals plugin.
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 .