CountdownCommand is a plugin I made and was requested by UnseenMC Network. It allows for a user with permissions to start a countdown. You can also have a command run after the time is up.
Please note that the commands are executed through the console and not a player!
DELETE OLD CONFIG
< > = required
[] = optional
| Command | Permssion | Description | Default |
|---|---|---|---|
| countdowncommand.* | Gives user access to all of CountdownCommand's commands | False | |
| /countdown <seconds> [arg] [arg] [arg] [arg] [arg] | countdowncommand.use | Allows you to start countdowns | OP |
| /countdown cancel | countdowncommand.cancel | Allows you to cancel an active countdown | False |
| /countdown reload | countdowncommand.reload | Allows you to reload the CountdownCommand's config.yml and messages.yml | OP |
< > = required
[] = optional
You are only allowed up to 5 arguments.
Usage: /countdown <seconds> [arg] [arg [arg] [arg] [arg]
Example 1: /countdown 15 - This will just count from 15 to 1
Example 2: /countdown 30 set time night - This will count from 30 to 1 and will then set the time to night
Example 3: /countdown 10 give notch golden_apple 64 1 - This will count from 10 to 1 and then will give notch a stack of notch apples
Color Codes are supported, just use '&'
# The prefix that is displayed before every broadcast# The message that broadcasts before the countdown begins# The message that broadcasts after the countdown ends# Color of the countdown Numbers, default: whiteColor Codes are supported, just use '&'
# If you wish to add more just do the following:1.0 - Initial Release
1.0.1 - Fixed an issued where the permissions were trying to get added again and would output warnings to console.
1.1 - Added more options to the config.yml and added help when user inputs only /command.
1.2 - Added a messages.yml to edit the Help that comes when you do /countdown (requested by UnseenMC Network) and added messages.yml to the /reload command.
- Suggestions if any.
- Fix bugs if any.
- None