Can't get basic startup event to work

I’m trying to do the most basic hello world of startup events and just changing the state to “enabled” results in this error when I change it to “global-enabled”:

An unexpected error occurred while Saving Event Plugin Settings: The given key was not present in the dictionary. (Deadline.Plugins.PluginException) at Deadline.Events.SandboxedEventManager.a(DeadlineMessage A_0) at Deadline.Events.SandboxedEventManager.CheckForUpdates() at Deadline.Monitor.WorkItems.SaveEventPluginSettingsWI.InternalDoWork() at Deadline.Monitor.MonitorWorkItem.DoWork()

The correct syntax is “Global Enabled” and not “global-enabled” as per this example:

[State] Type=Enum Items=Global Enabled;Opt-In;Disabled Category=Options CategoryOrder=0 CategoryIndex=0 Label=State Default=Disabled Description=How this event plug-in should respond to events. If Global, all jobs and slaves will trigger the events for this plugin. If Opt-In, jobs and slaves can choose to trigger the events for this plugin. If Disabled, no events are triggered for this plugin.

docs.thinkboxsoftware.com/produc … param-file

Also, here’s an examplé:

github.com/ThinkboxSoftware/Dea … veAutoconf