SimpleBroadcast

SimpleBroadcast

Mod

Create, schedule and announce broadcasts to all players on a server.

Server ManagementSocialUtility

434 downloads
11 followers
Follow Save
90% of ad revenue goes to creators. Go ad-free while supporting creators with Modrinth Plus. Subscribe today!
Filter versions...

A 1.20 port of the 0.2.0 release.

The 0.2.0 release adds message presets, laying down the groundwork for message pools and eventually scheduling.

Message Presets

Message presets are useful when you want to save broadcasts that you might use quite a bit in the future. Eg: "The server will be restarting in 5 minutes."

To create a message preset, you can use the following command:

  • /broadcast preset create <id> <type> [contents]

Example usage:

  • /broadcast preset create simplebroadcast:test minecraft:vanilla "Hello world!"
  • /broadcast preset create simplebroadcast:empty simplebroadcast:default

To broadcast a preset message simply call the following command:

  • /broadcast preset <id> - Broadcast a preset to the entire server.

You can modify and read preset configurations using the following commands:

  • /broadcast preset <id> location - Get the display location of the message preset.
  • /broadcast preset <id> location [actionbar/chat/title] - Set the location of the preset.
  • /broadcast preset <id> contents - Get the raw contents of the message preset. This will not format the contents.
  • /broadcast preset <id> contents <value> - Set the raw contents of the message preset.
  • /broadcast preset <id> type - Get the message type of the preset.
  • /broadcast preset <id> type <type> - Set the message type of the preset.
  • /broadcast preset <id> delete - Delete the message preset.

Full Changelog: https://github.com/mineblock11/SimpleBroadcast/compare/0.2.0+1.19.x...0.2.0+1.20 Full Documentation: https://docs.mineblock11.dev/

This release adds message presets, laying down the groundwork for message pools and eventually scheduling.

Message Presets

Message presets are useful when you want to save broadcasts that you might use quite a bit in the future. Eg: "The server will be restarting in 5 minutes."

To create a message preset, you can use the following command:

  • /broadcast preset create <id> <type> [contents]

Example usage:

  • /broadcast preset create simplebroadcast:test minecraft:vanilla "Hello world!"
  • /broadcast preset create simplebroadcast:empty simplebroadcast:default

To broadcast a preset message simply call the following command:

  • /broadcast preset <id> - Broadcast a preset to the entire server.

You can modify and read preset configurations using the following commands:

  • /broadcast preset <id> location - Get the display location of the message preset.
  • /broadcast preset <id> location [actionbar/chat/title] - Set the location of the preset.
  • /broadcast preset <id> contents - Get the raw contents of the message preset. This will not format the contents.
  • /broadcast preset <id> contents <value> - Set the raw contents of the message preset.
  • /broadcast preset <id> type - Get the message type of the preset.
  • /broadcast preset <id> type <type> - Set the message type of the preset.
  • /broadcast preset <id> delete - Delete the message preset.

This release is a hotfix.

  • Fixes permissions API. Should now only be available for operators.

Full Changelog: https://github.com/mineblock11/SimpleBroadcast/compare/0.1.0+1.19.x...0.1.1+1.19.x


Project members

IMB11

Owner

Details

Licensed MIT
Published 2 years ago
Updated 2 years ago