9 lines
316 B
Markdown
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.
|