A customisable broadcast plugin for timed broadcasts/titles with per-world support
1

BBroadcast

  • Broadcast List broadcast objects will be broadcast at your set interval and either globally if “world=global” or per-world if you define a certain world.
  • Random List broadcast objects will be broadcast at random, with a delay of the interval you set. Also accepts global/world.
  • /bb or /bbroadcast is the main command.
  • /bb reload to reload config
  • /bb add to add a new broadcast
  • You can now change the prefix of the broadcasts.
# Broadcast Prefix
prefix="&l&8[&r&aB&dBroadcast&l&8]&r "
# broadcastList
broadcastList=[
    {
        interval=10
        message="&b10 seconds"
        title=false
        world=global
    },
    {
        interval=300
        message="&b5 minutes"
        title=true
        world=global
    }
]
# random broadcast interval
interval=10
# randomList
randomList=[
    {
        message="randomtest"
        title=false
        world="world"
    },
    {
        message="&aYou are in the &cNether"
        title=true
        world="DIM-1"
    }
]

Category: Chat

Published on Sep 24, 2020

views

stars

watchers

total downloads

Promoted Versions

Pages

Members