-
Notifications
You must be signed in to change notification settings - Fork 140
Teleport Module
henjifeng edited this page Aug 18, 2018
·
11 revisions
Teleport back to where you came from
It is possible to limit what players can teleport back from with fe.teleport.back.ondeath
† and fe.teleport.back.ontp
permissions.
† - Note: known bug, this permission is ignored
-
/bed
Teleport to the bed you slept in last -
/bed <player>
Teleport player to their bed
-
/home
Teleport to your home location -
/home set
Set your home location where you are standing -
/home set <player>
Set players's home location where you are standing
Teleport to the location you are looking at
-
/mwtp <world> x y z
Teleport to a location in a different dimension -
/mwtp <world> <player>
Teleport to a player in a different dimension
-
/pwarp
List your personal warppoints -
/pwarp <add|remove> <name>
Add or remove, at the current position, a personal warp point -
/pwarp goto [name]
Teleport to a defined personal warp point
By default, each player is limited to 10 personal warp points.
-
/setspawn here
Set spawn to your current location -
/setspawn x y z dim
Set spawn to specified location (dim = 0 is overworld) -
/setspawn clear
Clear spawn point, defaults back to Minecraft created spawn point -
/setspawn bed enable|disable
Allow or disallow bed spawning in the global zone
The /setspawn
command is an alias for setting the global permission for fe.perm.setspawn
-
/spawn
Teleport to the current spawn point -
/spawn <player>
Teleport player to their spawn
-
/top
Teleport to the topmost block above you -
/top <player>
Teleport someone else to the topmost block above them
-
/tp <player>
Teleport to a player -
/tp <player> <target>
Teleport player to target
-
/tppos x y z
Teleport to a position
For teleporting to a different dimension use /mwtp
-
/warp list
Retrieve a list of warppoints -
/warp <warpname>
Teleport to a warp point -
/warp <warpname> <set|delete>
Add or remove a warp point. Warp coordinates are set to where the player is standing
Note: To allow players to teleport to a warp point, the permission fe.teleport.warp.<warpname>
must be given to them. Alternatively, to allow players to use all warps, give them the permission fe.teleport.warp.*
.