
Simple Scheduled Messages
This solution enables automatic message sending on the server with specified time intervals. Messages cycle sequentially according to the established schedule.
Formatting Capabilities
The MiniMessage system is used for notification styling, providing a rich arsenal of visual effects. You can create simple text alerts as well as complex compositions with colors, gradients, and other visual elements.
Management Commands
/smreload
Permission: messages.reload
Allows reloading plugin configuration files without server restart.
/automessage toggle
Permission: messages.toggle
Enables or disables automatic message sending. Useful for temporarily pausing notifications.
/broadcastmsg
Permission: messages.broadcast
Sends a special message to all players on the server. This command also supports MiniMessage formatting. Important to grant this permission only to trusted users, as MiniMessage can be used to execute commands and open URLs.
Permission System
- messages — basic access to plugin functionality
- messages.reload — configuration reload
- messages.toggle — auto-message management
- messages.broadcast — server announcement sending
Default Configuration
# time interval between messages in seconds
delay-time: 10
messages-to-display:
- "test"
- "test 2"
- "<red>Test in color</red>"
- "<gradient:red:dark_blue>other test in color</gradient>"