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 9f6f5034d8 Admin priv update
Heh - I had no idea the original author had already added a placeholder for a priv called tpr_admin (how did I miss that), but since it did nothing, I removed it. I also renamed my admin priv to "tp_admin" - I'd originally called it tpr_admin because I still tend to refer to the mod as TPR even though it's evolving into something different, but then realized people might get confused since this mod is called tps_teleport (so should it be tps_admin?) -- so I opted for tp_admin instead... avoid the confusion, and since the original mod doesn't yet use tpr_admin, there's no reason to keep it as that.

Also, incremented the version to 1.3 because I feel we've been making pretty big headway here.
2016-05-13 08:42:58 -04:00
sounds Add teleporter sound effect from tps_spawnport 2016-05-10 11:15:25 -04:00
depends.txt Added areas support 2016-05-12 18:45:09 -07:00
init.lua Admin priv update 2016-05-13 08:42:58 -04:00
LICENSE.md Add DWYWPL license 2016-05-10 10:02:29 -04:00
README.md Update README.md 2016-05-13 08:38:19 -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.

##Privileges:

  • interact Permits use of all tps_teleport commands
  • tp_admin Admin priv allows admin to teleport anywhere without permission

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: if the area is protected, it must be owned by you in order to teleport to it.

/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 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.
  • Add limitations to /tpc which only allow a user to teleport X number of blocks. Prevents users from teleporting to the edge of the world.