summaryrefslogtreecommitdiff
path: root/minetest.conf.example
diff options
context:
space:
mode:
authorpecksin <pexin@protonmail.com>2021-03-18 16:47:36 -0400
committerpecksin <pexin@protonmail.com>2021-03-18 16:47:36 -0400
commitb6c8761e108eade0d1451580fbacf1e3d3f6a957 (patch)
tree27f9503a76261a37a8cc286b18fc17c17cc5a9b6 /minetest.conf.example
parent1d64e6537c3fb048e0d0594680d1c727a80c30d8 (diff)
downloadminetest-b6c8761e108eade0d1451580fbacf1e3d3f6a957.tar.gz
minetest-b6c8761e108eade0d1451580fbacf1e3d3f6a957.tar.bz2
minetest-b6c8761e108eade0d1451580fbacf1e3d3f6a957.zip
re-apply everything manually because git
Diffstat (limited to 'minetest.conf.example')
-rw-r--r--minetest.conf.example8
1 files changed, 8 insertions, 0 deletions
diff --git a/minetest.conf.example b/minetest.conf.example
index f5f608adf..814e34e43 100644
--- a/minetest.conf.example
+++ b/minetest.conf.example
@@ -16,6 +16,14 @@
# Controls
#
+# If enabled, http links in chat can be middle-clicked or ctrl-left-clicked to open the link in the OS's default web browser.
+# type: bool
+# clickable_chat_weblinks = false
+
+# If clickable_chat_weblinks is enabled, specify the color (as 24-bit hexadecimal) of weblinks in chat.
+# type: string
+# chat_weblink_color = 8888FF
+
# If enabled, you can place blocks at the position (feet + eye level) where you stand.
# This is helpful when working with nodeboxes in small areas.
# type: bool