Ender Nexus - Fabric Teleports

Ender Nexus - Fabric Teleports

An all-in-one server-sided mod to give players various common teleport commands.

by
2.1K Downloads
fabricsocialtransportationutility
Rent Server with this Mod

About this Mod

Ender Nexus - Fabric Teleports

An all-in-one, configurable server-sided mod to give players various common teleport commands.

Ender Nexus
Downloads
Followers


Requires Fabric API

Server, Optional Client This mod only needs to be installed on a server.

Join Our Discord Server!

Player Commands

  • /spawntp Teleports the player to spawn
  • /spawn Teleports the player to spawn (disabled when Carpet is present)
  • /home [name] Teleports the player to the specified or default home
  • /sethome [name] Sets a home at the current location with optional name
  • /delhome [name] Deletes a player's home with optional name
  • /warp <name> Teleports the player to the specified warp
  • /tpa <player> Requests to teleport to the specified player
  • /tpahere <player> Requests the specified player teleport to you
  • /tpaaccept [player] Accepts an incoming TPA request from the specified player
  • /tpadeny [player] Denies an incoming TPA request from the specified player
  • /tpacancel [player] Cancels an outgoing TPA request to the specified player.
  • /randomtp Teleports the player to a random spot in the world within the configured radius.
  • /rtp Shortened alias for /randomtp
  • /tpinterrupt Cancels an active TP channel

Admin Commands & Configuration

Configuration can be done through the properties file generated when loaded on a server or through commands.

  • /setwarp <name> Sets a warp at the current location with the specified name
  • /delwarp <name> Deletes the specified warp
  • /endernexus Gets the currently configured settings
  • /endernexus bossbar <true/false> Enables/Disables the teleport warmup bar
  • /endernexus particles <true/false> Enables/Disables teleportation particles
  • /endernexus sound <true/false> Enables/Disables the teleport sounds
  • /endernexus homes <true/false> Enables/Disables the Homes feature
  • /endernexus homesWarmup <0+> Sets the number of seconds it takes to teleport to a home
  • /endernexus homesCooldown <0+> Sets the number of seconds before a player can teleport to a home again
  • /endernexus homesMax <1+> Sets the number of homes a player is allowed to set
  • /endernexus warps <true/false> Enables/Disables the Warps feature
  • /endernexus warpsWarmup <0+> Sets the number of seconds it takes to teleport to a warp
  • /endernexus warpsCooldown <0+> Sets the number of seconds before a player can teleport to a warp again
  • /endernexus spawn <true/false> Enables/Disables the Spawn feature
  • /endernexus spawnWarmup <0+> Sets the number of seconds it takes to teleport to spawn
  • /endernexus spawnCooldown <0+> Sets the number of seconds before a player can teleport to spawn again
  • /endernexus tpas <true/false> Enables/Disables the TPAs feature
  • /endernexus tpaheres <true/false> Enables/Disables the TPA Here feature
  • /endernexus tpaWarmup <0+> Sets the number of seconds it takes to teleport to another player
  • /endernexus tpaCooldown <0+> Sets the number of seconds before a player can teleport to another player again
  • /endernexus tpaTimeout <0+> Sets the number of seconds before a tpa request expires
  • /endernexus randomtps <true/false> Enables/Disables the Warps feature
  • /endernexus rtpWarmup <0+> Sets the number of seconds it takes to teleport to a random spot
  • /endernexus rtpCooldown <0+> Sets the number of seconds before a player can teleport to a random spot again
  • /endernexus rtpMinRange <1+> Sets the minimum circular radius, in blocks, that a random tp can put the player, centered at the world spawn
  • /endernexus rtpMaxRange <1+> Sets the maximum circular radius, in blocks, that a random tp can put the player, centered at the world spawn
  • /endernexus cleanse Clears the cache (useful if someone gets stuck with a teleport bar that doesn't clear)
  • /endernexus commandLogging <true/false> Enables/Disables detailed teleport command logging (logs destination coordinates and dimension)

Permission Nodes

Ender Nexus uses the Fabric Permissions API (bundled via BorisLib) for command permissions. Each node has a fallback vanilla permission level for servers without a permissions mod.

Player Commands

Node Default Description
endernexus.spawntp ALL Use /spawntp and /spawn to teleport to spawn
endernexus.tpinterrupt ALL Use /tpinterrupt to cancel an active teleport channel
endernexus.rtp ALL Use /rtp and /randomtp to teleport to a random location
endernexus.home ALL Use /home to teleport to a home
endernexus.sethome ALL Use /sethome to set a home at your current location
endernexus.delhome ALL Use /delhome to delete a home
endernexus.warp ALL Use /warp to teleport to a server warp
endernexus.tpa ALL Use /tpa to send a teleport request to another player
endernexus.tpahere ALL Use /tpahere to request another player teleport to you
endernexus.tpaaccept ALL Use /tpaaccept to accept an incoming TPA request
endernexus.tpadeny ALL Use /tpadeny to deny an incoming TPA request
endernexus.tpacancel ALL Use /tpacancel to cancel an outgoing TPA request

Note: /tpaaccept, /tpadeny, and /tpacancel have no requires predicate on the command node (so clickable chat buttons always work), but the permission is still enforced at execution time.

Admin Commands

Node Default Description
endernexus.setwarp GAMEMASTERS Use /setwarp to create a warp at your current location
endernexus.delwarp GAMEMASTERS Use /delwarp to delete a warp
endernexus.cleanse GAMEMASTERS Use /endernexus cleanse to clear the teleport cache

Config

Config commands are auto-generated by BorisLib.

Node Default Description
endernexus.config GAMEMASTERS List all config values
endernexus.config.<name>.get GAMEMASTERS Read a specific config value
endernexus.config.<name>.set GAMEMASTERS Change a specific config value

Try My Other Mods!

All server-side Fabric mods — no client installation required.

Mod Description Links
Arcana Novum Minecraft's biggest server-only full-feature Magic Mod! Adds powerful items, multiblocks and bosses! GitHub Modrinth CurseForge
Ancestral Archetypes A highly configurable, Origins-style mod that lets players pick a mob to gain unique abilities! GitHub Modrinth CurseForge
Ender Nexus Highly configurable /home, /spawn, /warp, /tpa and /rtp commands all in one, and individually disablable. GitHub Modrinth CurseForge
Fabric Mail An in-game virtual mailbox system for sending packages and messages between online and offline players. GitHub Modrinth CurseForge
Fabric Trade Adds /trade, a secure player-to-player trading interface. GitHub Modrinth CurseForge
Limited AFK AFK detection and management with configurable kick thresholds for servers. GitHub Modrinth CurseForge
Links in Chat Makes URLs posted in chat clickable. GitHub Modrinth CurseForge

LICENSE NOTICE

By using this project in any form, you hereby give your "express assent" for the terms of the license of this project, and acknowledge that I, BorisShoes, have fulfilled my obligation under the license to "make a reasonable effort under the circumstances to obtain the express assent of recipients to the terms of this License.

Available Versions

Ender Nexus - Fabric Teleports 2.1.0+26.2release
MC 26.2fabric
June 17, 2026
Ender Nexus - Fabric Teleports 2.1.0+26.1release
MC 26.1fabric
April 1, 2026
Ender Nexus - Fabric Teleports 2.0.5+1.21.11release
MC 1.21.11, 26.1fabric
March 29, 2026
Ender Nexus - Fabric Teleports 2.0.4+1.21.11release
MC 1.21.11fabric
March 13, 2026
Ender Nexus - Fabric Teleports 2.0.2+1.21.11release
MC 1.21.11fabric
January 31, 2026

How to Install Ender Nexus - Fabric Teleports on Your Server

1

Order Server

Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).

