Bukkit Plugin Tutorial: TelePads - Simple Teleportation System
Telepads is a tool which you can use to set up simple teleportation systems within your multiplayer world. You may create 'pads' which are linked and can be stepped over for simple teleportation. This plugin supports multiworld due to the awesomeness of bukkit, and how easy the bukkit API makes this. All permissions within the plugin default to operator status if they have not been assigned, but the use permission, which sets to 'true' by default... meaning any player can use the pads.
http://techhut.tv/
Commands:
/createpad [name] - Creates a teleport pad with the specified name
/padlink [pad1] [pad2] - links two teleport pads together
/delpad [pad] - deletes a teleport pad.
/padlist - Lists all the available teleport pads
Permissions:
telepads.create - Defines if a player or group can create a telepad
telepads.delete - Defines if a player can delete a teleport pad
telepads.use - Configures if a player can use teleport pads by stepping on them
telepads.link - Defines if a player can link telepads
telepads.lph - Defines if a player can link pads to their current location
telepads.list - Defines if a player can summon the telepad list