-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hello,
I added some custom interactions to my configuration for this plugin, but due to the way each type of interaction is handled in the code, the default plugin settings (colors, delays, etc.) override my custom ones.
I suggest either allowing us to enable/disable each type of default event in the configuration, or checking if a custom interaction exists before proceeding to the defaults (preferable, as I would like to highlight specific targets differently, but still have a catch-all for other targets).
Also, I would suggest updating the help text for the custom configuration (i.e. left side/right side when hovering, as shown in the top left of your screen) as the only reason I was able to figure out how to set it up is because I can read the code and have written my own plugins before (and am familiar with how MenuOptionClicked works :-))
If you'd like, I'm happy to implement these changes myself - I'm not much of a Java coder but I can figure it out if you'd prefer.
Thanks! :-)