2

Set fabric Loader

In the panel under "Egg", select the fabric loader and matching Minecraft version (26.2).

3

Install Mod

Open the mod browser in the dashboard and search for "Ender Nexus - Fabric Teleports". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.

Compatibility

Mod Loaders

fabric

Minecraft Versions

26.2, 26.1, 1.21.11 (+6 more)

Server-side

Required

Recommended RAM

4 GB(min. 3 GB)

Frequently Asked Questions

Ender Nexus - Fabric Teleports server crashes on startup – what to do?

Most common cause: wrong fabric version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (26.2). You can switch loaders with one click in the panel.

Is Ender Nexus - Fabric Teleports compatible with fabric?

Ender Nexus - Fabric Teleports officially supports fabric for Minecraft 26.2, 26.1, 1.21.11. The Mado dashboard automatically detects incompatible loader combinations.

Server lagging with Ender Nexus - Fabric Teleports – how to optimize performance?

Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if Ender Nexus - Fabric Teleports consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.

Rent Modded Server

Install Ender Nexus - Fabric Teleports with just one click on your server.

Recommended RAM
4 GBab €8/mo
Min. 3 GB | +1 GB pro 8 Spieler
Create Server Now
1-Click Mod Install
NVMe SSD Storage
DDoS Protection included

Details

License
Open Software License 3.0
Server-side
Required

Supported Versions

26.226.11.21.111.21.101.21.81.21.51.21.41.21.11.21