https://github.com/games647/actionbroadcaster
A Sponge minecraft server plugin to create automated messages that will be printed into the action chat slot
https://github.com/games647/actionbroadcaster
actionbar announcer broadcaster chat minecraft mod plugin sponge
Last synced: 4 months ago
JSON representation
A Sponge minecraft server plugin to create automated messages that will be printed into the action chat slot
- Host: GitHub
- URL: https://github.com/games647/actionbroadcaster
- Owner: games647
- License: mit
- Created: 2015-08-03T11:19:53.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2021-01-20T08:44:14.000Z (over 4 years ago)
- Last Synced: 2025-01-31T18:12:01.123Z (5 months ago)
- Topics: actionbar, announcer, broadcaster, chat, minecraft, mod, plugin, sponge
- Language: Java
- Homepage: https://forums.spongepowered.org/t/8852
- Size: 76.2 KB
- Stars: 4
- Watchers: 5
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ActionBroadcaster
A Sponge Minecraft server plugin to create automated messages
that will be printed into the action chat slot.## Features
* Auto broadcasting
* Configurable messages
* Random message selection
* Lightweight## Commands
/ab list - Shows all messages in seperate pages
/ab add - Adds a new message to the messages
/ab reload - Reloads the configuration from disk. It will then cancel all running tasks and start new ones
/ab remove - Removes an existing message from the list
/ab broadcast - Broadcasts a new specific message or one from the config
/ab - Shows plugin name and version## Config
# Disable the entire broadcast functionality
enabled=true
# Interval in seconds to wait for the next message
interval=320
# All messages which will be displayed
messages=[
"§cExample 1",
"§cExample 2",
"§cExample 3",
"§cExample 4",
"§cExample 5",
"§cExample 6",
"§cExample 7",
"§cExample 8",
"§cExample 9",
"§cExample 10",
"§cExample 11",
"§cExample 12",
"§cExample 13",
"§cExample 14",
"§cExample 15",
"§cExample 16",
"§cExample 17",
"§cExample 18",
"§cExample 19",
"§cExample 20",
"§cExample 21",
"§cExample 22"
]
# Should the message be selected in random order
random=false## Permissions
actionbroadcaster.receive
actionbroadcaster.add
actionbroadcaster.broadcast
actionbroadcaster.reload
actionbroadcaster.list
actionbroadcaster.remove## Images
### Example Broadcast Command

### Example List Command

(You can click on the X in order to remove the message directly)