thats because the plugin is relying on appdomain for some things. The most likely culprit would be global exception handling (appDomain.DomainUnload or appDomain.ProcessExit or appDomain.UnhandledException). Its an issue because AB doesnt properly unload the domain when Archeage crash. Not any way around the issue i know off other than not using the global exceptions handler or ignoring the box