From ef2c657ecc0d8471fdea7e6fe187bb7c08dff3e5 Mon Sep 17 00:00:00 2001 From: Mike Primm Date: Tue, 24 Jan 2012 14:35:11 +0800 Subject: [PATCH] Add option to show player whole body icon (showplayerbody: true) --- src/main/resources/configuration.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/configuration.txt b/src/main/resources/configuration.txt index 7aa33d00..7fb03144 100644 --- a/src/main/resources/configuration.txt +++ b/src/main/resources/configuration.txt @@ -106,6 +106,8 @@ components: type: playermarkers showplayerfaces: true showplayerhealth: true + # If true, show player body too (only valid if showplayerfaces=true + showplayerbody: false # Option to make player faces small - don't use with showplayerhealth smallplayerfaces: false # Optional - make player faces layer hidden by default