Counter by Mudsquisher
My first plugin that will broadcast a fully configurable count up or countdown with the specified command. Includes simple configuration, with color and specific permissions per command. This plugin might be useful for starting simple countdowns for PvP or races. I understand many other plugins have this feature and may do more, but I thought this was a good starting point for a first plugin, so here it is. :)
Simply create a sign using the following formats and if you have done it right, "[Counter]" should become blue. Once sign is colored, right click it to activate the count and left click to cancel.
[Counter]
down
time
interval
Example:
[Counter]
down
10
5
So if "[Counter]" is on first line of sign and "down" is on second line, it will start a countdown from the number you put on line 3 to 0 and will count by the number you put on line 4. So when right clicked, it would display 10 then 5 then 0.
[Counter]
up
interval
So if "[Counter]" is on first line of sign and "up" is on second line, it will start a count up from 0 and count by the number on line 3. It will continue to count until you left click it.
[Counter]
cancel
So left clicking or right clicking will cancel any current count.
If you do not give an interval, it will use the default_interval defined in the config.
[] required, <> optional
/countdown [startingnumber] <interval>
You don't have to give a startingnumber or an endingnumber. But if you give one, you must give the other.
/countup <startingnumber> <endingnumber> <interval>
/ctdown [time] <interval>
/ctup <interval>
/ccancel
/reloadcounter
Operators get all permissions by default
counter.* - Gives access to all counter permissions
http:dev.bukkit.org/server-mods/counter/pages/configuration/
& = Ampersand / and / shift+7
These are only ideas/suggestions that have been considered and are not guaranteed to be implemented, and a time frame is certainly out of question.
*More configuration
If you would like to suggest a feature, report a bug or have a question;
please post below, file a ticket or private message Mudsquisher!