Skip to content
Anılcan Metinyurt edited this page Aug 5, 2019 · 14 revisions

❗ User Manual for 1.14.x migrated to: https://igoodie.gitbook.io/twitchspawn/

Goal and Scope of TwitchSpawn

TwitchSpawn is the minecraft mod that the Twitch streamers using Streamlabs can use. It communicates with Streamlabs and Twitch via their official API services to detect specific events (Such as subscriptions, bits and donations). These kind of detections are so important by the mod, because it aims to spawn items on those events! Items to be spawned are also hand-defined by the streamer via config.json.

How to start TwitchSpawn?

It is really easy and quick to get TwitchSpawn going!

  1. Of course launch the server or singleplayer world once to let TwitchSpawn create its default config files. Do not worry! You will not have to restart your game after editing configs, TwitchSpawn has /twitchspawn reloadcfg command for that!
  2. Login to your Streamlabs account.
  3. From the menu at left, navigate to API Settings page
  4. On the new opened view, switch to API Tokens tab
  5. Copy your access token and socket api token to config.json.
  6. Also include your minecraft nickname as either streamer_mc_nick or an element of moderator_mc_nicks. Otherwise, you will not be able to use /twitchspawn commands.
  7. Configure rewards as you desire. (You can check config.json and custom_text.json wiki pages for better understanding about their structure!)
  8. Now you can use /twitchspawn reloadcfg command to reload all config files, without restarting your game! Restarting your game/server will also reload the files, but it is not mandatory.
  9. As a streamer or moderator, run /twitchspawn start command to start TwitchSpawn!
  10. Tadaaa! You are now ready to enjoy the spawns!

Clone this wiki locally