InfoHUD icon

InfoHUD -----

Coordinates HUD inspired plugin.



thumbnailRect.png
Display coordinates and time to the player's action bar. All the functionality of Coordinates HUD and more!

Version 1.5.1.

Compatible for Minecraft 1.8+.

Features
Display your current coordinates.
[​IMG]
Display the current time in different formats.
[​IMG]
Automatically switch to dark mode in brighter biomes such as deserts and snow biomes.
[​IMG]
Nearly every settings can be adjusted (See config.yml).

Installation
Drag the InfoHUD-XX.jar file in your plugins folder. The plugin should work for all versions 1.8+.

Commands
If you are using InfoHUD 1.2 or lower, refer to these instructions.
Per player (infohud.use)
/infohud <enable|disable> : Enable/Disable InfoHUD for yourself.
/infohud coordinates <disabled|enabled> : Enable/Disable showing your coordinates.
/infohud time <disabled|currentTick|clock12|clock24|villagerSchedule> : Time display format.
/infohud darkMode <disabled|enabled|auto> : Dark mode settings.

Global (infohud.admin)
/infohud messageUpdateDelay <number>`: Change how quickly (ticks) the text is being updated.
/infohud reload : Reload settings (Reloads config.yml).
/infohud benchmark: Display how long InfoHUD took to process the last update.
/infohud brightBiomes <add|remove> <here|BIOME_NAME> : Add/Remove biomes where dark mode turns on automatically.

Permissions
infohud.use
Allows players to enable/disable InfoHUD and change their own settings.
infohud.admin Allows players to change global settings.

Notes
From 1.5 onward, player settings are saved in players.yml instead of config.yml. Existing config.yml should be automatically upgraded to the new format.

config.yml
Code (YAML):

infohudVersion
: '1.X'
# Ticks between each update. Performance cost is tiny, so you are unlikely to run into any
# performance issues even if it is set to 1. Values above 20 can lead to the message fading.
messageUpdateDelay
: <number> {Default:5 }
# Lower to reduce the delay between entering a bright biome and InfoHUD changing colors.
# Very heavy performance impact since MC 1.13. Recommend above 20.
biomeUpdateDelay
: <number> {Default:40 }
# Colors used by the bright and dark modes respectively (UPPERCASE). https://minecraft.gamepedia.com/Formatting_codes
colors
:
  bright1
: GOLD
  bright2
: WHITE
  dark1
: DARK_AQUA
  dark2
: AQUA
# Biomes where dark mode will turn on automatically.
# Find by using https://minecraft.gamepedia.com/Biome#Biome_IDs, the F3 menu or use /infohud biome add
# Must be in UPPERCASE. E.g. DEEP_FROZEN_OCEAN
# Only biomes in this list that are recognised by the current MC version will be loaded. Biomes from older/newer versions
# will not be loaded, but remain in the file.
brightBiomes
:
- DESERT
- BIOME_NAME
- ...
 
players.yml
Code (YAML):

infohudVersion
: '1.X'
# Settings on a per-player basis. https://namemc.com/ to get UUIDs.
playerConfig
:
  7445052d-632b-4aa1-8da8-44be2053bd5b
:
    coordinatesMode
: <enabled | disabled>
    timeMode
: <disabled | currentTick | clock12 | clock24 | villagerSchedule>
    darkMode
: <disabled | enabled | auto>
  Another-UUID
:
    coordinatesMode
: enabled
    timeMode
: clock12
    darkMode
: auto
...
 
Resource Information
Author:
----------
Total Downloads: 2,258
First Release: Sep 13, 2020
Last Update: Oct 27, 2024
Category: ---------------
All-Time Rating:
2 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings