From 343fd97326c283b49592d0c15f03a63b89024c5d Mon Sep 17 00:00:00 2001 From: Jordan Irwin Date: Tue, 15 Jun 2021 15:45:59 -0700 Subject: [PATCH] Show settings in README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 926ca27..71e9e1e 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,17 @@ A [Minetest][] mod that allows players to create a limited number of personal bo - press "Go" to teleport to location ``` +#### Settings: + +``` +- pbmarks.max + - number of allowed bookmarks + - type: int + - min: 1 + - max: 5 + - default: 5 +``` + ### Requirements: - Depends: [wdata](https://content.minetest.net/packages/AntumDeluge/wdata/), [sfinv_buttons](https://content.minetest.net/packages/Wuzzy/sfinv_buttons/)