mod-pbmarks/README.md

1.8 KiB

Personal Bookmarks

icon

Description:

A Minetest mod that allows players to create a limited number of personal bookmarks to where they can teleport.

screenshot

Licensing:

  • Code: MIT
  • Textures: CC0
  • Icon: CC0

Usage:

- 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

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

Requirements: