Skip to content

Minecraft bukkit plugin to save locations and teleport

Notifications You must be signed in to change notification settings

rougedragon/teleport_plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

What is it?

A Minecraft bukkit plugin to save locations and teleport.

Save as many locations as you want and teleport your player whenever you want.

Basic usage

Save current player location and give it the name "lake": /stp lake

Teleport to this saved location: /gtp lake

More details

Save the current location of your player:

/setTpPosition [location name]

Example: /setTpPosition home

Alias: /stp home

Teleport your player to a previously saved location:

/gotoTpPosition [location name]

Example: /gotoTpPosition home

Alias: /gtp home

Remove a previously saved location:

/removeTpPosition [location name]

Example: /removeTpPosition home

Alias: /rtp home

List all saved locations:

/listTpPosition

Alias: /ltp

License

Copyright 2017 - Released under the MIT license.

About

Minecraft bukkit plugin to save locations and teleport

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages