<!DOCTYPE html>
StopWatch- the simple timekeeper plugin
Features
- Allows starting and stopping of watch with a simple command
- Allows checking of watch in progress
- Allows pausing and continuing of watches
- Allows global brodcasts of watch counts
- Has a watch that counts down and broadcasts once time is up, as at certain intervals. There is one only sending to the player, another to the entire server
- Quick pausing/resuming of a watch
Commands & Permissions
Command, description, permission
startwatch name*, Starts the watch of the given name, StopWatch.Watch.Start
checkwatch name, Checks the time on a watch of a given name, StopWatch.Watch.Check
stopwatch name, Stops the watch of a given name, and gives how long it had run, StopWatch.Watch.Stop
continue name, Continues the watch of the given name from where it left off after being paused, StopWatch.Watch.Continue
broadcast name, Brodcasts to the entire server where the watch of a given name is at, StopWatch.Broadcast.Watch
pausewatch name, Pauses a given watch, StopWatch.Watch.Pause
countdown name #, counts down a given amount of seconds, StopWatch.Watch.CountDown
gcountdown name #, counts down a given amount of seconds to the entire server, StopWatch.Broadcast.Countdown
* The name of the watch can also be a number
Plans
- Add a sign based version showing times and interacting with it doing stuff
- Most things people suggest- the clock clicks were somebody else's idea
- Bug squashing
- Allow running the basic commands by clicking with a clock, and 2 others with paper (Right click clock start, left click clock stop, right click paper check, left click paper continue
Notes
- I'd advise trying to use with command blocks, not just manually
- If there is no file, its because the bukkit team has not approved it yet. Be patient.
Version history, coming soon & progress reports
Version History Page
The source code for 2.0.0.0+ can be found
here
The source code for older versions can be found
here