Display coordinates and time to the player's action bar. All the functionality of Coordinates HUD and more!
Compatible with MC 1.8+. Compiled using Spigot 1.9.4 and JDK11.
Features
Display your current coordinates.
Display the current tick, current time (ticks/HH:mm) or the current villager schedule (1.14+).
Automatically switch to dark mode in brighter biomes such as deserts and snow biomes.
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 older, refer to these instructions.
Per player (infohud.use):/infohud <enable|disable>
: Enable/Disable InfoHUD for yourself./infohud coordinates <disabled|enabled>
: Enable/Disable showing coordinates./infohud time <disabled|currentTick|clock12|clock24|villagerSchedule>
: Time display format./infohud darkMode <disabled|enabled|auto>
: Dark mode settings.
Global (infohud.admin):/infohud messageUpdateDelay
: Change how quickly (ticks) the text is being refreshed./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 player to enable/disable InfoHUD and change their own settings.infohud.admin
Allows player to change global settings.
Note
Since v1.5, player settings are saved in players.yml rather than config.yml. Older config.yml files containing player settings should be automatically updated.
config.yml and players.yml
See here.
See also
This plugin is inspired by the excellent CoordinatesHUD datapack. Find it at https://vanillatweaks.net/picker/datapacks/.