Minecraft GUI Followers mod 2026 download
logo
minecraft mod GUI Followers

GUI Followers

Game Version: 1.17.1
Total Downloads: 24,545
Updated: Jul 27, 2021
Created: Oct 2, 2020
Download GUI FollowersDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
guifollowers_1.17.1-1.5.jar release 13.21 KB Jul 27, 2021 1.17.1 0 download GUI Followers guifollowers_1.17.1-1.5.jar releaseDownload
guifollowers_1.16.5-1.5.jar release 13.16 KB Jul 7, 2021 1.16.5 176 download GUI Followers guifollowers_1.16.5-1.5.jar releaseDownload
guifollowers_1.16.5-1.4.jar release 13.16 KB Feb 27, 2021 1.16.5 8,557 download GUI Followers guifollowers_1.16.5-1.4.jar releaseDownload
guifollowers_1.15.2-1.4.jar release 13.05 KB Feb 27, 2021 1.15.2 33 download GUI Followers guifollowers_1.15.2-1.4.jar releaseDownload
guifollowers_1.14.4-1.4.jar release 13.04 KB Feb 27, 2021 1.14.4 20 download GUI Followers guifollowers_1.14.4-1.4.jar releaseDownload
guifollowers_1.12.2-1.4.jar release 11.64 KB Feb 27, 2021 1.12.2 173 download GUI Followers guifollowers_1.12.2-1.4.jar releaseDownload
guifollowers_1.16.5-1.3.jar release 13.06 KB Feb 26, 2021 1.16.5 65 download GUI Followers guifollowers_1.16.5-1.3.jar releaseDownload
guifollowers_1.15.2-1.3.jar release 12.96 KB Feb 26, 2021 1.15.2 11 download GUI Followers guifollowers_1.15.2-1.3.jar releaseDownload
guifollowers_1.14.4-1.3.jar release 12.95 KB Feb 26, 2021 1.14.4 6 download GUI Followers guifollowers_1.14.4-1.3.jar releaseDownload
guifollowers_1.12.2-1.3.jar release 11.58 KB Feb 26, 2021 1.12.2 23 download GUI Followers guifollowers_1.12.2-1.3.jar releaseDownload
guifollowers_1.16.5-1.2.jar release 12.75 KB Feb 4, 2021 1.16.5 6,817 download GUI Followers guifollowers_1.16.5-1.2.jar releaseDownload
guifollowers_1.15.2-1.2.jar release 12.64 KB Feb 4, 2021 1.15.2 15 download GUI Followers guifollowers_1.15.2-1.2.jar releaseDownload
guifollowers_1.14.4-1.2.jar release 12.62 KB Feb 4, 2021 1.14.4 9 download GUI Followers guifollowers_1.14.4-1.2.jar releaseDownload
guifollowers_1.12.2-1.2.jar release 11.27 KB Feb 4, 2021 1.12.2 40 download GUI Followers guifollowers_1.12.2-1.2.jar releaseDownload
guifollowers_1.16.5-1.1.jar release 12.75 KB Jan 26, 2021 1.16.5 1,211 download GUI Followers guifollowers_1.16.5-1.1.jar releaseDownload
guifollowers_1.15.2-1.1.jar release 12.64 KB Jan 26, 2021 1.15.2 10 download GUI Followers guifollowers_1.15.2-1.1.jar releaseDownload
guifollowers_1.14.4-1.1.jar release 12.62 KB Jan 26, 2021 1.14.4 12 download GUI Followers guifollowers_1.14.4-1.1.jar releaseDownload
guifollowers_1.16.5-1.0.jar release 12.85 KB Jan 25, 2021 1.16.5 107 download GUI Followers guifollowers_1.16.5-1.0.jar releaseDownload
guifollowers_1.16.4-1.0.jar release 12.85 KB Nov 4, 2020 1.16.4 5,566 download GUI Followers guifollowers_1.16.4-1.0.jar releaseDownload
guifollowers_1.16.3-1.0.jar release 12.85 KB Oct 3, 2020 1.16.3 1,658 download GUI Followers guifollowers_1.16.3-1.0.jar releaseDownload
guifollowers_1.15.2-1.0.jar release 12.74 KB Oct 2, 2020 1.15.2 96 download GUI Followers guifollowers_1.15.2-1.0.jar releaseDownload
guifollowers_1.14.4-1.0.jar release 12.72 KB Oct 2, 2020 1.14.4 17 download GUI Followers guifollowers_1.14.4-1.0.jar releaseDownload

Description

Share this:

a1

Requires the library mod Collective.

     This mod is part of The Vanilla Experience.
GUI Followers is a client-side mod which shows a list of all tamed non-sitting following mobs around the player. By default it also shows the health of the follower as a percentage, and how many blocks it is away from the player. Fully configurable! You'll never accidentally leave your wolf buddy behind.

Configurable:
followerListHeaderFormat (default = "Followers:"): The header text above the follower list.

showFollowerHealth (default = true): If enabled, shows the follower's health in the GUI list.
followerHealthFormat (default = ": <health>%"): The format of the health string in the GUI. <health> will be replaced by the percentage of total health.
showFollowerDistance (default = true): If enabled, shows the follower's distance in blocks to the player in the GUI list.
followerDistanceFormat (default = " (<distance> blocks): The format of the distance string in the GUI. <distance> will be replaced by distance in blocks.

distanceToCheckForFollowersAround (default = 50, min -1, max 300): The distance in blocks around the player where the mod checks for tamed, non-sitting followers to add to the list. A value of -1 disables this feature.
timeBetweenChecksInSeconds (default = 2, min 0, max 3600): The time in seconds in between checking for tamed, non-sitting followers around the player.

followerListPositionIsLeft (default = true): Places the follower list on the left.
followerListPositionIsCenter (default = false): Places the follower list in the middle.
followerListPositionIsRight (default = false): Places the follower list on the right.

followerListHeightOffset (default = 20, min 0, max 3000): The vertical offset (y coord) for the follower list. This determines how far down the list should be on the screen. Can be changed to prevent GUIs from overlapping.

RGB_R (default = 255, min 0, max 255): The red RGB value for the text.
RGB_G (default = 255, min 0, max 255): The green RGB value for the text.
RGB_B (default = 255, min 0, max 255): The blue RGB value for the text.

Images:
The wolf named buddy shown in the GUI:

The wolf buddy is currently at 85% health. I did feel a little bad about testing this.

Sitting entities will not be added to the follower list.

Long distances are supported.

And last but not least, a GIF showing the feature:

b1
c1c2c3

Comments

Add a comment