HomeJavaModsTelepipe
Telepipe

This mod is archived due to it not being needed/being too basic to support. Please switch to its successor, IcedSpear.

Telepipe

A lightweight and flexible teleportation plugin for Paper servers that loads teleport locations from a JSON file hosted on the web.

🧪 Live Demo: Telepipe is actively used and originally made for the public FragMC server — players can test it in real gameplay.

Features

Commands

Aliases: /tp

Permissions

Configuration

After first launch, edit plugins/Telepipe/config.yml and set your JSON URL:

json-url: "https://example.com/teleports.json"

JSON Format

{
  "spawn": {
    "x": 0.5,
    "y": 64,
    "z": 0.5,
    "pitch": 0,
    "yaw": 0,
    "world": "world"
  },
  "nether_hub": {
    "x": 100,
    "y": 70,
    "z": -50,
    "pitch": 0,
    "yaw": 90,
    "world": "world_nether"
  },
  "arena": {
    "x": -25,
    "y": 80,
    "z": 10,
    "pitch": 0,
    "yaw": 180
  }
}

Required fields:

Optional fields:

Use Cases

Why Telepipe?

Traditional teleport plugins require editing config files and restarting servers. Telepipe lets you manage teleports through any web-accessible JSON file, making it perfect for:

Requirements

Support

Found a bug or have a suggestion? Open an issue on GitHub!

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more