Compatibility
Minecraft: Java Edition
1.20.x
Platforms
Paper
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Details
Licensed MIT
Published 7 months ago
Updated 7 months ago
Simple Scheduled Messages
A basic plugin that allows you to configure messages that will cycle in order with the specified delay time.
These messages use MiniMessage Formatting and can be very basic or very complex.
Also allows admins to send server broadcasts with /broadcastmsg <message>
that also use minimessage formatting.
It is recommended to only give this permission to trusted users, as minimessage can be used to run commands and open urls
Command | Permission | Description |
---|---|---|
/smreload |
messages.reload | Allows the user to reload the configs |
/automessage toggle |
messages.toggle | Allows the user to pause/resume auto-messages |
/broadcastmsg |
messages.broadcast | Allows the user to send a message to the whole server |
Permissions | Description |
---|---|
messages |
Allows plugin functionality |
messages.reload |
Allows reloading the plugin |
messages.toggle |
Allows toggling auto-messages on/off |
messages.broadcast |
Allows sending a message to the server |
Default Config:
# delay 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>"