From 01cb0199c9e4acedc1014cb0986a7f8bcf066074 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Tue, 24 Feb 2015 07:18:55 +0100 Subject: [PATCH] Example config --- hbarmor.conf.example | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 hbarmor.conf.example diff --git a/hbarmor.conf.example b/hbarmor.conf.example new file mode 100644 index 0000000..633a5d3 --- /dev/null +++ b/hbarmor.conf.example @@ -0,0 +1,9 @@ +-- If true, automatically hides the armor when the player wears no armor. +-- Otherwise, the armor bar shows “0%”. + +--hbarmor.autohide = true + +-- Time difference in seconds between updates to the HUD armor bar. +-- Increase this number for slow servers. + +-- hbarmor.tick = 0.1