-
tpa: sends a request to another player to teleport to him, to accept or deny teleportation, you must use
tpaccept or
tpdeny respectively.
-
tphere: send a request to another player to teleport to you to accept or deny teleportation, you must use
tphaccept or
tphdeny respectively.
These commands have a timer to accept the request, if the request is not answered within the specified time, it will be automatically canceled. The timer time can be adjusted in the configuration file.
-tpc: teleports a player to the coordinates that he specifies, in addition, this command allows teleportation between worlds, that is, we can write coordinates that are from the end, and adding, in the case that it is left by default, one "e" after coordinates, we would teleport the end to the specified coordinates. This can be activated or deactivated in the configuration, by default deactivated. You can also add or remove worlds to teleport accompanied by their respective references.
config:
time: 20
#Time after tpa expires allow_tp_between_worlds:false worlds:#list of worlds where players can teleport with tpc <x> <y> <z> world
- "world"
- "world_nether"
- "world_the_end"
worlds_refs: #Write the refs in the same order as worlds to make work properly
- "o"
- "n"
- "e"
#Important: the list of worlds and the list of references, must be in the same order #to let the plugin work properly