A Minetest mod that allows players to create a limited number of personal bookmarks to where they can teleport.
- open formspec
- sfinv:
- select "More" tab
- select "Personal Bookmarks"
- unified_inventory & i3:
- select "Personal Bookmarks" tab
- chat command:
- /pbmarks
- input a description into text field
- press "Set" to store location
- press "Go" to teleport to location
- 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
- Depends: wdata
- Optional depends: sfinv_buttons, unified_inventory, i3, simple_protection