Skip to content

Commit

Permalink
annoying
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen3H committed Jan 2, 2025
1 parent 7f54aaa commit 376d74d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const route = await Aurora.GPS.fastestRoute({ x: town.x, z: town.z })
const desc = `Type **/n spawn ${route.nation.name}** and head **${route.direction}** for **${route.distance}** blocks.`
```

To continously track a player, you can use the `track` method.
To continuously track a player, you can use the `track` method.
- First parameter (player name) is **required**, but case insensitive.
- Second parameter (interval) is optional. Defaults to `3000` milliseconds.
- Third parameter (route) is optional. Defaults to `FASTEST`.
Expand Down

0 comments on commit 376d74d

Please sign in to comment.