diff --git a/docs/plugins/publishing/guidelines.md b/docs/plugins/publishing/guidelines.md index 9ce68d1..011184e 100644 --- a/docs/plugins/publishing/guidelines.md +++ b/docs/plugins/publishing/guidelines.md @@ -18,6 +18,7 @@ These are guidelines that all plugins are expected to abide by. Any plugin that 1. Addons must have English language support. + ## Scope 1. Plugins must clean up all changes/modification made by the plugin when it is disabled. @@ -27,6 +28,7 @@ These are guidelines that all plugins are expected to abide by. Any plugin that 1. Plugins must not modify the BetterDiscord UI. - This is to maintain a consistent UI/UX, prevent user confusion, and prevent errors. 1. Plugins must not touch or use BetterDiscord's files. +1. Addons submitted as plugins must include JavaScript logic or interactivity; pure CSS snippets for element removal/hiding are not permitted. ## Code