1. Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Addon Skitch - The Twitch Addon 1.3.0

Skript Addon to create a Twitch Bot or just a connection

  1. Trason
    Supported Minecraft Versions:
    • 1.19
    Hello Skripters
    Today Skitch brings out Twitch Support to Skript!

    If you connect your chat with your livechat or create some funny twitch command or combine it with DiSky to create a Twitch Notification Discord Bot.
    I did only test Skitch on Paper 1.19.2 and Skript 2.6.3.

    Login Code Example:
    Code (Text):
    1. on load:
    2.  
    3.     twitch login to client "5g8k7ijsrghsrghsfghsfghs4ectdqo" with token "x4btasfghsfghsfghau79p4pgocdm" with secret "wes92wvsgfhsfghssxvff2dtatos" to overview "ChannelName_1, ChannelName_2, ChannelName_3"
    4.  

    Stream Start Example:

    Code (Text):
    1. on twitch channel goes life:[/B][/B][/B]
    2. [B][B][B]
    3.    set {_channel} to event-livechannel
    4.        send "&a[&5TWITCH&a]&6 The channel &a%{_livechannel}%&6 is now &cLive&r" to console



    Chat Message Example:

    Code (Text):
    1. on twitch message:
    2.    set {_channel} to event-livechannel
    3.    set {_user} to event-liveuser
    4.    set {_message} to event-livemessage
    5.    send "&6[%{_channel}%] &b| &6[%{_user}%] :&a %{_message}%%nl%" to console

    Documentation

    Documentation

    Features

    • get follow events
    • get stream start events
    • get subsciption events
    • get / send live messages from / to twitch
    • and more..


    Skitch was made cause i needed it myself for a Good Notification Discord bot (Made with DiSky and SKiTch) but now i want share it with you all!


    [​IMG]

Recent Updates

  1. This is getting better!
  2. Skitch v1.2.0
  3. The Command System Update

Recent Reviews

  1. Zabrid
    Zabrid
    5/5,
    Version: 1.3.0
    This addon allows me to (even with my very limited knowledge of languages outside of Skript) create incredibly useful twitch bots that I honestly never imagined I'd be able to create. Seriously awesome addon even if it doesn't have every feature you might want at the moment, the developer is active and is working on adding more.