ExtPlug plugin that woots every song automatically.
npm install extplug-autowootAutowoot
========
ExtPlug plugin that woots every song automatically.
If you do not have ExtPlug yet, get it here.
You can install this plugin by going to your ExtPlug settings menu, pressing
"Install Plugin", and entering this Plugin URL:
```
https://extplug.github.io/autowoot/build/autowoot.js
Note: This section is intended for room hosts only.
If you want to prevent users from autowooting in your room, set
"rules.allowAutowoot" to false in your room settings:
`json`
{
"rules": {
"allowAutowoot": false
}
}
The default value for "rules.allowAutowoot" is true.
Note: this section is intended for developers only.
First, install dependencies:
`bash`
npm install
Then, use:
`bash`
npm run build
The plugin will be built using the ExtPlug CLI.
The built plugin will be stored at build/autowoot.js`.