A mod that allows players to request from another player to be teleported to them. Includes many more teleporting features.
Go to file
Robbie Ferguson f425b4ec5a Update
Clarify description, add a couple to-do items.
2016-05-11 10:31:45 -04:00
sounds Add teleporter sound effect from tps_spawnport 2016-05-10 11:15:25 -04:00
init.lua First working commit. 2016-05-10 15:17:01 -04:00
LICENSE.md Add DWYWPL license 2016-05-10 10:02:29 -04:00
README.md Update 2016-05-11 10:31:45 -04:00

##tps_teleport is a mod for Minetest game servers.

##Description: The Pixel Shadow Minetest game servers have switched from "teleport" to "teleport request" via the tps_teleport mod. This mod makes it so players must send a request to another player in order to teleport to them. Before they will be allowed to do so, the player must accept the request. This prevents malicious users from teleporting to players' private areas without their permission. It also enhances the overall privacy of our services since if denied teleport, a player must instead travel to the area and "use the front door" so to speak... which might be a locked iron door.

Players may also teleport to coordinates, however if the area is protected, the teleport will be denied.

##Usage:

/tpr [playername] Requests permission to teleport to another player, where [playername] is their exact name.

/tphr [playername] Request permission to teleport another player to you.

/tpc [x,y,z] Teleport to coordinates. Honors area protection.

/tpy Accept a user's request to teleport to you or teleport you to them.

/tpn Deny a user's request to teleport to youor teleport you to them.

##To Do:

  • Make it so players can teleport to coordinates within a protected area if they own the area.
  • Make it so if a player attempts to teleport to coordinates within a protected area owned by another player, and that player is online, the owner receives a request to allow or deny the user from teleporting to their area.