Skip to content

Commands

Artem Shurygin edited this page Jan 21, 2020 · 2 revisions

Commands is a basic command manager (obviously). You can register and execute named commands that can triggers some events and change internal server state.

Commands.builder("print").command({ params ->
    return params.text ?: ""
}).build()

def result = Commands.executeFlat("print text='Hello world!'")

Core

Protocols

  • HTTP
  • Websocket server
  • Websocket client
  • OSC

Modules

  • Interfaces
  • Integrations
    • OBS
    • Streamlabs Socket API
    • Twitch OAuth
    • Twitch MI
    • Twitch Bot
    • Twitch PubSub
    • X32/M32 Mixer
    • YMPD
Clone this wiki locally