Go to file
Jordan Irwin 71066e38dd Add to TODO list 2021-08-18 08:20:24 -07:00
docs Re-generate HTML docs 2021-08-18 08:19:21 -07:00
locale Add Spanish translation 2021-08-18 07:43:47 -07:00
textures Add icon for sfinv_buttons 2021-05-28 03:48:23 -07:00
.gitattributes Exclude some files & dirs from archives & releases 2021-08-18 08:09:46 -07:00
LICENSE.txt Initial commit 2021-05-28 00:49:53 -07:00
README.md Update README 2021-07-05 20:06:03 -07:00
TODO.txt Add to TODO list 2021-08-18 08:20:24 -07:00
api.lua Move show_formspec method into formspec.lua 2021-06-15 16:55:41 -07:00
changelog.txt Increment version to 1.2 2021-08-18 08:11:08 -07:00
chat.lua Add chat command "pbmarks" to display formspec 2021-07-04 16:55:47 -07:00
formspec.lua Fix "Close" button to not change to "Back" 2021-08-18 08:07:07 -07:00
icon.png Add CC0 icon by PhilipBarrington... 2021-06-15 14:20:18 -07:00
init.lua Add chat command "pbmarks" to display formspec 2021-07-04 16:55:47 -07:00
mod.conf Increment version to 1.2 2021-08-18 08:11:08 -07:00
screenshot.png Add screenshot 2021-06-15 14:28:55 -07:00
set_version.py Add helper script to set version info 2021-08-18 08:09:23 -07:00
settings.lua Add LuaDoc docstrings 2021-06-15 16:54:17 -07:00
settingtypes.txt Don't allow setting bookmarks in areas where area doesn't have access... 2021-06-15 15:47:45 -07:00
ui.lua Add i3 support (WIP) 2021-07-04 16:53:49 -07:00

README.md

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: