StaffBroadcast allows designated staff members to send predefined broadcast messages in-game using a simple command. It’s lightweight, fast, and ideal for announcements, quick reminders, or important info during gameplay.
- Simple command:
.sb
or.staffbc
- Broadcasts a preset message to all players
- Supports role-based permission checks
- Fully customizable message content and duration
- Supports colored, bold, and rich text formatting
is_enabled: true
broadcast_message: "<b><color=red>[STAFF NOTICE]</color></b> Please follow the server rules."
broadcast_duration: 8
allowed_roles:
- 123456789012345678 # Replace with real Role IDs
- 987654321098765432
command_aliases:
- sb
- staffbc
Any player with an allowed role can use:
.sb
or
.staffbc
This will trigger the predefined message broadcasted to everyone.
Uses allowed_roles
list from config. Only players with matching Role IDs can use the command. No other permission system required.
- Download the latest
.dll
from Releases. - Drop it into your
Exiled/Plugins/
folder. - Start the server to auto-generate the config.
- Edit
Exiled/Configs/StaffBroadcast.yml
to fit your needs.
Developed by LaFesta1749
- GitHub: LaFesta1749
- Discord: SCP Bulgaria
This project is open-source and licensed under the MIT License.