Configuration
Configuration file: modules/autobroadcast.yml
General
modules:
# This module sends messages via chat (or performs actions) every few seconds
#
# Auto broadcast module loaded from modules/autobroadcast.yml
auto-broadcast: trueModule
Options
options:
# Seconds between each broadcast entry
time: 300Broadcast
broadcasts:
broadcast1:
message:
- "<dark_gray><strikethrough> </strikethrough>"
- "<gradient:#c03afe:#5b03e4><bold>✦ TChat5 ✦</bold></gradient>"
- "<gray>Welcome back, <white>%player_name%</white></gray>"
- "<gray>This server is powered by</gray> <gradient:#c03afe:#a72cf8:#8e1ff1:#7411eb:#5b03e4><bold>TChat</bold></gradient>"
- "<dark_gray><strikethrough> </strikethrough>"
channel: "global"
permission: "tchat.broadcast.view.broadcast1"
actions: []Last updated