Traveler: a Server Mod for Craft Bukkit Servers that will let you Label World Locations so its easy to TP back to them at a later time . Traveler is easy to use, while standing on a location you would like to TP back to, give the command /tradd [Label] where the Label is a name in some way descriptive of where you are standing. For Example: if you are at a NPC Village you might give the command /tradd Village. You would then be able to type /trtp Village to TP back to the Village at any time. Note; the /tradd [label] command is the only way to create a label and you must be standing on the location you want the label for, you can not assign labels to locations you are not standing at. There are 6 commands to manipulate your TP labels and there is a permission node for each command as follows (**Permissions future release**):
/tradd [label] a command to add a TP location known as Label. Permission node is Traveler.add and defaults to Ops only.
/trtp [label] a command to TP you to the location known as Label. Permission node is Traveler.tp and defaults to Ops only.
/trdel [label] a command to remove the TP location known as Label. Permission node is Traveler.rem and defaults to Ops only.
/trshow [label] a command to show the TP location value known as Label. Permission node is Traveler.show and defaults to Ops only.
/trlist a command to show all TP location values with their assigned Label. Permission node is Traveler.list and defaults to Ops only.
/trhelp a command to show all available Traveler their Usage and Description.
Traveler is pretty lightweight it uses no event listeners. Currently allows only one list per person. Lists for players that are no longer registered on the server will be deleted when Traveler is loaded during server startup (**Future release**).
To install Traveler just copy the downloaded .jar file into the Plugins folder inside the World folder (this will have the same name as your World does) in your Craft Bukkit Server folder (no need to expand it first). Once loaded shut down the Server (Stop command) and Edit the config.yml file if/as desired. *Note/Warning* don't edit the config.yml while the Server is running unless you want a bunch of nasty errors to be logged and its possible you could crash it!... Hope you enjoy using it, feel free to leave me a Comment, Suggestions are Welcome too!
Revision Traveler V1.01: (03-18-2013)
- Debug Code force disabled internally
- bukkit Release 1.4.7-R1.0 supported (Note: there were not code changes require for this support just re-compile...
Revision Traveler V1.0.2: (04-10-2013)
- bukkit Release 1.5.1-R0.1 supported (Note: there were no code changes required for this support just re-compile...)
Revision Traveler V1.1.0: (01-03-2014)
- bukkit Release 1.7.2-R0.3 supported (Note: there were no code changes required for this support just re-compile...)
*Note: seems to be working fine with MC Client V1.7.3 and V1.7.4 also
- Optional global limit to the amount of TP Labels each person can set (See config,yml)
- Optional config.yml setting that will show the amount of each persons TP labels on Server Shutdown

