Configuration
- Configuration
- true/false (whether or not it broadcasts when a timer is set)
broadcastonsetting: true
- true/false (the last 10 seconds of the time left, should it say 10! 9! 8! 7!, etc)
broadcastlast10seccountdown: true
- messages
- <starter> - name of player who started the countdown
- <stopper> - name of player who stopped the countdown
- <pauser> - name of player who paused the countdown
- Note: if you do something like put the <stopper> in the startcountdown message, it will just say 'no-name'
- <remainingtime> - time remianing
- <unit> - units. minutes, seconds, hours, etc
- <timeleft> - amount of time remaining in the countdown
- <timepassed> - amount of time that has passed in the countdown
- <reminderunit> - reminder units
- <starttime> - the time the timer was set at
- message that appears when the countdown starts
startcountdown: "&b<starttime> <unit> countdown has been started by&a <starter>&b!"
- message that appears when the countdown stops
stopcountdown: "&cCountdown has been stopped by&a <stopper>!"
- message that appears when the coutndown is paused
pausecountdown: "&dCountdown has been paused by&a <pauser>!"
- message that appears when the countdown completes
countdowncomplete: "&2Countdown is complete!"
- the word/words/whatever that comes after the final 10 countdown, if you have that enabled
finaltensuffix: "!"
- Color of the final countdown. The finaltensuffix will inherit this color if no color is specified in the suffix
finaltencolor: "&4"
- What the reminder announcement will look like
reminderformat: "&c<timeleft> <reminderunit> remaining!"
- What color the [Countdown] tag will be
tagColor: "&6"
- Time left message
timeleftMessage: "&b<remainingtime> <unit> remaining!"
note: if you try to print a value that hasn't been made yet, then it will just say 'unknown'. For example, if you tried to print the name of the stopper in the start message, it will return 'unknown'. The same will go with units. If you have the message output the reminderunit, but that unit hasn't been specified, then 'unknown' will be returned. All numeric values are reset at the end of the countdown.
Comments