From e6653a9b960fd9fe635cb193e7d2d5cf95fd5841 Mon Sep 17 00:00:00 2001 From: pwnyy Date: Mon, 16 Dec 2024 18:02:31 +0100 Subject: [PATCH] Update Starter Pack with Resources + Update Raid Send/Start Trigger description (#295) --- .../1.get-started/5.examples/starter-pack.md | 23 ++++++++++++++++--- .../3.api/2.triggers/twitch/raid/send.md | 13 +++++++---- .../3.api/2.triggers/twitch/raid/start.md | 13 +++++++---- 3 files changed, 36 insertions(+), 13 deletions(-) diff --git a/streamerbot/1.get-started/5.examples/starter-pack.md b/streamerbot/1.get-started/5.examples/starter-pack.md index 77dd85c7..97865d0b 100644 --- a/streamerbot/1.get-started/5.examples/starter-pack.md +++ b/streamerbot/1.get-started/5.examples/starter-pack.md @@ -69,6 +69,10 @@ Below, you'll find a list of all contributions by each member of the raid train - Added a **Discord barker** action :: +::read-more{to="https://r2.streamer.bot/assets/2024-starter-pack/Lyfesaver74.zip"} +Bark-On and SparkleText (HTML/JS Files) +:: + #### Commands The following basic chat [commands](/guide/commands) were added: @@ -86,13 +90,19 @@ The following basic chat [commands](/guide/commands) were added: ::changelog-list{type=new} - Added **Discord Logger** -- Added **Title Changer** +- Added **Multistream Title Changer** :: +::read-more{to="https://malachite-arithmetic-3b1.notion.site/nutty-s-discord-stream-logger-aa7a6874436a4e54901db29550bcc915"} +Instructions for the **Discord Logger** can be found here +:: +::read-more{to="https://malachite-arithmetic-3b1.notion.site/nutty-s-multistream-title-updater-e2fb7b24c7514f9cbd943729f54be1d9"} +Instructions for the **Multistream Title Updater** can be found here +:: --- -### MarkusOoOo -:social-links{twitch="MarkusOoOo" website="https://hellp.markuso.ooo"} +### MarkusoOoO +:social-links{twitch="markusoooo" website="https://hellp.markuso.ooo"} ::changelog-list{type=new} - Added **Wheel of Fortune** @@ -111,6 +121,9 @@ Also, here is the link to my own documentation page, where I will post updated v Read more about the **Wheel of Fortune** extension :: +::read-more{to="https://r2.streamer.bot/assets/2024-starter-pack/MarkusoOoO.zip"} +Wheel of Fortune Resources (HTML/JS Files) +:: > If you need more help, feel free to reach out to me on the SB discord server or comment your issue on the documentation page linked above. --- @@ -277,6 +290,10 @@ In Streamer.bot, enable the triggers you wish to use under each. If you want all **Retro Game Alerts Tutorial** :: +::read-more{to="https://r2.streamer.bot/assets/2024-starter-pack/OSUPhoenix.zip"} +Alerts Resources (includes webm and scene files to import via Source Copy) +:: + #### QR Code Generator This is an action that can be used for Shoutouts, Alerts, or anything else you might want to use it with. Each setting has a description above it helping you to set up how you want. When setting the %savePath%, make sure you have the address correct and the file name with extension (.png) at the end. Add an image source in OBS Studio that points to where your QR Code image is saved. Everytime the image is updated, the source should change the displaying image. diff --git a/streamerbot/3.api/2.triggers/twitch/raid/send.md b/streamerbot/3.api/2.triggers/twitch/raid/send.md index 81526a09..e2ded91d 100644 --- a/streamerbot/3.api/2.triggers/twitch/raid/send.md +++ b/streamerbot/3.api/2.triggers/twitch/raid/send.md @@ -6,20 +6,23 @@ twitchService: PubSub variables: - name: raidUser type: string - description: The raider's username + description: Display name of user that is being raided value: TwitchUser123 - name: raidUserName type: string - description: The raider's login name + description: Login name of user that is being raided value: twitchuser123 - name: raidUserId type: string - description: The raider's user id + description: User id of user that is being raided value: 718933593 - name: raidUserProfileImageURL type: string - description: The raider's profile image URL + description: Profile image URL of user that is being raided - name: raidUserProfileImageEscaped type: string - description: The raider's profile image URL escaped + description: Profile image URL escaped of user that is being raided + - name: viewers + type: number + description: Amount of viewers that joined in the raid --- diff --git a/streamerbot/3.api/2.triggers/twitch/raid/start.md b/streamerbot/3.api/2.triggers/twitch/raid/start.md index f5e0a233..9dfa09b4 100644 --- a/streamerbot/3.api/2.triggers/twitch/raid/start.md +++ b/streamerbot/3.api/2.triggers/twitch/raid/start.md @@ -6,20 +6,23 @@ twitchService: PubSub variables: - name: raidUser type: string - description: The raider's username + description: Display name of user that is being raided value: TwitchUser123 - name: raidUserName type: string - description: The raider's login name + description: Login name of user that is being raided value: twitchuser123 - name: raidUserId type: string - description: The raider's user id + description: User id of user that is being raided value: 718933593 - name: raidUserProfileImageURL type: string - description: The raider's profile image URL + description: Profile image URL of user that is being raided - name: raidUserProfileImageEscaped type: string - description: The raider's profile image URL escaped + description: Profile image URL escaped of user that is being raided + - name: viewers + type: number + description: Amount of viewers that joined in the raid --- \ No newline at end of file