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:
Core Plugin
- Enables basic server functionalities
- 📌 Learn more
Auth Plugin
- Handles user authentication and permissions
- 📌 Check documentation
Logging Plugin
- Manages system logs and monitoring
- 📌 Explore details
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:
- Refer to the Plugin Development Guide
- Use the Plugin Template to start quickly
- 💡 Tip: Add
?debug=true
to enable verbose logging
Common Issues
- Plugin not loading? Check
dependencies
inpackage.json
- Conflict with other plugins? Use
conflict_resolution
parameter - 🛠 Troubleshooting guide
For advanced topics, visit our Plugin API Reference. 🚀