Skip to content
CorwinDev edited this page Sep 10, 2022 · 7 revisions

Welcome to the StreamerVSChat wiki!

On this Wiki you can find info about how to setup the plugin, advanced setup tutorials and more!


YouTube Setup

  1. First create a project in the developer console

Fill in ProjectName the name of streamervschat or the name you can easily remind

image Press create

  1. The scroll down to explore and enable api's

image

Press it.

image

Press it again

  1. Search for youtube data api v3

image

  1. Enable it

image

  1. Press Create Credentials

image

  1. Choose public data

image

  1. Press next and copy your apikey

image

  1. Go to the config and fill-in the apikey

image

  1. Start livestream and copy the part after the v=

Example: https://www.youtube.com/watch?v=dQw4w9WgXcQ

Fill in dQw4w9WgXcQ

  1. Restart server or reload plugin ( /streamervschat reload )

Discord Setup

  1. Go to Discord developer portal and login

  2. Press the new application button

image

  1. Fill in the name of your bot (Example: streamervschat)

image

  1. Press create and then navigate to the bot tab

  2. Press add bot and press Yes do it!

image

  1. Enable the message intent.

image

  1. Invite the bot to your server and fill in the bot token in the config

Twitch Setup

  1. Get chat token

Navigate to Twitchapps

  1. Press next and login with your twitch account

image

  1. Copy the token and paste it in the config

image


Custom commands setup

We have ability to use custom commands so you can define whatever will be executed.

You need to add it to the config in the following format

commands:
 - 'NameOfCommand':
  command: 'CommandtoBeExecuted'
 - 'Placeholder%player%WillBeReplacedWithPlayerName'
  command: 'give %player% diamond 1'

Navigate above to browse setup and more. ©️ CorwinDev

Clone this wiki locally