Occlusion: Check for light_propagates and do mapblock bounds checks
[oweals/minetest.git] / minetest.conf.example
index fe9d0e7f9ca0d93ccd174acd53e440aa0e23cd71..fc02e70cf9e2e5a222e87c42a55368c4662005eb 100644 (file)
 #    type: bool
 # enable_rollback_recording = false
 
+#    Format of player chat messages. The following strings are valid placeholders:
+#    @name, @message, @timestamp (optional)
+#    type: string
+chat_message_format = <@name> @message
+
 #    A message to be displayed to all clients when the server shuts down.
 #    type: string
 # kick_msg_shutdown = Server shutting down.