Super Stream is a Minecraft plugin that lets TikTok streamers enhance their Live streams by allowing viewer interactions through TikTok gifts. These interactions include spawning mobs, teleporting, giving items, and more. It's faster than alternatives like TikFinity, runs directly from your Minecraft server.
Super Stream lets viewers use TikTok gifts to interact with streamers' Minecraft games. Streamers can customize the in-game reactions to these gifts, from spawning creatures to other game actions, ensuring a tailored and spam-free experience.
Besides TikTok, it also integrates with Twitch, YouTube for donations. Easy to use, it's perfect for any streamer and offers a responsive, dependable experience. (Note we don't directly support any platform besides TikTok.)
MINIGAME SUPPORT!
Yes, we also develop minigames specialized for live streams, you can purchase them on the discord server after purchasing super stream.
Spoiler: Configuration
Code (YAML):
#Your TikTok Stream name
TikTok-User: yourtiktokname
RoomID:
# If you are having RoomID issues you can use this to bypass the error by logging into TikTok.
# Note, I don't recommend using this unless if you are forced to do so.
# How to get SessionID: Log into TikTok > Press F12 To open Developer Tools > Switch to Application Tab
# and select Cookies on the left side > take the value of Cookie with name: sessionid
enable: false
sessionId: '' # Replace this with the Session ID of your TikTok account
# Please don't use the same account as the one that is streaming!
# List of affected players
Players:
- 8qBIT
- Notch
# Log Gifts, Likes, .. in console.
EnableConsoleLogger: true
CommentListener:
# Available variables: <player> <user> <message>
enableChat: true
format: "&7<user>: &f<message>"
JoinListener:
# Available variables: <player> <user>
enableActionBar: true
message: "&e<user> &fJoined the stream!"
GiftListener:
# Available variables: <player> <sender> <gift>
# List of available gifts can be found inside available_gifts.txt
Rose:
enabled: true
actions:
actionbar:
text: "hi <player>"
execute:
asPlayer: false
commands:
- "tell <player> hello"
title:
text: "&e<sender>"
subtitle: "&fSent you&8: &f<gift>"
fadeIn: 10
stay: 70
fadeOut: 20
spawn:
zombie:
# LIST OF VARIABLES:
# type: ENTITY TYPE
# amount: amount to spawn default 1
# yOffset: how far above player entity should spawn
# addSenderName: add name of the sender
# senderNameColor: color code default: &f
# isMob: Has to be false in case of PRIMED_TNT defult is true
# customName: Set name of the mob
# blastRadius: Blast radius for TNT and CREEPERS
# isCharged: Spawn charged creeper?
# isTamed: Spawn tamed mob
# fuseTicks: Fuse ticks for TNT and CREPERS
type: ZOMBIE
addSenderName: true
senderNameColor: "&e"
Star:
enabled: true
actions:
sound:
name: AMBIENT_SOUL_SAND_VALLEY_MOOD
volume: 1.0
pitch: 1.0
effect:
name: POISON
duration: 100
amplifier: 2
message:
messages:
- "Gift sent: <gift>"
- "Gifter: <sender>"
- "Your name: <player>"
# Like listener only supports execute action.
LikeListener:
# Available variables: <sender> <player>
enabled: false
ForEach:
enabled: false
actions:
execute:
asPlayer: false
commands:
- "tell <player> hello"
LikeGoals:
50:
actions:
execute:
asPlayer: false
commands:
- "tell <player> <sender> sent you 50 Likes!"
FollowListener:
# Available variables: <sender> <player>
enabled: true
actions:
message:
messages:
- "&e<sender> &fnow follows you"
SubscriptionListener:
# Available variables: <sender> <player>
enabled: false
ForEach:
enabled: true
actions:
message:
messages:
- "&e<sender> &fSubscribed to your channel!"
SubscriptionGoals:
100:
message:
messages:
- "We reached 100 Subscribers!"
ShareListener:
# Available variables: <sender> <player>
enabled: true
actions:
message:
messages:
- "<sender> Shared live stream!"
WebHook:
# KEEP THIS DISABLED, unless you require it.
# No support will be given for WebHooks.
# Available variables: <player> <sender>
# http://[SERVER_IP]:[PORT]/action?auth_key=[AUTH_KEY]&action=[ACTION_NAME]&sender=[SENDER_NAME]
enabled: false
port: 8080
auth_key: "REPLACE_ME"
actions:
execute:
asPlayer: false
commands:
- tell <player> hello
MANY VIDEO TUTORIALS AVAILABLE ON YOUTUBE AND DISCORD!
Hello dear customer, before you leave a negative review please understand that no support will be given if you don't contact me first or join the support server above. I am no magician, i don't see you through the fiberoptic cable.
I understand setup can be difficult for some users, i will gladly help you configure it if you just ask.