Minor cleanup, probably done for now with code optimization.
I have came to realize I better do this now than never. I have cleaned
up some unholy mess that I made early on that I had at some point
planned to clean up, and that time is now. However it had no effect on
the performance of the plugin, just makes it easier in the future to add
new things.
1. Removed ownerOnlyTrigger setting in config, now its a flag in acceptedEntities. Comptabile with existing configs, no need to do anything. Just felt like it needed to be done at some point so sooner or later is better.
2. Continued code optimization. Working on maybe an API for other developers to hook their own triggers in. I also plan on adding some myself.