Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jkoop/better-bookmarks
- Owner: jkoop
- License: gpl-2.0
- Created: 2022-01-27T21:21:39.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-30T19:54:06.000Z (almost 3 years ago)
- Last Synced: 2023-05-03T21:34:05.674Z (over 1 year ago)
- Topics: bookmarks, location, minetest, minetest-mod, mod
- Language: Lua
- Homepage: https://content.minetest.net/packages/jkoop/better_bookmarks/
- Size: 270 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 |