This plugin lets players start countdown timers that broadcast messages in the chat at regular intervals.
Permissions
countdown.use
- Allows players to use the/countdown
command to start a timed message broadcast.
Commands
/countdown <interval> <repeats> <message>
- Starts a countdown that broadcasts a custom message to the server.interval
- How many seconds between each time the message is shown.repeats
- How many times the message will be shown.message
- The text that will be displayed to players.
Localization
JSON:
{
"NoPermission": "You don't have permission to use this command.",
"InvalidUsage": "Invalid usage! Correct syntax: /countdown <interval> <repeats> <message>.",
"CountdownMessage": "{0}"
}