Description
Play on a Live Nexori Network
Nexori is not just a concept. There is already a working server network built with Nexori.
You can join, test the full flow, and play minigames powered by Nexori, including:
- SkyWars
- Capture the Zone
Server connection address:
play.hyjn-nexori.com
Join the community Discord for server access, updates, testing sessions, and support:
Discord: https://discord.gg/BuZjNUYkGU
Nexori โ Build Connected Hytale Server Networks
Start standalone. Add backend-driven matchmaking when you need it. Keep control of your own servers.
Nexori turns separate Hytale servers into one connected multiplayer network.
Use it for secure server-to-server travel, lobby portals, queue-based minigames, instanced arenas, connected adventure worlds, inventory-aware transfers, return-to-lobby flows, and in-game administration.
Nexori works without requiring a backend, database, or cloud service. Install the .jar on your servers, configure everything in game, and run your network locally.
When your project grows, Nexori can also integrate with your own backend for custom matchmaking, ranking systems, ELO, regions, tournaments, result reporting, player history, and more.
You decide how simple or advanced your network should be.
๐ Core Features
๐ Travel & Server Network
- ๐ Secure server-to-server trust
- ๐งญ Signed and verified cross-server travel
- ๐ช Portal-based travel between servers
- ๐ Connected adventure worlds
- ๐ Inventory-aware player transfer
- โ๏ธ No mandatory external backend
๐ฎ Queues & Minigames
- ๐๏ธ Queue-based match entry
- ๐ง Local FIFO matchmaking for standalone servers
- ๐ง Backend-driven matchmaking for custom matchmaking services
- โณ Countdown-driven launches
- ๐งฉ Instanced arena creation
- ๐๏ธ Built-in Last Player Alive mode
- ๐ Automatic return-to-lobby flow
๐ฐ๏ธ Backend Integration
- ๐ง Optional backend-driven queue mode
- ๐
/nexori/syncheartbeat for external matchmaking - ๐ฆ Backend assignment execution
- โ Assignment ACK reporting
- ๐ก Event-driven
POST /nexori/resultsresult reporting - ๐ Durable result retry when the backend is temporarily unavailable
- ๐ฅ๏ธ Backend terminal and health view in the in-game menu
๐งฉ Public Minigame API
- ๐ ๏ธ Public API for third-party rules/minigame mods
- ๐ Active match context lookup
- ๐ท๏ธ Rules Engine ID support for manual games
- ๐ Player outcome tracking
- ๐๏ธ Logical spectator state
- ๐ Separate return-to-lobby API
- ๐งพ Final match result submission
- ๐ Custom JSON result data for minigame-specific stats
๐ Inventory & Recovery
- ๐ Travel with inventory
- ๐ฆ Automatic inventory backups
- ๐ฉน Player self-recovery tools
- ๐งพ Cross-server receipt verification
- ๐ Recovery for overwritten inventories
- ๐ Per-player backup pruning rules
๐ฅ๏ธ In-Game Operations
- ๐ฑ๏ธ In-game admin UI
- ๐ Server registration from inside the game
- ๐ ๏ธ Portal, queue, arena, spawn, backend, and game setup in-game
- ๐ Backend config and terminal views
- ๐ No hand-edited config files required for normal setup
Why Nexori?
Most multi-server tools force creators into one of two bad choices:
- become a backend engineer before they can build a real network
- depend on a third-party platform, service, or SaaS just to orchestrate their servers
Nexori is built to avoid that.
You can start simple with local queues, portals, arenas, and return-to-lobby flow. Then, if your server needs more advanced systems, you can connect your own backend without replacing your entire network foundation.
The goal is simple: creators should be able to focus on building minigames, adventure worlds, and multiplayer experiences while keeping control of their own servers, economy, backend, and community.
Why It Stands Out
Nexori is not just โteleport between servers.โ
It is a foundation for creators who want to build:
- connected server networks
- real lobby systems
- queue-based multiplayer experiences
- instanced minigames
- adventure server travel
- inventory-safe cross-server flow
- custom backend matchmaking
- third-party minigame/rules mods
- backend result reporting and player history
And it does this without forcing creators to lock themselves into someone elseโs hosted platform.
Built for Creators
Nexori is built for Hytale creators who want to ship real experiences.
It is designed so server owners can:
- run their own network
- monetize their own servers and communities
- keep control of what they build
- use Nexori standalone
- integrate their own backend only when they need it
- build custom minigames through the public API
Nexori is source-available, so creators can inspect the code, understand how it works, and verify what they are downloading.
Getting Started
- Install the
.jaron every server in your network - Log in and run
/nexorimenu - Register your servers
- Run Initial Setup
- Create portals, queues, games, arenas, and spawns
- Test the full loop: lobby โ queue โ match โ return
- Optionally connect your own backend for advanced matchmaking or result reporting
That is your network.
Instance Templates
Nexori uses instance assets as match templates.
If a world is available as an instance asset on the destination server, Nexori can surface it in the UI and use it as an arena template.
Nexori already includes a SkyWars world so you can test the full minigame flow immediately.
Spawn slots are configured in game: walk to the position you want, open the menu, and save the slot.
For Custom Minigame Mods
Nexori includes a public minigame API for third-party rules mods.
A custom minigame mod can:
- detect the active Nexori match
- verify the
rulesEngineId - wait for placement completion
- set player outcomes during the match
- mark logical spectators
- return players to the lobby
- submit final match results
- attach custom JSON stats to backend result reports
This lets your rules mod own the gameplay logic while Nexori owns the transport, match identity, queue flow, return flow, and optional backend reporting.
Source-Available Project Links
Nexori is released as a source-available project. It is not open source.
To inspect the official codebase, review the public API, or see how to build a separate mod on top of Nexori, use the links below:
Official Nexori repository:
https://github.com/hyjn-nexori/nexori-pluginDocumentation website:
https://docs.hyjn-nexori.comPublic API demo mod:
https://github.com/hyjn-nexori/nexori-public-api-demo


