mod-pbmarks/README.md

65 lines
1.8 KiB
Markdown
Raw Permalink Normal View History

2021-05-28 00:49:53 -07:00
## Personal Bookmarks
2021-06-15 14:28:55 -07:00
<img src="icon.png" alt="icon" width="100px" />
2021-05-28 00:49:53 -07:00
### Description:
A [Minetest][] mod that allows players to create a limited number of personal bookmarks to where they can teleport.
2021-06-15 14:28:55 -07:00
![screenshot](screenshot.png)
2021-05-28 00:49:53 -07:00
### Licensing:
2021-05-28 03:48:23 -07:00
- Code: [MIT](LICENSE.txt)
- Textures: CC0
- Icon: [CC0](https://openclipart.org/detail/266815)
2021-05-28 00:49:53 -07:00
### Usage:
2021-06-15 14:29:26 -07:00
```
2021-07-05 20:06:03 -07:00
- open formspec
- sfinv:
- select "More" tab
- select "Personal Bookmarks"
- unified_inventory & i3:
- select "Personal Bookmarks" tab
- chat command:
- /pbmarks
2021-06-15 14:29:26 -07:00
- input a description into text field
- press "Set" to store location
2021-06-15 15:45:06 -07:00
- press "Go" to teleport to location
2021-06-15 14:29:26 -07:00
```
2021-06-15 15:45:59 -07:00
#### Settings:
```
- pbmarks.max
- number of allowed bookmarks
- type: int
- min: 1
- max: 5
- default: 5
- pbmarks.disallow_protected
- don't allow bookmarks to be set in areas not accessible to player (requires protection mod, currently only simple_protection supported)
- type: bool
- default: true
2021-06-15 15:45:59 -07:00
```
2021-05-28 00:49:53 -07:00
### Requirements:
2021-07-04 11:53:12 -07:00
- Depends: [wdata](https://content.minetest.net/packages/AntumDeluge/wdata/)
2021-07-05 20:06:03 -07:00
- Optional depends: [sfinv_buttons](https://content.minetest.net/packages/Wuzzy/sfinv_buttons/), [unified_inventory](https://content.minetest.net/packages/RealBadAngel/unified_inventory/), [i3](https://content.minetest.net/packages/jp/i3/), [simple_protection](https://content.minetest.net/packages/Krock/simple_protection/)
2021-05-28 00:49:53 -07:00
### Links:
2021-06-15 17:18:53 -07:00
- [![ContentDB](https://content.minetest.net/packages/AntumDeluge/pbmarks/shields/title/)](https://content.minetest.net/packages/AntumDeluge/pbmarks/)
2021-05-28 05:06:30 -07:00
- [Forum](https://forum.minetest.net/viewtopic.php?t=26805)
2021-05-28 00:49:53 -07:00
- [Git repo](https://github.com/AntumMT/mod-pbmarks)
2021-06-15 16:59:09 -07:00
- [API](https://antummt.github.io/mod-pbmarks/docs/api.html)
2021-05-28 00:49:53 -07:00
- [Changelog](changelog.txt)
- [TODO](TODO.txt)
[Minetest]: http://minetest.net/