StreamCommands is a plugin that makes it easier for streamers to let players know if they are live! Create your own platforms for your players to use! Choose what your message looks like! Whether or not to include a link. You can set all this yourself in the config!
You can find the setup information in the documentation section.
streamcommands.live | every platform
streamcommands.live.<platform> | Specific platform
streamcommands.admin | admin commands
Code (YAML):
# StreamCommands # This is where you'll find all the configuration for the plugin. # You can enable or disable if you want give the server a link. messages:
prefix: '&aLive'
nopermission: '&4Error &cYou do not have the permission to do that!'
disabled: '&cThis streaming platform is currently disabled!'
notexist: '&cPlatform does not exist!'
link: '&5link:'
enabled: '&7Platform is &2Enabled'
disabled: '&7Platform is &4Disabled'
platforms:
youtube:
enable: true
link: true
prefix: true
message: '&b
{player
} &6is now live on youtube!'
twitch:
enable: true
link: true
prefix: true
message: '&b
{player
} &6is now live on twitch!'
instagram:
enable: true
link: true
prefix: true
message: '&b
{player
} &6is now live on instagram!'
beam:
enable: true
link: true
prefix: true
message: '&b
{player
} &6is now live on beam!'