Commands
To define paths, you need some commands:
| command | description | permission |
|---|---|---|
| /path info [name] | Gives some info about [name] | movecraftautomatics.info |
| /path start [name] | Start the movement of [name] | movecraftautomatics.move |
| /path start all | Start and freeze all movements | movecraftautomatics.move.all |
| /path stop [name] | Stop and freeze the movement of [name] | movecraftautomatics.move |
| /path stop all | Stop and freeze all movements | movecraftautomatics.move.all |
| /path reset [name] | Reset the movement [name] (the vehicle are on the start position of the movement.) | movecraftautomatics.move |
| /path reset all | Reset all movements (all vehicles are on their start position of the movements.) | movecraftautomatics.move.all |
| /path record (name) | Start the record of a movement (end record with /path finish [name].) | movecraftautomatics.record |
| /path add (x) (y) (z) | Adds a waypoint on [x, y, z] or to your own location if not set. | movecraftautomatics.record |
| /path wait [time] (waypoint) | Sets the craft waiting [time] milliseconds after this waypoint. | movecraftautomatics.record or movecraftautomatics.modify by given waypoint |
| /path station [name] (waitTime) (waitForRiders) (craftName) (waypoint) | Set a station with name [name]. | movecraftautomatics.modify |
| /path finish (name) | Stop recording. | movecraftautomatics.record |
| /path remove [name] | Remove the movement [name]. | movecraftautomatics.remove |
[] := required argument () := optional argument
Comments