33 lines
891 B
Markdown
Raw Normal View History

2019-03-18 12:24:11 +00:00
# Simple Waypoints
2019-03-18 11:54:49 +00:00
A minetest 5.2.0+ mod that lets you set waypoints/beacons at current position.
2019-03-18 12:24:11 +00:00
2020-05-20 01:37:47 +00:00
![beacon](img/screenie1.png) ![waypoints GUI](img/screenie2.png)
2019-03-18 12:24:11 +00:00
#### How it works
2024-08-26 00:52:29 -07:00
This mod offers two ways to manage your waypoints: a text-based interface using chat commands and a graphical user interface (GUI). Choose the method that you find most convenient.
2019-03-18 12:24:11 +00:00
2020-04-24 02:34:42 +00:00
TEXT INTERFACE:
2019-03-18 12:24:11 +00:00
- Just use the following commands
2024-08-26 00:52:29 -07:00
**Text Commands:**
- **Create Waypoint:** `/wc <waypoint name>`
- **Delete Waypoint:** `/wd <waypoint name>`
- **Teleport to Waypoint:** `/wt <waypoint name>`
- **List Waypoints:** `/wl`
2019-03-18 12:24:11 +00:00
2020-04-24 02:34:42 +00:00
GUI:
- **Use menu:** `/wf`
2019-03-18 12:24:11 +00:00
2020-04-24 02:34:42 +00:00
NOTE:
2024-08-26 00:52:29 -07:00
The GUI allows you to select a beacon color from 8 available options. When creating waypoints using the chat commands, a random color will be selected for the beacon.
2019-04-26 23:58:07 +00:00
2024-08-26 00:52:29 -07:00
Works with Minetest 5.2.0+
2019-04-26 23:58:07 +00:00
2020-04-24 02:34:42 +00:00
#### Installation
2019-04-26 23:58:07 +00:00
Extract zip to the mods folder.