From 80e0d57b094b41b156a5c910b9308c7f26f5f509 Mon Sep 17 00:00:00 2001 From: Anna Puddles <113144806+annapuddles@users.noreply.github.com> Date: Fri, 13 Jan 2023 22:44:53 -0500 Subject: [PATCH] Add text_enabled setting --- config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config b/config index c48fc7b..5607a86 100644 --- a/config +++ b/config @@ -16,6 +16,9 @@ status_update_interval = 1 # Whether to automatically start the server, or wait for another script to start it. auto_start = 1 +# Whether any hover text will be displayed +text_enabled = 1 + # The colour of any hover text text_color = <1, 1, 1>