Back to mods
EnderLink project artwork

CurseForge · Minecraft mod

EnderLink

A minecraft teleportation mod. Add, link and teleport!

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which EnderLink release matches 26.2?

Updated today
Best match for your filters enderlink-1.1.0.jar
Game version 26.2, 26.3-snapshot, 26.3-pre-1
Loader Fabric

enderlink-1.1.0.jar targets 26.2, 26.3-snapshot, 26.3-pre-1 with Fabric. The project page does not say whether this file belongs on the client, dedicated server, or both. All 1 required mods have matching files.

Where it goes

Is EnderLink required on the client, server, or both?

The project page does not say whether this file belongs on the client, dedicated server, or both.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release Fabric
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source does not explicitly classify this release as client-only or server-only.

What else does enderlink-1.1.0.jar need?

enderlink-1.1.0.jar on 26.2. Every mod below is checked against that same setup.

All 1 required mods have matching files

Install Fabric API first. We found matching files for this game-version and loader setup. 2 come through another mod in the chain.

6 listed on this file 2 pulled in by those mods
Mod Menu Optional for enderlink-1.1.0.jar
optional
Matching file found Matched file: v20.0.1 for 26.2
Fabric API Needed by enderlink-1.1.0.jar
required
Matching file found Matched file: [26.2] Fabric API 0.160.0+26.2
LuckPerms Optional for enderlink-1.1.0.jar
optional
Matching file found Matched file: v5.5.57 (Fabric 26.2)
Mod Menu Optional for enderlink-1.1.0.jar
optional
Matching file found Matched file: 20.0.1
Cloth Config API Optional for enderlink-1.1.0.jar
optional
Matching file found Matched file: 26.2.155+fabric
Text Placeholder API Needed by Mod Menu
pulled in
Matching file found Matched file: placeholder-api-3.1.0-beta.1+26.2.jar
Text Placeholder API Needed by Mod Menu
pulled in
Matching file found Matched file: 3.1.0-beta.1+26.2

2 extra mods were pulled in by other dependencies. Indented rows show who needs each one. We only count dependency files that match this setup. A file for another loader does not fill the gap.

Before you install it

Add EnderLink without breaking your instance.

Built for enderlink-1.1.0.jar on 26.2. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use enderlink-1.1.0.jar. It targets 26.2, 26.3-snapshot, 26.3-pre-1 with Fabric; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    Install Fabric API first. We found matching files for this game-version and loader setup. 2 come through another mod in the chain.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside enderlink-1.1.0.jar. It opens that exact file at the source.

About this project

What does EnderLink add?

Two blocks. One link. Infinite distance.

EnderLink

Two blocks. One link. Infinite distance.

EnderLink is a Fabric teleportation mod that lets players register teleport pads, link them together, and travel between them by sneaking on the block.

It is designed to be simple for players, configurable for server owners, and fully functional on dedicated servers.

✨ Features

  • Configurable teleport pad blocks
  • Two-way linked teleports
  • Warmup countdown before teleporting
  • Teleport cancels if the player moves
  • Carpet support on teleport blocks
  • Safety checks for blocked or unsafe destinations
  • World border protection
  • Configurable particles and arrival sound
  • Cross-dimension teleports with a configurable allow-list
  • Per-player pad and link limits
  • UUID-based ownership
  • Optional LuckPerms support
  • Optional Mod Menu + Cloth Config integration
  • Elevator compatibility guard

‼️ How It Works

EnderLink turns normal configured blocks into teleport pads.

Typical flow:

  1. Place a configured teleport block.
  2. Stand on it and run /enderlink add.
  3. Place a second configured teleport block somewhere else.
  4. Stand on it and run /enderlink add.
  5. Link both pads with /enderlink link TP1 TP2.
  6. Sneak on either linked pad to teleport to the other one.

Pads are stored permanently on the server, can be listed by command, and are automatically removed when the block is broken or becomes invalid.

🎮 Commands

  • /enderlink add - Register the teleport block you are currently standing on.
  • /enderlink link <first> <second> -Link two teleport pads together. Links are always two-way.
  • /enderlink unlink <first> <second> - Remove the link between two pads.
  • /enderlink remove <name> - Remove a teleport pad completely.
  • /enderlink rename <name> <newName> - Rename a teleport pad.
  • /enderlink list - Show all stored pads and links.
  • /enderlink info - Show info about the pad you are currently standing on.
  • /enderlink info <name> - Show info about a specific teleport pad.
  • /enderlink reload - Reload the config from disk.

🌍 Config Highlights

Server owners can configure:

  • allowed teleport blocks
  • warmup time
  • allowed dimensions
  • particle type and particle counts
  • arrival sound, volume, and pitch
  • per-player pad and link limits
  • command access rules
  • optional LuckPerms integration

EnderLink writes a commented config file to: config/enderlink/enderlink.json

Config Options

  • teleportBlocks - List of block ids that can act as teleport pads. Default: minecraft:gold_block, minecraft:lapis_block
  • chargeTicks - Warmup time before teleporting. 20 ticks = 1 second
  • safetyEnabled - If true, EnderLink blocks unsafe destinations.
  • particlesEnabled - Enables teleport particles.
  • particleType - Particle id used during warmup and arrival.
  • warmupParticleCount - How many particles spawn while charging.
  • arrivalBurstParticleCount - How many particles spawn immediately on arrival.
  • arrivalTrailParticleCount - How many particles spawn each tick during the short arrival particle trail.
  • arrivalParticleDurationTicks - How long the extra arrival particle trail lasts after teleporting.
  • soundEnabled - Enables arrival sound.
  • soundEvent - Sound event id played on arrival.
  • soundVolume - Volume for the arrival sound.
  • soundPitch - Pitch for the arrival sound.
  • allowedDimensions - List of dimension ids allowed to participate in teleports. You can use shorthand like overworld or full ids like minecraft:overworld.
  • luckPerms - Enables LuckPerms integration if the LuckPerms mod is installed.
  • maxPadsPerPlayer - Default maximum amount of teleport pads per player.
  • maxLinksPerPlayer - Default maximum amount of links per player.
  • addAccess
  • linkAccess
  • unlinkAccess
  • removeAccess
  • renameAccess
  • listAccess
  • infoAccess - Command access mode when LuckPerms is disabled. Valid values: EVERYONE, OPS_ONLY

✅ Carpet Support

You can place a carpet on top of a teleport block to hide it.

The pad still works for:

  • adding the pad
  • teleporting to it
  • teleporting from it

🛑 Safety Rules

EnderLink blocks unsafe teleports.

Examples of blocked destinations:

  • destination has no space for the player
  • destination is underwater
  • destination is inside lava or another fluid
  • destination is outside the world border
  • destination block is missing or no longer valid
  • destination dimension is not allowed by config

🔄 Permissions

EnderLink supports two permission modes:

  1. Config-based access control
  2. LuckPerms-based access control

For all permission options, visit the github page: https://github.com/SwordfishBE/EnderLink#-permissions

📄 Notes

EnderLink is fully usable on dedicated servers.
Mod Menu and Cloth Config are only needed if you want the optional in-game config screen on the client.

🏜️ Test Server

Feel free to join my Minecraft server to test my mods: play.swordfishbe.eu

Project description from CurseForge.

Pick your setup

EnderLink by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

6 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

EnderLink versions and loaders

2 of 3 releases match
Clear filters

Looking for an older file? The official CurseForge project page is in Resources.