Back to Mods
Bridge

Bridge

miscD1GQ

A powerful Hytale plugin library for creating, managing, and orchestrating temporary worlds with ease.

About Bridge

Bridge - Hytale World Management Library

A powerful Hytale plugin library for creating, managing, and orchestrating temporary worlds with ease. Bridge provides a robust API for handling world lifecycle, player transfers, and customizable world behavior.

✨ Features

- Easy World Management: Create, activate, deactivate, and delete worlds with simple API calls - Player Transfers: Safely move players between worlds with built-in thread safety - Custom World Behavior: Extend `BridgeWorldComponent` to add custom logic to your worlds - Asynchronous Operations: Most operations run asynchronously with optional callbacks - World Configuration: Control block breaking, placement, gathering, and PvP settings - Lifecycle Events: Hook into world creation, deletion, and player events

📖 API Reference

BridgeWorldManager:

createWorld(String name, BridgeWorldComponent component, Consumer<BridgeWorld> callback)

getAllVBridgeWorlds() - Get all managed worlds

getDefaultWorldAsBridgeWorld() - Get the default world

deleteWorld(BridgeWorld world) - Permanently delete a world

activateWorld(BridgeWorld world, Consumer<BridgeWorld> callback)

deactivateWorld(BridgeWorld world, World movePlayersTo)

BridgeWorld:

activate(Consumer<BridgeWorld> callback) - Load world into memory

deactivate(World movePlayersTo)` - Unload world

transferPlayer(PlayerRef player) - Move player to this world

delete() - Delete this world and its files

setAllowPvP(boolean enabled) - Toggle PvP

setAllowBlockBreaking(boolean enabled) - Toggle block breaking

BridgeWorldComponent Lifecycle Methods:

onCreateWorld(BridgeWorld world)` - When world is created

onDeleteWorld(BridgeWorld world)` - Before world deletion

onPlayerJoinWorld(BridgeWorld world, PlayerRef player)`

onPlayerLeaveWorld(BridgeWorld world, PlayerRef player)`

onPlayerDieInWorld(BridgeWorld world, PlayerRef player)`

onTick(BridgeWorld world, float deltaTime)` - Called every tick

Downloads
41
Created
Jan 19, 2026
Updated
Jan 19, 2026
Version
Early Access

Categories

LibraryUtility

Download Mod

Download on CurseForge
Free download • 41 total downloads

Need a Server?

Run Bridge on a dedicated Hytale server with easy mod management.

Get Hytale Hosting

Frequently Asked Questions

What is Bridge?

A powerful Hytale plugin library for creating, managing, and orchestrating temporary worlds with ease.

How do I download Bridge?

You can download Bridge for free from CurseForge. Click the "Download on CurseForge" button on this page to go directly to the download page.

Who created Bridge?

Bridge was created by D1GQ. The mod has been downloaded 41 times.

Is Bridge compatible with Hytale servers?

Bridge is designed for Hytale and can be used on both single-player and multiplayer servers. Check the mod page on CurseForge for specific compatibility information.

How do I install Bridge?

To install Bridge: 1) Download the mod from CurseForge, 2) Place the file in your Hytale mods folder, 3) Restart the game. The mod should load automatically.