Welcome to the plugins documentation! 🌟 Here you'll find information about available plugins, their usage, and how to develop your own.

Available Plugins

Below are some key plugins in our ecosystem:

  1. Core Plugin

    • Enables basic server functionalities
    • 📌 Learn more
  2. Auth Plugin

  3. Logging Plugin

How to Use Plugins

  • Install plugins via the plugins.json configuration file
  • Use GET /api/plugins to retrieve plugin metadata
  • 📎 View usage examples

Developer Resources

If you're building a plugin:

Plugin Categories

Common Issues

  • Plugin not loading? Check dependencies in package.json
  • Conflict with other plugins? Use conflict_resolution parameter
  • 🛠 Troubleshooting guide

For advanced topics, visit our Plugin API Reference. 🚀