Compatibility
Minecraft: Java Edition
26.1.x
Platforms
Supported environments
Dedicated servers only
Links
Tags
Creators
Details
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 <radius> — 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.


