HomeJavaModsTeleport Gate
Teleport Gate

TeleportGate

A Spigot 1.21 plugin that adds configurable Teleport Gates to your Minecraft server.
Players can teleport between gates by entering a 4-digit gate code directly on another gate.


Features


How It Works

  1. Craft a Teleport Gate
  2. Place the gate → a unique code is assigned
  3. Right-click any gate
  4. Enter a 4-digit code
  5. If the destination gate exists → you teleport

Configuration file location:

plugins/teleport/config.json

Example of config.json (this is the default crafting recipe):

{
  "recipe": {
    "shape": [
              "DDD", 
              "NEN", 
              "NNN"
              ],
    "ingredients": {
      "D": "DIAMOND_BLOCK",
      "N": "NETHERITE_BLOCK",
      "E": "END_STONE"
    }
  }
}

Default Craft recipe


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