pxslip / firebot-queue

A fully functional queue plugin for Firebot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

firebot-queue

A user queue firebot plugin with support for custom triggers, multiple queues, and a backend management UI

Building the plugin

Dev:

  1. npm run build:dev
  • Automatically copies the compiled .js to Firebot's scripts folder.

Release:

  1. npm run build
  • Copy .js from /dist

Features (with completion status)

  • [] Queue effects
    • [] join
    • [] leave
    • [] pop
    • [] remove
    • [] peek
  • [] Management backend UI
  • [] Multiple queue support
  • [] Export/backup queues

Issues to overcome

  • Distinct group sizes/group durations per queue
    • Could tie it into command parameters, downside is duplication of information

About

A fully functional queue plugin for Firebot

License:GNU General Public License v3.0


Languages

Language:TypeScript 68.7%Language:JavaScript 17.8%Language:HTML 9.6%Language:Dockerfile 3.7%Language:CSS 0.3%