Files
overub/docs/BEST_PRACTICES.md
2025-12-21 17:12:32 +01:00

9 lines
316 B
Markdown

# OverUB Plugin Best Practices
- Keep plugins small and single-purpose.
- Use the message bus for cross-plugin coordination.
- Handle exceptions and avoid blocking operations.
- Respect plugin timeouts and rate limits.
- Store configuration via the plugin config helpers.
- Respect permission checks before acting.