PluginTemplate
A simple plugin template to kickstart a new plugin
Kickstart your next LUA plugin with this template
Don’t forget to read the Write a Plugin guide.
-
After the installation, rename the plugin directory to your plugin name
-
Rename both the
.xml
and.lua
files to your plugin name -
In the
.xml
file, change the following:UserPlugin > Name
to your plugin nameUserPlugin > Path
to your directory nameUserPlugin > ComponentLua > FileName
to your.lua
filename
Installation
Section titled “Installation” Download Latest
Requires grandMA3 version 2.0.2.0 or above.
Other versions of the plugin are available on the Releases page
Installation Steps
-
Download plugin.
-
Unzip the file in the
gma3_library/datapools/plugins/
folder of your MA installation:- macOS:
~/MALightingTechnology/...
- Windows:
C:\ProgramData\MALightingTechnology\...
- USB key:
/grandMA3/...
Once unzipped:
Directory.../gma3_library/datapools/plugins
DirectoryPluginTemplate_v0.0.0.0
- PluginTemplate.xml
- PluginTemplate.lua
- ... Other plugin files
- macOS:
-
In your showfile, import the plugin in a new
Plugin
pool object.
Release Notes
Section titled “Release Notes”Release v0.0.0.0 - 32/14/2147 Latest
Section titled “Release v0.0.0.0 - 32/14/2147 ”- You can version your plugin however you want