Surrounding Indicators

Released: May 11th, 2020

License

All Rights Reserved with major exceptions

Information

  • View on CurseForge
  • View Changelogs
  • View the Source Code
  • Submit an Issue

  • Download

    Click on CurseForge to view all files.


    Tags

    Misc


    📚 Description

    This is a simple lightweight client-side mod that adds health information from any mob within range in the corner of your screen. It should work with any mobs including ones from other mods. Also, it works on multiplayer and displays other Player health information as well!

    Displays Mob and Player Health Information

    By default on the left side of your screen this mod will display health information of the mobs and players that are visible to you! You can modify how the hud looks in the config. Read the configuration guide down below.

    Team Information

    Health information also displays on the right by default of those who are in your scoreboard team. This is useful for multiplayer games.

    Configuration Guide

    [common]
      #Max amount of health indicators that will be displayed.
      maxIndicatorsDisplayed = 5
      #Max amount of team health indicators that will be displayed.
      maxTeamIndicatorsDisplayed = 7
      #The starting point for the indicator on the x axis.
      indicatorX = 0
      #The starting point for the indicator on the y axis.
      indicatorY = 0
      #Distance the health indicator will detect entities.
      indicatorDistance = 7.0
      #Enables the numerical indicators alongside the mob name.
      enableNumericalIndicator = false
      #The starting point for the team indicator on the x axis. (subtracted from right side)
      teamIndicatorX = 95
      #Determines weather or not only player health indicators should show.
      onlyPlayerIndicators = false
      #Determines weather or not only team health indicators should show.
      enableTeamIndicators = false
      #The starting point for the team indicator on the y axis.
      teamIndicatorY = 0

    🤷 FAQ (Frequently Asked Questions)

    Can I use this in my modpack?

    Yeah, go ahead, just make sure you follow the terms and conditions given to this mod.

    Can I redistribute this mod onto other platforms?

    Yes, but before doing so make sure that all downloads are directly linked to CurseForge and provide credit to all the authors respectively.