/nebula routes builder.
While a route is loaded in the builder it is rendered in-world automatically, so you can see waypoints as you place them.
Creating a Route
Simple, Warp, Island, Mining, Foraging
The name can include slashes for organization (e.g., mining/crystal-hollows/jade). Creating a route with a name that already exists is rejected — use editRoute instead.
Editing an Existing Route
Adding Waypoints
Stand at the desired position, then run:add Walk— Adds a walk waypoint at your feet.add Etherwarp— Adds an etherwarp waypoint at your feet.add WaitTime <milliseconds>— Adds a wait (e.g.,add WaitTime 3000for 3 seconds). Defaults to0if omitted.add WaitForPosition <distance> <timeout_ms>— Adds a wait-for-position waypoint at your feet with the defaults 5 blocks and a 10000 ms timeout.add ItemPlace <item_id> [cooldown_ms]— Places an item. You must be looking at the target block — the waypoint is stored at that block’s position, not at your feet. Example:add ItemPlace ender_pearl 5000.
Inserting a Waypoint at a Specific Position
1 to waypoints + 1). Existing waypoints shift forward.
Moving a Waypoint
Stand at the new position, then:#index to your current location while keeping its type and configuration. Note that this also applies to ItemPlace waypoints, which will be moved to your feet rather than to the block you are looking at.
Removing a Waypoint
Stand on the waypoint you want to remove:Clearing All Waypoints
Configuring Waypoint Flags
Walk and Etherwarp waypoints support extra flags:sneak(orshift) —true/false— Force sneaking.movement(orallowmovement) —true/false— Override the mining macro’s movement setting at this waypoint.jumpatend(orjump) —true/false— Jump after reaching this waypoint (useful before etherwarp waypoints).reachdistance(orreach) — a positive number, ordefault— Walk waypoints only. How close the pathfinder must get before the waypoint counts as reached.
true or false resets the flag to Default (no override).
Setting Warp Command
For Warp, Mining, and Foraging type routes:/warp prefix — just the destination name, e.g., forge).
