A Multi Route is a collection of multiple routes grouped under one name. When a macro runs a Multi Route, it randomly picks one of the sub-routes each time. This adds variety to your automation path, making movement less predictable.Documentation Index
Fetch the complete documentation index at: https://docs.nebulaclient.net/llms.txt
Use this file to discover all available pages before exploring further.
Creating a Multi Route
Multi Routes are created through the file system. In yourNebula/Routes/ folder:
- Create a folder named
<route_name>.route(the.routesuffix is required). - Place multiple route JSON files inside that folder — each one is a sub-route.
mining_loop with three variants.
How Multi Routes Affect Macros
- When a macro executes a Multi Route, one sub-route is chosen at random each time the route is started.
- All sub-routes should have the same general start/end points since macros expect consistent behavior.
- Multi Routes cannot be edited in the route builder — edit the individual sub-routes instead.
- Multi Routes are displayed with a pink indicator in the GUI.
