Display COORDS on your HUD WITHOUT F3/DEBUG in Minecraft JAVA using Command Blocks
Hi everyone! Today I'm going to show you a way you can display your Minecraft coordinates on your screen or HUD without using the F3/Debug menu. This is similar to bedrocks "position" display but on Java!
Commands:
Set up Scoreboard objectives:
scoreboard objectives add X dummy
scoreboard objectives add Y dummy
scoreboard objectives add Z dummy
Option 1 - Always On
execute as @a run execute store result score @s X run data get entity @s Pos[0]
execute as @a run execute store result score @s Y run data get entity @s Pos[1]
execute as @a run execute store result score @s Z run data get entity @s Pos[2]
execute as @a run title @s actionbar ["",{"text":"X: "},{"score":{"name":"@s","objective":"X"}},{"text":" Y: "},{"score":{"name":"@s","objective":"Y"}},{"text":" Z: "},{"score":{"name":"@s","objective":"Z"}}]
Option 2 - Item in Hand
execute as @a run execute if entity @s[nbt={SelectedItem:{id:"minecraft:compass"}}]
execute as @a run execute store result score @s X run data get entity @s Pos[0]
execute as @a run execute store result score @s Y run data get entity @s Pos[1]
execute as @a run execute store result score @s Z run data get entity @s Pos[2]
execute as @a run title @s[nbt={SelectedItem:{id:"minecraft:compass"}}] actionbar ["",{"text":"X: "},{"score":{"name":"@s","objective":"X"},"bold":true,"color":"dark_blue"},{"text":" Y: "},{"score":{"name":"@s","objective":"Y"},"bold":true,"color":"gold"},{"text":" Z: "},{"score":{"name":"@s","objective":"Z"},"bold":true,"color":"dark_green"},{"text":" "}]
Minecraft Title Generator: https://minecraft.tools/en/title.php
Music:
Track: "last call", dubu
Music provided by https://Slip.stream
Free Download/Stream: https://get.slip.stream/fdQ65Y
Track: "anjoo", dubu
Music provided by https://Slip.stream
Free Download/Stream: https://get.slip.stream/IC21YT
Track: "My Regret"
Music provided by https://Slip.stream
Free Download/Stream: https://get.slip.stream/CqWsJn
Track: "Chills", Ponder
Music provided by https://Slip.stream
Free Download/Stream: https://get.slip.stream/UO9DpD
Listen on Spotify: https://go-stream.link/sp-ponder
Other Videos By DBKMinecraft
Other Statistics
Minecraft Statistics For DBKMinecraft
At this time, DBKMinecraft has 463,896 views for Minecraft spread across 693 videos. This game accounts for over 43 days of watchable video on his channel, or 93.19% of the total watchable video for Minecraft on DBKMinecraft's YouTube channel.