I want stop plugin purchased from buddystore but the api need a path . how can i make it please?
Core.StopPlugin Method
Cancel plugin. Path should be relative to the folder "Plugins". If full path to plugin: D:\Games\ArcheBuddy\Plugins\myPlugin\myPlugin.dll - then you must specify: myPlugin\myPlugin.dll
Namespace: ArcheBuddy.Bot.Classes
Assembly: ArcheBuddy (in ArcheBuddy.dll)
Syntax
C#VBC++
public bool StopPlugin(
string path
)
Parameters
path
Type: String
Path to plugin file.
Return Value
true if plugin successfully stopped, false else.