-
-
Notifications
You must be signed in to change notification settings - Fork 0
PLUGIN Path System
Eisi05 edited this page Jan 21, 2026
·
1 revision
Paths are shared and stored in:
plugins/NpcPlugin/paths.yml
-
Add points at your current location:
/npc path point add
Or add at a specific index:
/npc path point add <index>
-
List points:
/npc path point list [page]
-
Visualize / toggle visualization of current points:
/npc path visualize points
-
Create the path:
/npc path create <name> [maxIterations] [allowDiagonalMovement]
After creation you can visualize it:
/npc path visualize <name>
- Start recording:
/npc path record start
-
Walk the route.
-
Stop recording:
/npc path record stop
- Create the path:
/npc path create <name>
/npc path edit <name>
This loads the saved path’s waypoints into the point list so you can remove/add points and re-create it.
/npc path list [page]/npc path delete <name>/npc path test <name> [speed]