
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
Code-based teleportation
Each gate has a unique 4-digit code (0000–9999).Gate-to-gate travel
Right-click a gate, enter the destination code, and teleport instantly.Custom crafting recipe
Fully configurable viaconfig.json.Floating code display
Each gate shows its code above it in-game.
How It Works
- Craft a Teleport Gate
- Place the gate → a unique code is assigned
- Right-click any gate
- Enter a 4-digit code
- 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"
}
}
}

- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.21, 1.21.1, 1.21.2
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
- Ships as teleportGate-1.0.jar — drop this file into the mods folder
- Download size: 21 KB
- Download link checked 11 Sept 2026 — working
These come from our own check of the pack file, not from the source page.