IcePlugins.XYZ

Free and Open-Source Unturned Plugins

Github Discord Steam

Licensed Under WTFPL

Download Github

Download Github

Licensed Under WTFPL

SuperBroadcaster by ExtraConcentratedJuice

Allows you to do timed or manual broadcasts using UI effects. Some text will stay on the top of a player's screen when a superbroadcast is created.

Documentation

NOTICE: Requires my assets pack to be installed on the server. Can be downloaded from the Steam Workshop:
http://steamcommunity.com/sharedfiles/filedetails/?id=1349772817

Permissions

  • superbroadcast.broadcast

    Gives a player access to the /superbroadcast command.

Commands

  • /superbroadcast "your message" <time>

    Superbroadcast command. Replace "your message" with your message, quotes included. Replace <time> with the time in seconds that the broadcast should stay on screen. Aliases: /sb and /sbroadcast. Requires superbroadcast.broadcast.
    Supports RICH TEXT

Configuration

<?xml version="1.0" encoding="utf-8"?>
<SuperBroadcasterConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <!-- Duration of manual broadcast if a time is not specified. -->
  <defaultBroadcastDuration>5</defaultBroadcastDuration>
  <!-- Time limit for manual broadcasts. -->
  <broadcastTimeLimit>25</broadcastTimeLimit>
  <!-- ID of the broadcast effect. If you are using my assets, DO NOT CHANGE THIS. -->
  <effectId>42069</effectId>
  <!-- How often a timed broadcast should repeat. Set this to 0 to disable timed broadcasts. -->
  <repeatingBroadcastInterval>10</repeatingBroadcastInterval>
  <!-- How long a timed broadcast should stay on screen. -->
  <repeatingBroadcastStayTime>5</repeatingBroadcastStayTime>
  <!-- Messages for timed broadcasts. -->
  <broadcastMessages>
    <!-- Message for your timed broadcast. -->
    <message>SupahBroadcasto!!!!</message>
    <message>This is a SUPER broadcast!</message>
    <message>set repeatingBroadcastInterval to -1 to disable this!</message>
  </broadcastMessages>
</SuperBroadcasterConfiguration>