Sortal - made by Lolmewn
This plugin allows you to create signs that teleport you to places you've set the location for. This can be very useful for a spawn, events, anything really.
It's as simple as dragging and dropping the jar into your plugins folder. Nothing else has to be done to install the plugin. Once you've dropped it in, you can edit the config (after a first start of the plugin). You can enable MySQL, set the default prices for placing and using signs, and much more. You can find out what all values mean here.
| Command | Description |
| /sortal warp-setwarp <warp> | Create a warp at your current position |
| /sortal delwarp-delete <warp1> [warp2] [warp3]... | Deletes a warp with name <warp> |
| /sortal list [page] | Shows a list of warps |
| /sortal version | Shows the current version and build of Sortal |
| /sortal register <warp> | Register a warp to a sign |
| /sortal unregister | Unregister a warp from a sign |
| /sortal setprice-setcost-price <cost> | Set a price to a sign |
| /sortal setprice-setcost-price warp <warp> <price> | Set a price to a warp |
| /sortal convert | Convert from MySQL -> Flatfile or back |
| /sortal help | View all commands with a small description |
| /sortal goto-warpto <warp> | Teleport to a warp without signs |
| /sortal uses-setuses <amount> [player-total] | Set the amount of uses to a sign, player or total based (default is player) |
| /sortal uses-setuses warp <warp> <amount> [player-total] | Set the amount of uses to a warp, player or total based (default is player) |
| Description | Node |
| /sortal setwarp | sortal.createwarp |
| /sortal delwarp | sortal.delwarp |
| /sortal list | sortal.list |
| /sortal version | none |
| /sortal unregister | sortal.unregister |
| /sortal register | sortal.register |
| /sortal setprice | sortal.setprice |
| /sortal convert | OP only |
| /sortal help | none |
| /sortal goto | sortal.directwarp |
| /sortal goto ^ | sortal.directwarp.<warp> |
| /sortal setuses | sortal.setuses |
| Make Sign | sortal.placesign |
| Warping | sortal.warp |
| Warping ^ | sortal.warp.<warp> |
^ If you've set perWarpPerm to true, this node applies
You can find the source for this plugin here.
What a Sign looks like

This is for X,Y,Z teleport

This is when you set up a warp.
This plugin has a built-in auto-updater, which connects to BukkitDev to check for updates. If you, for some reason, wish to disable this process, you can do so by setting 'update' to false in the plugins' settings file.