🌏Stream

Broadcast a stream

config.yml
stream:
    enabled: true
    message: '&7[&d&lSTREAM&7] {rank} &b{player} &fis now streaming &b{url}'
    hover_enabled: true
    hover: '&bClick to watch the stream'
    cooldown_seconds: 300
    whitelist: true
    whitelist_links:
    - https://www.twitch.tv/
    - https://www.youtube.com/

If enabled, players with the required permission can use /stream to share their stream

You can change the message sent

Hover can be changed (message that appears while hovering the mouse over the message)

Cooldown can be set (in seconds), before using the command again

You can enable the whitelist mode, that it will only allow players to notify their stream if it starts like the links on that list

Last updated