Community listing page, reviews here may not be monitored by the author.
GUI Followers
No reviews yet
🐺 [Client] Shows a list in the GUI/HUD of all tamed non-sitting followers around.
Community voices
Reviews
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
Runs entirely on the client. Works on vanilla servers.
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
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.
All available config options:
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.
drawTextShadow default true
If the text displayed should have a shadow drawn below it.
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.
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:

You may freely use this mod in any modpack, as long as the download remains hosted within the CurseForge or Modrinth ecosystem.
Serilum.com contains an overview and more information on all mods available.
Comments are disabled as I'm unable to keep track of them across so many separate mod pages.
For issues, ideas, suggestions or anything else there is the Github repo. Thanks!
Requires the library mod Collective (Fabric) and the Fabric API.
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: ( how do I configure? )
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:

------------------
You may freely use this mod in any modpack, as long as the download remains hosted within the CurseForge ecosystem.
Serilum.com contains an overview and more information on all mods available.
Comments are disabled as I'm unable to keep track of all the separate pages on each mod.
For issues, ideas, suggestions or anything else there is the Github repo. Thanks!
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.
All available config options:
Show Spoiler
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.
drawTextShadow default true
If the text displayed should have a shadow drawn below it.
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.
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:
Show Spoiler

You may freely use this mod in any modpack, as long as the download remains hosted within the CurseForge or Modrinth ecosystem.
Serilum.com contains an overview and more information on all mods available.
For issues, ideas, suggestions or anything else there is the Github repo. Thanks!
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers

