From f43a1fa82d723e1bc5c85df106211770b033d4cb Mon Sep 17 00:00:00 2001 From: libraryaddict Date: Sat, 6 Apr 2019 08:43:51 +1300 Subject: [PATCH] Updated bounding boxes description --- src/main/resources/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 152d45e0..967dc123 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -133,6 +133,7 @@ NameAboveHeadAlwaysVisible: true # This modifies the bounding box, This is stuff like can a arrow hit them. # If you turn this to true, arrows will act like they hit the disguise in the right place! +# Clients will not see any difference in the hitboxes they are attacking, this is a server-sided calculation! # So someone disguised as a enderdragon will easily get shot down by arrows! # This WILL conflict with NoCheatPlus. Other plugins may also get problems. # This shouldn't really be enabled for players as it also interferes with their movement because the server thinks @@ -241,4 +242,4 @@ PacketsEnabled: # Added to support a Chinese Minecraft Server which uses their own skin server unless the UUID is not version 4. # Changing this from 4 to say, 3. Means their server will fetch skins from Mojang instead. -UUIDVersion: 4 \ No newline at end of file +UUIDVersion: 4