Fervente´s Offline Teleport

⭐ — (0 endorsements) 📥 724 downloads 📌 v0.1.0 📅 10/26/2025
🟡 Updated this year

By Fervente_ · forge

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 10/26/2025 📅 Created: 10/26/2025
⚠️ Install Order · 2 steps
1🛠️ Forge — Minecraft Forge (mod loader) Download ↗
2🛠️ Fabric — Fabric Loader Download ↗

Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.

🔍 Analysis

  • 👍 0.0% endorsement rate
  • 🏆 #36 of 369 forge mods in this game by downloads

📋 About This Mod

# Fervente's Offline Teleport Teleport players even when they're offline. Schedule their next-login position or move online players instantly — with cross-dimension support, bulk actions, and an exemption whitelist. ## (https://www.curseforge.com/minecraft/mc-mods/fervente-s-offline-teleport) !(https://cdn.modrinth.com/data/cached_images/fad8ed912cd64e1610fd7eebe4e15ee02aa5976e.png) (https://shockbyte.com/billing/aff.php?aff=10999) ## Highlights - Offline teleports: set where a player will appear next time they join - Online teleports: move players instantly, including across dimensions - Bulk `@a`: teleport all non-admins online now and auto-schedule all offline non-admins - Exemption whitelist: skip specific UUIDs from bulk teleports - Pending management: list and cancel pending teleports - Uses simple JSON storage; survives restarts Requires: Forge 47.x for Minecraft 1.20.1, Java 17 License: MIT --- ## Commands - Teleport to coordinates - `/offteleport <player> <x> <y> <z>` - `/offtp <player> <x> <y> <z>` - Teleport to coordinates in a specific dimension - `/offteleport <player> <x> <y> <z> <dimension>` - `/offtp <player> <x> <y> <z> <dimension>` - Examples: `minecraft:overworld`, `minecraft:the_nether`, `minecraft:the_end` - Teleport a player to another player - `/offteleport <player> <target_player>` - `/offtp <player> <target_player>` - List pending teleports - `/offteleport list` - `/offtp list` - Cancel a pending teleport - `/offteleport cancel <player>` - `/offtp cancel <player>` - Manage exemption whitelist - `/offteleport whitelist list` - `/offteleport whitelist add <player>` - `/offteleport whitelist remove <player>` - (Aliases with `/offtp` work the same) ### Bulk `@a` behavior When you run `/offtp @a <x> <y> <z> <dimension>`: - Online non-admins are teleported immediately - Offline non-admins are automatically scheduled for next login - Admins (permission level >= 2) are skipped - Players on the exemption whitelist are always skipped - You get a summary of applied/scheduled/skipped --- ## How it works - Online: If a target is connected, they are teleported instantly (and cross-dimension if specified) - Offline: If a target is offline, their next-login position and dimension are saved to `config/ferventes_offline_teleports.json` - On join: Offline teleports are applied the moment the player joins - Bulk @a: The mod scans playerdata to include known offline players in scheduling Storage: JSON under `config/` - `ferventes_offline_teleports.json`: pending teleports - `ferventes_offline_teleport_exempt.json`: whitelist (array of UUID strings) --- ## Permissions - Command usage requires operator level 3 by default (same as vanilla `/tp`) - Bulk skipping logic treats admins as permission level >= 2 for safety --- ## Q&A **Q: Is this server-side only?** - A: Yes. Install on the server. Clients don't need it to connect. **Q: Can I use this with other teleport mods?** - A: Yes. This mod only schedules/sets player positions; it doesn't change world gen or entities. **Q: Will it work with Fabric via Connector?** - A: Only Forge is supported. It may work via connectors, but issues should be reproduced on pure Forge before reporting. **Q: Does it support modded dimensions?** - A: Yes. Use the full dimension ID like `modid:dimension_name`. **Q: What happens if I schedule a teleport and the dimension is missing later?** - A: The teleport will be skipped for that player; nothing else is affected. --- ## Installation 1) Place the JAR in your server `mods/` folder 2) Run the server on Java 17 and Forge 47.x (MC 1.20.1) 3) Use `/op <yourname>` to grant yourself permission if needed Optional: Pre-populate `config/ferventes_offline_teleport_exempt.json` with UUIDs to skip in bulk actions. --- ## License & Distribution - License: MIT — free to use, don´t modify, include in modpacks, and redistribute with attribution - You may include this mod in modpacks and servers without asking; a link back to the project page is appreciated

# Fervente's Offline Teleport

