Library — Zeres Plugin
The (ZPL), often referred to as ZLibrary , is a foundational utility plugin for BetterDiscord users and developers. It acts as a shared resource of helper functions and common components, allowing individual plugins to stay lightweight by referencing this centralized library instead of bundling the same code repeatedly. What is Zeres Plugin Library?
Your with JavaScript if you're looking to build something zeres plugin library
Unlike building a plugin system from scratch—which involves reflection, assembly scanning, and conflict management—Zeres gives you a production-ready foundation. The (ZPL), often referred to as ZLibrary ,
If you are developing for BetterDiscord now, do not use ZPL. Use BDFDB or use the standard BdApi provided by BetterDiscord itself (e.g., BdApi.Webpack , BdApi.React ). Your with JavaScript if you're looking to build
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:
Or via .NET CLI:
The Zeres Plugin Library provides a set of abstract classes, interfaces, and helper utilities that handle the heavy lifting of plugin architecture: