AreaTP

This project is abandoned and its default file will likely not work with the most recent version of Minecraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.

AreaTP allows your players to create their own public warp points - similar to Essentials' /warp command.

The rationale behind creating this plugin was to avoid staff having to manually create warp points for each player, and allows separation between "official" warps (using /warp) and player-created warps (using /atp).

Commands

  • /atp - Display your AreaTPs and show how many more you can create
  • /atp set <name - Create or update an area TP
  • /atp remove <name> - Remove an area TP
  • /atp list [page] - List all area TPs
  • /atp <name> - Teleport to the given area TP
  • /atp help - Display a list of commands
  • /atp reload - Reload the configuration

Permissions

  • areatp.use - Allow players to teleport to and list area TPs or remove their existing area TPs (default: op)
  • areatp.set - Create or update area TPs (default: op)
  • areatp.bypass - Bypass the teleport delay (if set in the config) (default: op)
  • areatp.unlimited - Allow players to create unlimited area TPs (default: op)
  • areatp.admin.reload - Allow reload of the configuration (default: op)
  • areatp.admin.remove - Allow staff to remove any player's area TPs (default: op)
  • areatp.admin.* - Provides bypass, unlimited, reload and remove permissions (default: op)

Configuration

Very little configuration is required - simply specify your groups and how many area TPs they are allowed to create (the unlimited permission overrides this). You don't need to edit the areas or players parts of the configuration.

You can modify the number of results to show per-page if needed. If page_results is not specified in the config file, it will default to 10. A teleport delay can be specified in seconds, otherwise no delay will occur. You can use the areatp.bypass permission node to allow certain groups or players to bypass this delay. You can specify an optional purge (in days) to have the plugin delete area TPs that haven't been visited within the number of days. Set this to zero if you don't want to make use of this.

page_results: 10
tp_delay: 5
purge: 30
groups:
  Settler:
    limit: 2
  Elite:
    limit: 4
  Supporter:
    limit: 6
  Scout:
    limit: 8
  Ranger:
    limit: 10
players:
areas:

Other

If you would like to test this plugin, you're welcome to connect to PlayPyxis.com in-game and use the commands above.


Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

  • Project ID
    62173
  • Created
    Jul 23, 2013
  • Last Released File
    Jul 30, 2014
  • Total Downloads
    4,377
  • License

Categories

Members

Recent Files

Bukkit