- Create an infinite amount of broadcasts that will automatically cycle to players. - Includes specific options to help in customization.
✔Add infinite amount of broadcasts ✔Remove broadcasts from the list at any time ✔View all broadcasts that will be shown ✔Turn global broadcasts on/off while editing ✔Change the delay between broadcasts (minutes) ✔ Easily change output color theme ✔Easily change the main command and aliases ✔Use any vanilla chat formatting in broadcasts ✔ Swap where broadcasts are located in the list ✔ Allow players to toggle if they see the broadcasts ✔ Set broadcast order to numerical or random ✔ Create multi-lined broadcasts
# Main broadcaster command (also used as admin command prefix)
broadcasterMainCmd: broadcaster
broadcasterAliases: automsg, broadcaster, bcaster, tips, tip
# No Permission Message
permDenied: &8• &7You lack permission for that
# Permission Node Prefix
permPrefix: skript # permission node will begin in "skript," ex: "skript.broadcaster"
# Color Theme
aColor: &7 # Main text color
bColor: &b # Emphasis text color
cColor: &3 # Extra emphasis color numbers in broadcast list
# Command players will use to disable themselves from seeing the broadcasts
broadcasterPersonalToggle: btoggle
broadcasterPersonalAliases: togglebroadcasts, toggletips, ttoggle, brtoggle
# Permission to use personal toggle command
broadcasterPersonalTogglePerm: broadcaster.toggle
# Set of characters that indicates a new line in a broadcast
newLineIndicator: ||
Code (Text):
- /broadcaster <new/add> <message> - Add a new broadcast
- /broadcaster <del/remove> <number> - Remove the specified broadcast
- /broadcaster list - List all broadcasts
- /broadcaster delay <minutes> - Set broadcast delay
- /broadcaster toggle - Toggles global broadcasts on/off
- /broadcaster swap <number> <number> - Swap location of two broadcasts
- /broadcaster order <numerical/random> - Set broadcast order
- /btoggle - Toggle personal broadcast visibility
- Thank you for downloading!! - Make sure to leave a review so I know what you think!