Fist of all huge thanks to darkbluefirefly for sharing this amazing work with the community, for me personally EB wouldn't be really usable without this quest plugin.
I am trying to write a plugin which will be able stop and start QuestPlugin, I will be very grateful for a kind person to point me in a direction to achieve this, please.
So far I have tried Loki.Bot.PluginManager.Disable() recommended by Pushedex which didn't work, and also tried accessing QuestPluginSettings.Instance.QuestPluginEnabled from another plugin without success.
Looking into the QuestPlugin itself, I have noticed that it is possible to untick the "Enable" checkbox in the settings tab of the plugin and it will stop/start the plugin even when the bot is running.
Thanks in advance for any help!