Add text_enabled setting

This commit is contained in:
Anna Puddles
2023-01-13 22:44:53 -05:00
committed by GitHub
parent c3c71164d1
commit 80e0d57b09

3
config
View File

@@ -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>