/worldpath
misc

Commands for managing world paths

Syntax

/worldpath

Subcommands

/worldpath builder

Commands for building world paths

/worldpath builder.add

Add current position to this path.

/worldpath builder.clear

Clear current points in this builder.

/worldpath builder.goto

Teleport to a point in this path.

Parameters:

index- The index to teleport to
/worldpath builder.load

Load an existing path

Parameters:

name- The name of the path to load
/worldpath builder.remove

Remove a point by index in this path.

Parameters:

index- The index to remove
/worldpath builder.save

Save currently editing path.

Parameters:

name- The name to save the path as
/worldpath builder.set

Set current position to given index in this path.

Parameters:

index- The index to set (defaults to last index)
/worldpath builder.simulate

Teleport to each point in this path in sequence.

/worldpath builder.stop

Stop building

/worldpath list

List all existing paths.

/worldpath remove

Remove a path by name.

Parameters:

name- The name of the path to remove
/worldpath save

Force save the config file.