HomeJavaModsNetro - Rail Network Plugin (BETA)
Netro - Rail Network Plugin (BETA)
Netro (BETA) — Rail Network Plugin
Netro is a Minecraft (Spigot/Paper 1.21-1.21.11) plugin for rail networks: stations, transfer nodes, terminals, and automated cart routing. Build complex rail systems with Sign + GUI based setup, destination-based pathfinding, and rule-driven behavior (speed, switches, release mechanisms).

Video Demos Here: https://www.dailymotion.com/user/alecr.ash41

Overview
Carts are stored in SQLite so routing, rules, and terminal state persist across chunk loads and restarts. No collision detection between carts. Dispatch is only blocked when the destination is invalid or when it is a terminal that already has a cart held (one slot per terminal); transfer nodes do not track occupancy.

Quick start
  1. Get the Railroad Controller and Cart Controller:
    /netro railroadcontroller · /netro cartcontroller
  2. Create a station: place a sign, line 1 [Station], line 2 the station name (e.g. Hub).
  3. Place a copper bulb next to a rail and put a [Terminal] or [Transfer] sign on it; line 2 = StationName:NodeName (e.g. Hub:Main).
  4. On lines 3–4 of the detector sign, add roles: e.g. ENTRY CLEAR or ENTRY L CLEAR R (optional direction L/R).
  5. For terminals, add one READY role and a [Controller] sign with REL (RELEASE) for the release mechanism.
  6. Sneak + right-click the detector sign to open Rules and add rules (e.g. “when entering and going to X, set cruise speed”).
  7. Right-click a cart with the Cart Controller to set its destination (or use /netro setdestination <destination>).
Commands
Command Description
/netro cancel Cancel pending action (relocate, portal link, set rail state).
/netro clearcache Clear all route caches and refresh queue.
/netro guide Get the in-game guide book.
/netro cartcontroller Give the Cart Controller (set destination, cruise speed).
/netro railroadcontroller Give the Railroad Controller (station menu, rules, rail direction).
/netro setdestination <dest> Set a cart’s destination (address, name, or Station:Terminal).
/netro station list List all stations.
/netro dns [prefix] List or resolve station addresses.
/netro whereami Show current region and station (if at one).
/netro debug Toggle debug logging (console).
Documentation
Inspiration
Netro was inspired by The New SMARTEST Metro System in Minecraft, a pure-redstone metro that models the internet as a network of networks: local networks connect via a default gateway to the district layer, district networks via a gateway to the region layer, and region stations form the top-level network. Addressing there is a three-color combination (region + district + local station); each station has routing tables that send the cart to the correct track or to the default gateway. The world is divided into predetermined zones; once routing is set up for that zoning, you never touch it again.

In Netro the same idea (layered, network-style addressing; scalable world coverage) is kept, but the mechanism is different: no default gateway—pathfinding is connection-based over paired transfer nodes, and we don't force routing into a gateway structure because the Minecraft world is coordinate-based (addresses come from block position), not a manual grid. There are no clear visual grids in the world that tell you whether you're in one cluster or mainnet versus another, so the goal was to make setup less complicated for users and have routing inherently work for the whole world without manual zoning. That trade-off is probably not as computationally efficient as designating default gateways, but we use address-aware cost so paths prefer moving toward the destination in hierarchy; the pathfinder also uses the address to guide which stations it checks first and stops as soon as the route is known, so it still explores fewer stations than a blind search.

Requirements

License

This project is licensed under the Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0). Use is allowed for non-commercial purposes only; you must give appropriate attribution (credit) to the author. See LICENSE in this repository.

Commands

Plugin details

Read from the plugin's own plugin.yml.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Netro - Rail Network Plugin (BETA) is a free Minecraft Java mod. Compatible with Minecraft 1.21. Downloaded 22 times (via Spigot). Download it and open it directly in the game.

Explore more