You no longer have to press F3 and search for coordinates where you are. This simple plugin will show you your real time coordinates + your direction + in game time directly in the action bar. This plugin is great for surival servers.
Display of coordinates is fully customizable
Code (YAML):
# How often to update coordinates in ticks 20 ticks = 1 second # For faster updating, change to lower number updateInterval: 20
# Message shown in action bar # {x} - X coordinates # {y} - Y coordinates # {z} - Z coordinates # {direction} - Cardinal direction (N, S, E, W) # {time} - In game time coordinatesText: '&6XYZ
: {x
}{y
}{z
}{direction
}{time
}'
Text is fully customizable Edit the text as you wish or choose any color you want using Minecraft color code.