InfoHUD
Display coordinates and time to the player's action bar. All the functionality of Coordinates HUD and more!
Compatible with MC 1.8+. Compiled against Spigot 1.9.4 and JDK11.
Note: does not work with Bukkit 1.20.1+. Please use Spigot, Paper, etc. for newer versions.
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/.
This plugin is cool, especially when I'm playing thru Geyser or for whatever reason not running the usual client side mods.
One thing that would help me a lot:
Instead of (or in addition to) having /infohud enable and disable, have /infohud toggle
This would help with command blocks and chest commands and stuff.
Great plugin!
Is there a way to make this enabled by default instead of having users type /infohud enable?