Outbound

Quick rating

Outbound

No reviews yet

Server-side random teleport (rtp) mod with configurable warmups and features

Player Transport
Mod Loaders
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
License
MIT License
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Outbound is a server-side Fabric mod that adds random teleportation to your server. Players can scatter across the map with /rtp, return to their bed with /spawn, or head to world spawn with /worldspawn.

Commands

  • /rtp — Teleport to a random location
  • /rtp — Teleport within a specific range
  • /rtp cancel — Cancel the current warmup
  • /rtp cooldown check — Show remaining RTP cooldown
  • /rtp reload — Reload the configuration
  • /rtp cooldown clear [player] — Clear cooldowns
  • /spawn — Teleport to your bed
  • /worldspawn — Teleport to the world spawn

Permissions

  • /rtp reload and /rtp cooldown clear require operator (level 2)
  • All other commands are available to every player

Configuration

The configuration file is at config/outbound.json. Edit the file and run /rtp reload to apply changes.

-- Warmup & Cooldown
warmup_seconds = 10       # Warmup duration
cooldown_seconds = 300    # Cooldown between uses
cancel_on_movement = true # Cancel on movement
cancel_on_damage = true   # Cancel on damage

-- Radius & Spawn
min_radius = 100          # Minimum distance
max_radius = 3000         # Maximum distance (overworld)
center_on_player = true   # Teleport from player position
max_attempts = 100        # Search attempts
overworld_y = 200         # Spawn height (overworld)
nether_y = 32             # Spawn height (nether)
other_y = 200             # Spawn height (other)

-- Dimension Restrictions
dimensions.whitelist = false
dimensions.list = ["minecraft:overworld"]

-- Effects
effects.warmup_particles = true
effects.warmup_sound = true
effects.teleport_sound = true

-- Nether
nether.max_radius = 1000
nether.fire_resistance_seconds = 30
nether.show_warning = false

-- Spawn Commands
spawn_command.enabled = true
spawn_command.warmup_seconds = 30
spawn_command.cooldown_minutes = 40

worldspawn_command.enabled = true
worldspawn_command.warmup_seconds = 20
worldspawn_command.cooldown_minutes = 20

Messages

All chat messages are under the messages key. See the generated config file.


Requires Fabric Loader 0.19.3+, Fabric API, Minecraft 26.1+, and Java 25+.

Report issues or request features at github.com/shxdnw/outbound/issues.

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
1
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works