2019-03-18 12:24:11 +00:00
|
|
|
# Simple Waypoints
|
2019-03-18 11:54:49 +00:00
|
|
|
|
2019-03-18 12:24:11 +00:00
|
|
|
------
|
|
|
|
|
|
|
|
A minetest 0.4.17+ mod that lets you set waypoints/beacons at current position.
|
|
|
|
|
|
|
|
#### How it works
|
|
|
|
|
|
|
|
|
|
|
|
- Just use the following commands
|
|
|
|
```
|
|
|
|
/wc "waypoint name" to create a waypoint at current position.
|
|
|
|
/wd "waypoint name" to delete a waypoint.
|
|
|
|
/wt "waypoint name" to teleport to a waypoint.
|
|
|
|
/wl list your waypoints in table format e.g. "1 Home (x,y,z)".
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
#### Installation
|
|
|
|
|
|
|
|
Extract zip to the mods folder.
|