VoxelTimer
| | |
| An official Bukkit plugin from the VoxelBox suite | |
|---|---|
| Lead Programmer: | giltwist |
| Documentation: | giltwist |
| Public Relations: | NeutronRocks plusnine |
| BukkitDev Link: | VoxelTimer on BukkitDev |
| Tested Compatible With: | #1.2.5-R1.2 |
| Download: | Download VoxelTimer 1.000 |
Contents |
Overview
VoxelTimer is an easy way to manage timed server-wide events such as build-offs or parties. In short, VoxelTimer allows admins (as defined in plugins/admns.txt) to create countdown timers that can be viewed by any player on the server. Optionally, admins may also associate a teleport with the event.
Server Installation
Place the VoxelTimer.jar file into your server's plugins folder. You will need to reload or restart your server for the plugin to take effect.
Usage
All Players
Event List
- /vtlist
Type this command to see the list of currently active events on the server.
Join an Event
- /vtjoin <eventname>
If an event has an associated teleport, typing this command will take you there at any point before the countdown ends.
Admin Only
Create an Event
- /vtstart <eventname> <duration> [tponjoin]
The event name can be any one word that does not start with an exclamation point and is not the same as another active event. It is suggested that these be descriptive such as 'StagecoachBuildoff'. The duration is in the following format days:hours:minutes where each of these is a positive integer. For a shorter buildoff you can simply use hours:minutes or even just minutes. Optionally, you may choose to associate a teleport with your event. By default, tponjoin is true and you may omit the parameter or type it if you choose. When tponjoin is true, players may use /vtjoin to teleport to the location where you were standing when you issued /vtstart. If you wish to disable this feature, you must type false for the tponjoin parameter.
Canceling an Event
- /vtstop <eventname>
By default, events will be cancelled once they pass the countdown deadline. However, if you wish to cancel one earlier, simply issue this command.