Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jkoop/better-bookmarks

Minetest mod to keep location bookmarks
https://github.com/jkoop/better-bookmarks

bookmarks location minetest minetest-mod mod

Last synced: 2 days ago
JSON representation

Minetest mod to keep location bookmarks

Awesome Lists containing this project

README

        

# Better Bookmarks

[![ContentDB](https://content.minetest.net/packages/jkoop/better_bookmarks/shields/title/)](https://content.minetest.net/packages/jkoop/better_bookmarks/)
[![ContentDB](https://content.minetest.net/packages/jkoop/better_bookmarks/shields/downloads/)](https://content.minetest.net/packages/jkoop/better_bookmarks/)

Minetest mod to keep location bookmarks like /sethome

![screenshot](screenshot.png)

## Commands:

| Command | Parameters | Description |
| -------- | ----------------- | -------------------------------------------------------------------------------------- |
| `/bm` | `` | Show waypoint for bookmark. "-" is where you were when you last successfully ran `/bm` |
| `/bmset` | `` | Set a bookmark to your current position. Bookmark names may not contain "." |
| `/bmdel` | `` | Delete a bookmark |
| `/bmls` | | List all your bookmarks |

## Privileges

| Privilege | Description |
| --------------------------- | ---------------------------------------------------------------------------------------- |
| `better_bookmarks_teleport` | Teleport player to bookmark instead of showing waypoint. `teleport` will also allow this |