]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - minetest.conf.example
Add a server-sided way to remove color codes from incoming chat messages (#5948)
[dragonfireclient.git] / minetest.conf.example
index 1d37ab4937cdff3a8ac26ca984a15b83deedc60a..2487dad3449bf2bf58a510e65df34d52f3295e03 100644 (file)
@@ -79,7 +79,7 @@
 #    type: bool
 # random_input = false
 
-#    Continuous forward movement (only used for testing).
+#    Continuous forward movement, toggled by autoforward key.
 #    type: bool
 # continuous_forward = false
 
 #    type: key
 # keymap_decrease_volume =
 
-#    Key for toggling autorun.
+#    Key for toggling autoforward.
 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
 #    type: key
-# keymap_autorun =
+# keymap_autoforward =
 
 #    Key for toggling cinematic mode.
 #    See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
 # serverlist_file = favoriteservers.txt
 
 #    Maximum size of the out chat queue. 0 to disable queueing and -1 to make the queue size unlimited
-#    type: int min: -1
-max_out_chat_queue_size = 20
+#    type: int
+max_out_chat_queue_size = 20
 
 ## Graphics
 
@@ -549,13 +549,13 @@ max_out_chat_queue_size = 20
 
 #    Width component of the initial window size.
 #    type: int
-# screenW = 800
+# screen_w = 800
 
 #    Height component of the initial window size.
 #    type: int
-# screenH = 600
+# screen_h = 600
 
-#    Save the window size automatically when modified.
+#    Save window size automatically when modified.
 #    type: bool
 # autosave_screensize = true
 
@@ -867,11 +867,10 @@ max_out_chat_queue_size = 20
 #    type: string
 # serverlist_url = servers.minetest.net
 
-#    Disable escape sequences, e.g. chat coloring.
-#    Use this if you want to run a server with pre-0.4.14 clients and you want to disable
-#    the escape sequences generated by mods.
+#    Remove color codes from incoming chat messages
+#    Use this to stop players from being able to use color in their messages
 #    type: bool
-# disable_escape_sequences = false
+# strip_color_codes = false
 
 ## Network
 
@@ -1078,9 +1077,6 @@ max_out_chat_queue_size = 20
 #    type: float
 # movement_speed_jump = 6.5
 
-#    type: float
-# movement_speed_descend = 6
-
 #    type: float
 # movement_liquid_fluidity = 1
 
@@ -1844,3 +1840,4 @@ max_out_chat_queue_size = 20
 #    Print the engine's profiling data in regular intervals (in seconds). 0 = disable. Useful for developers.
 #    type: int
 # profiler_print_interval = 0
+