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

This is a discussion topic for the Ore project, BBroadcast. View the full project on Ore for downloads and more information.


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"
    }
]

A new version has been released for BBroadcast, it is available for download here.


Initial release.

A new version has been released for BBroadcast, it is available for download here.


new command: /bb add “message” Title?:true/false “worldname” Random?:true/false Interval: X

A new version has been released for BBroadcast, it is available for download here.


Added customisable prefix