extplug-autowoot

2.0.1 • Public • Published

Autowoot

ExtPlug plugin that woots every song automatically.

Installation

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

Room Settings

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:

{
  "rules": {
    "allowAutowoot": false
  }
}

The default value for "rules.allowAutowoot" is true.

Building

Note: this section is intended for developers only.

First, install dependencies:

npm install

Then, use:

npm run build

The plugin will be built using the ExtPlug CLI.

The built plugin will be stored at build/autowoot.js.

License

MIT

/extplug-autowoot/

    Package Sidebar

    Install

    npm i extplug-autowoot

    Weekly Downloads

    3

    Version

    2.0.1

    License

    none

    Last publish

    Collaborators

    • goto-bus-stop