1.0.1 • Published 3 years ago

@bdsx/broadcastx v1.0.1

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
3 years ago

BroadcastX - A BDSX Plugin

BroadcastX is a simple BDSX Plugin that lets you automatically broadcast messages at a configurable interval of time !


Features

  • Broadcast messages automatically

  • Broadcast command

Configuration

You can configure everything within BroadcastXSettings.json :

{
  "prefix": "§9[Broadcast] §r",
  "broadcast_interval": 300,
  "messages": [
    "Hello, world !",
    "BDSX is awesome !",
    "Birds aren't real"
  ],
  "random_order": false
}
ValueTypeDescriptionNotes
prefixStringBroadcast messages start with this valueLeave blank for no prefix
broadcast_intervalIntegerTime interval, in seconds, between broadcasts
messagesString[]Messages to broadcast
random_orderBooleanBroadcast messages in a random orderIf disabled, messages are broadcasted in order

Broadcast command

Use /broadcast <message> to broadcast a message !

  • Only server operators can see and use this command

  • Command blocks can execute this command !

Installation and usage

Clone the repository into your plugins folder :

git clone https://github.com/Se7en-dev/BroadcastX.git

or download and extract the zip file from Releases.

You can also install this plugin using npm :

npm i @bdsx/broadcastx

or using BDSX's plugin-manager

Configure the plugin to your liking and enjoy !

License

This plugin is licensed under GNU General Public License v3.0

Thank you for using my plugin ! If you have any questions add me on Discord : Se7en#1712

1.0.1

3 years ago

1.0.0

3 years ago