Skip to content

Releases: MultiCoreNetwork/ScTwitch

ScTwitch 1.4.69 for Minecraft 22w13a

03 Apr 14:33
Compare
Choose a tag to compare
Pre-release
  • Added StreamElements donation event
  • Reworked Streamlabs events
  • Removed chat_message event (added in Carpet)
  • Removed unused parameters in config sctwitch.json
  • Added TSL compatibility (ALPHA - many actions don't work, default false)

v1.4.44 - Fabric Minecraft 1.17.1

20 Aug 17:36
Compare
Choose a tag to compare

v1.1.0 - Fabric Minecraft 1.16.4

04 Nov 23:09
Compare
Choose a tag to compare
  • Added __on_chat_message('message', 'type', 'entity') event handler (by ReplaceItem)

  • All __on_twitch events will now pass an entity as first parameter if the player is online or its nickname if it's offline

  • Updated sctwitch_event_test.sc script

  • Created on_message_event_test.sc script

v1.0.1 - Fabric Minecraft 1.16.3

26 Sep 22:55
b4c9c73
Compare
Choose a tag to compare
  • Aggiunto evento __on_twitch_chat_message()

  • Aggiornato il file di config: ora sctwitch.json e contente

{
  "streamers": [
    {
      "twitch_account": "Your Twitch Name",
      "minecraft_account": "Your Minecraft Nickname",
      "streamlabs_secret_token": "Your Streamlabs Socket API Token - https://streamlabs.com/dashboard#/settings/api-settings",
      "twitch_chat_token": "Your Twitch Chat Token - https://twitchapps.com/tmi/"
    }
  ]
}

Attualmente Il Chat Token può essere lasciato a "", ma sarà indispensabile per l'invio di messaggi con il futuro metodo twitch_print(channel, user, message)

v1.0.0 - Fabric Minecraft 1.16.3

26 Sep 22:54
b4c9c73
Compare
Choose a tag to compare
  • Aggiunti eventi
    __on_twitch_follow(playerNick, actor)
    __on_twitch_subscription(playerNick, actor, message, tier, months, resubbed, streak, gifted)
    __on_twitch_subscription_gift(playerNick, actor, tier, amount)
    __on_twitch_donation(playerNick, actor, message, amount, formattedAmount, currency)
    __on_twitch_bits(playerNick, actor, message, amount)
    __on_twitch_raid(playerNick, actor, viewers)
    __on_twitch_host(playerNick, actor, viewers)
    __on_twitch_chat_message(playerNick, actor, message, badges, subscriptionMonths)

  • Aggiunto file di configurazione sctwitch.properties contentente

minecraftNick = streamlabsToken