Overview: Added two subcommands, '?' and 'version'
Subcommand: - ?: Returns you the commands for this plugin Usage(Player): place ? Usage(Console): place ? - version: Returns the current version of this plugin Usage(Player): not allowed Usage(Console): place version
Bug Fix: Fixed Random Error Messages on travelling, adding, deleting or editing places.
Improvements in Existing Commands: If you edit a place with same name and location it will throw an error. But if you edit only the name, or only the location, it will not throw an error.
Overview: Added a subcommand called 'edit'. Used for editing the name or location of a place. Subcommands: - add: Adds a place to the config.yml file and allows it for the server's use. Usage (Player): place edit <current_name> <changed_name> <c> -> Marker for changing location too of the place. If left blank it will only change the name and not location. Usage (Console): place edit <current_name> <changed_name> <Xpos> <Ypos><Zpos> <c> -> Same Marker as above. Note: Sometimes while executing commands, it will give a red message telling there is an error, but this a glitch which I was not able to patch in time, the command works perfectly fine. To check whether it did work for surity, type "/place list" and you will be able to see if the name was edited.
Overview: Added a Callback for when a player travels to any place. Improved Command: - place goto <placeName> <p> -> Here p is a marker for a private travel. If you don't want a private travel, you don't need to write the last "p" argument.
Overview: Fixed some problems with the commands executed from the console. Bug Fixes: - The Spawn Location will retain its coordinates after server restart. - Locations added from the console can now also be traveled to.
Overview: Added a Tab Completer. It will make it easier for you to locate places on your server. Bug Fixes: Perfected Adding, Deleting, and Teleporting Mechanisms. You now would not be able to add an already defined place, delete an undefined place and go to an undefined place.
Overview: Added List Subcommand. It will list the available places on the server, Subcommand: - list: Lists all the available places on the server. Usage (Player): place list Usage (Console): place list
Overview: This is a plugin for managing places on your server. Each place is a location where you can teleport to very easily. With this plugin, you can create your spawn area and other structures of your server and make them easily accessible. Main Command: - place Subcommands: - add: Adds a place to the config.yml file and allows it for the server's use. Usage (Player): place add <name> Usage (Console): place add <name> <Xpos> <Ypos><Zpos> - delete: Deletes the specified place from the config.yml file. Usage (Player): place delete <name> Usage (Console): place delete <name> - goto: Teleports the player to the specified place. Usage (Player): place goto <name> Usage (Console): not allowed