Teleport players even when they're offline. Schedule their next-login position or move online players instantly — with cross-dimension support, bulk actions, and an exemption whitelist.

## [- View Curseforge Page -](https://www.curseforge.com/minecraft/mc-mods/fervente-s-offline-teleport)

![ https://shockbyte.com/billing/aff.php?aff=10999](https://cdn.modrinth.com/data/cached_images/fad8ed912cd64e1610fd7eebe4e15ee02aa5976e.png) (https://shockbyte.com/billing/aff.php?aff=10999)

## Highlights - Offline teleports: set where a player will appear next time they join - Online teleports: move players instantly, including across dimensions - Bulk `@a`: teleport all non-admins online now and auto-schedule all offline non-admins - Exemption whitelist: skip specific UUIDs from bulk teleports - Pending management: list and cancel pending teleports - Uses simple JSON storage; survives restarts

Requires: Forge 47.x for Minecraft 1. 20. 1, Java 17 License: MIT

## Commands

  • Teleport to coordinates
  • - `/offteleport `
  • - `/offtp `
  • Teleport to coordinates in a specific dimension
  • - `/offteleport `
  • - `/offtp `
  • - Examples: `minecraft:overworld`, `minecraft:the_nether`, `minecraft:the_end`
  • Teleport a player to another player
  • - `/offteleport `
  • - `/offtp `
  • List pending teleports
  • - `/offteleport list`
  • - `/offtp list`
  • Cancel a pending teleport
  • - `/offteleport cancel `
  • - `/offtp cancel `
  • Manage exemption whitelist
  • - `/offteleport whitelist list`
  • - `/offteleport whitelist add `
  • - `/offteleport whitelist remove `
  • - (Aliases with `/offtp` work the same)

### Bulk `@a` behavior When you run `/offtp @a `: - Online non-admins are teleported immediately - Offline non-admins are automatically scheduled for next login - Admins (permission level >= 2) are skipped - Players on the exemption whitelist are always skipped - You get a summary of applied/scheduled/skipped

## How it works - Online: If a target is connected, they are teleported instantly (and cross-dimension if specified) - Offline: If a target is offline, their next-login position and dimension are saved to `config/ferventes_offline_teleports.json` - On join: Offline teleports are applied the moment the player joins - Bulk @a: The mod scans playerdata to include known offline players in scheduling

Storage: JSON under `config/` - `ferventes_offline_teleports.json`: pending teleports - `ferventes_offline_teleport_exempt.json`: whitelist (array of UUID strings)

## Permissions - Command usage requires operator level 3 by default (same as vanilla `/tp`) - Bulk skipping logic treats admins as permission level >= 2 for safety

## Q&A Q: Is this server-side only? - A: Yes. Install on the server. Clients don't need it to connect.

Q: Can I use this with other teleport mods? - A: Yes. This mod only schedules/sets player positions; it doesn't change world gen or entities.

Q: Will it work with Fabric via Connector? - A: Only Forge is supported. It may work via connectors, but issues should be reproduced on pure Forge before reporting.

Q: Does it support modded dimensions? - A: Yes. Use the full dimension ID like `modid:dimension_name`.

Q: What happens if I schedule a teleport and the dimension is missing later? - A: The teleport will be skipped for that player; nothing else is affected.

## Installation 1) Place the JAR in your server `mods/` folder 2) Run the server on Java 17 and Forge 47.x (MC 1. 20. 1) 3) Use `/op ` to grant yourself permission if needed

Optional: Pre-populate `config/ferventes_offline_teleport_exempt.json` with UUIDs to skip in bulk actions.

## License & Distribution - License: MIT — free to use, don´t modify, include in modpacks, and redistribute with attribution - You may include this mod in modpacks and servers without asking; a link back to the project page is appreciated

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Mods
Author
Fervente_
Version
0.1.0
Downloads
724
Endorsements
0
Category
forge
Created
10/26/2025
Updated
10/26/2025
Game Versions
1.20.1
Tags
management, utility

🔧 How to Install Minecraft Mods Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Mods →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Mods versions does Fervente´s Offline Teleport support?

The author lists 1.20.1. Other versions may work but are untested by the author.

What is the latest version of Fervente´s Offline Teleport?

Version 0.1.0, published 2025-10-26 with 724 downloads recorded at the source.

Keep browsing — more Minecraft Mods mods await

📋 All Minecraft Mods Mods 🏆 Top 25 📂 More forge 👤 More by Fervente_ 🔎 Similar Mods 🌐 Best forge (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods