JourneyMapTeleporter

Created to allow custom servers use of JourneyMap's teleport.

62

JourneyMapTeleporter

JourneyMapTeleporter

A simple server-side plugin that lets players teleport using coordinates while blocking direct player-to-player teleports.

What does it do?

This plugin restricts the `/tp` command for regular players to coordinate-based teleportation only. Perfect for servers that want to allow JourneyMap waypoint teleports without giving players the ability to teleport to each other.

Players can: - `/tp 100 64 200` - Teleport to coordinates - `/tp @s 100 64 200` - Use JourneyMap format - `/tp PlayerName 100 64 200` - Only if PlayerName is the sender

Players cannot: - `/tp OtherPlayer` - Teleport to another player - `/tp PlayerOne PlayerTwo` - Teleport others

Admins with the `safetp.bypass` permission have full `/tp` functionality.

Installation

Drop the plugin into your `plugins/` folder and restart the server. That's it.

Permissions

- `safetp.bypass` (default: op) - Bypass teleport restrictions

ADS