- Works With
Map Marker Teleport lets players teleport anywhere on the map by simply placing a marker. No commands needed. Just open the map, drop a pin, and you're there.
Permissions
mapmarkerteleport.use-- Allows the player to teleport by placing a map marker
Developer Hooks
OnMapMarkerTeleport
Called before a player is teleported. Return a non-null value to cancel the teleport.
C#:
object OnMapMarkerTeleport(BasePlayer player, Vector3 destination)
player-- The player about to be teleporteddestination-- The resolved world position the player will be sent to