Zeres Plugin Library |verified| -
// In Plugin B EventBus.Subscribe("DataReady", data => ... );
using ZeresPluginLibrary;
Install-Package ZeresPluginLibrary
: BetterDiscord will detect it immediately; you may need to click "Download Now" if a popup appears. Developer Corner: The ZPL Builder
public virtual void OnLoad(IPluginHost host) public virtual void OnEnable() public virtual void OnDisable() public virtual void OnUnload() zeres plugin library
[Plugin("SecurePlugin", MinHostVersion = "2.0.0", MaxHostVersion = "2.9.9")]
this.host = host as IAppHost; host.Log("HelloWorld plugin loaded"); // In Plugin B EventBus
Your with JavaScript if you're looking to build something
If you are installing a new plugin and it is not working with ZPL, check the plugin's description or //META header. It likely requires: // In Plugin B EventBus.Subscribe("DataReady"