Home›Java›Mods›Coordinates | [Display Coords and Other Info in Action Bar or Boss Bar] [Lightweight]
ModsJava
Coordinates | [Display Coords and Other Info in Action Bar or Boss Bar] [Lightweight]
Coordinates
Now supports PlaceholderAPI!
What this plugin does: This plugin will display the coord's of the player as long as the player has the coords toggled. To toggle the coords the player must do /coords. Coords will be displayed above the hotbar, not in chat.
Now supports PlaceholderAPI!
Action Bar:
Boss Bar:
What Servers is this good for: I would recommend this plugin being used on Survival, Towny, Factions, or anything that is open world!
Available placeholders in the config:
Spoiler: Placeholders
%X% |
Will display player's X coord.
%Y% | Will display player's Y coord.
%Z% | Will display player's Z coord.
%YAW% | The degree the player's head is when moved left or right. (360° angle).
%PITCH% | The degree the player's head is when moved up and down (180°).
%FACING% | This will show the way you are facing, first letter is upper case (North, South, East, West).
%FACING_ABBREVIATION% | This will show an Abbreviated way to showing the way you are facing. (N, S, E, W)
%UPPER_CASE_FACING% | This will display the direction the player is facing in upper case. (NORTH, SOUTH, EAST, WEST).
%LOWER_CASE_FACING% | This will display the direction the player is facing in lower case. (north, south, east, west).
%FACING_XZ% | Displays positive and negative facing direction (+X, -X, +Z, -Z)
%BIOME% | This will show the current biome. First letter in each word is upper case (Forest, Dark Oak Forest).
%UPPER_CASE_BIOME% | This will show the players current biome in upper case.
%LOWER_CASE_BIOME% | This will show the players current biome in lower case.
%12_WORLD_TIME% | Shows the time of the world (10:15AM, 3:30PM, ect).
%24_WORLD_TIME% | Displays the world time in Military Time (24 hour time).
%SLIME_CHUNK% | Tells you if you are in a Slime Chunk (True, False).
%UPPER_CASE_SLIME_CHUNK% | Tells you if you are in a Slime Chunk (TRUE, FALSE).
%LOWER_CASE_SLIME_CHUNK% | Tells you if you are in a Slime Chunk (true, false).
%ITEM_DURA% | Displays the durability of the item you are currently holding in the main hand.
- %TARGET_BLOCK% | Displays the block you are looking at (Change the distance you are able to see the block in the config).
- %UPPER_CASE_TARGET_BLOCK% | Same as %TARGET_BLOCK%, but in upper case.
- %LOWER_CASE_TARGET_BLOCK% | Same as %TARGET_BLOCK%, but in lower case.
- %TARGET_X% | Get the X Coordinate of the block you are looking at (Change the distance you are able to see the block in the config).
- %TARGET_Y% | Get the Y Coordinate of the block you are looking at (Change the distance you are able to see the block in the config).
- %TARGET_Z% | Get the Z Coordinate of the block you are looking at (Change the distance you are able to see the block in the config).
%Y% | Will display player's Y coord.
%Z% | Will display player's Z coord.
%YAW% | The degree the player's head is when moved left or right. (360° angle).
%PITCH% | The degree the player's head is when moved up and down (180°).
%FACING% | This will show the way you are facing, first letter is upper case (North, South, East, West).
%FACING_ABBREVIATION% | This will show an Abbreviated way to showing the way you are facing. (N, S, E, W)
%UPPER_CASE_FACING% | This will display the direction the player is facing in upper case. (NORTH, SOUTH, EAST, WEST).
%LOWER_CASE_FACING% | This will display the direction the player is facing in lower case. (north, south, east, west).
%FACING_XZ% | Displays positive and negative facing direction (+X, -X, +Z, -Z)
%BIOME% | This will show the current biome. First letter in each word is upper case (Forest, Dark Oak Forest).
%UPPER_CASE_BIOME% | This will show the players current biome in upper case.
%LOWER_CASE_BIOME% | This will show the players current biome in lower case.
%12_WORLD_TIME% | Shows the time of the world (10:15AM, 3:30PM, ect).
%24_WORLD_TIME% | Displays the world time in Military Time (24 hour time).
%SLIME_CHUNK% | Tells you if you are in a Slime Chunk (True, False).
%UPPER_CASE_SLIME_CHUNK% | Tells you if you are in a Slime Chunk (TRUE, FALSE).
%LOWER_CASE_SLIME_CHUNK% | Tells you if you are in a Slime Chunk (true, false).
%ITEM_DURA% | Displays the durability of the item you are currently holding in the main hand.
- %TARGET_BLOCK% | Displays the block you are looking at (Change the distance you are able to see the block in the config).
- %UPPER_CASE_TARGET_BLOCK% | Same as %TARGET_BLOCK%, but in upper case.
- %LOWER_CASE_TARGET_BLOCK% | Same as %TARGET_BLOCK%, but in lower case.
- %TARGET_X% | Get the X Coordinate of the block you are looking at (Change the distance you are able to see the block in the config).
- %TARGET_Y% | Get the Y Coordinate of the block you are looking at (Change the distance you are able to see the block in the config).
- %TARGET_Z% | Get the Z Coordinate of the block you are looking at (Change the distance you are able to see the block in the config).
Commands:
- /coords (toggle) - Turns coords on / off.
- /coords reload - Reloads the config file.
- /coords author - Displays author of the plugin.
Permissions:
coords.use - able to use /coords
coords.reload - able to reload the config file. (use this instead of reloading or restarting server).
Config File:
NOTE: Chat Messages can be multiple lines. (Enabled Message, Disabled Message, No Permission)
Code (YAML):
[/COLOR
]
[/COLOR
]
[/COLOR
]
# Coordinates
# Version: 2.10
# Made by: johntheskeleton | Plugin_Developer
# If set to true, players will have coords enabled when they join the server. (Does not need the coords.use permission).
Enable On Join : false
# Set these true to where you want the information to be displayed!
ActionBar : true
BossBar : false
# If set to true, the ActionBar will fade away when not moving. If set to false, the ActionBar will stay visible.
ActionBar Fade : true
# Change the color of the BossBar.
# Avalible Colors: BLUE, GREEN, PINK, PURPLE, WHITE, YELLOW, RED.
BossBarColor : 'WHITE'
# Type in your World Name to sync the world time (This can be found by looking at the folder name of your world!).
# Set World Time to 'PlayerTime' if you want the time to be where the player is located!
World Time : 'world'
# Blocks away the target placefiles will detect
Target Distance : 5
# Messages when they execute the command "/coords"
Enabled Message :
- '&r'
- '&aYou have &2&nenabled&r &athe coords!'
- '&r'
Disabled Message :
- '&r'
- '&cYou have &4&ndisabled&r &cthe coords!'
- '&r'
No Permission :
- '&cYou do not have permission!'
# This is the message that will appear above the hotbar and/or bossbar.
# NOTE: These will have to be set to true in order to see them.
# Avaliable place holders: %X%, %Y%, %Z%, %UPPER_CASE_FACING%, %LOWER_CASE_FACING%, %FACING%, %FACING_ABBREVIATION%, %FACING_XZ%, %YAW%, %PITCH%, %BIOME% %UPPER_CASE_BIOME%, %LOWER_CASE_BIOME%, %12_WORLD_TIME%, %24_WORLD_TIME% %SLIME_CHUNK%, %UPPER_CASE_SLIME_CHUNK%, %LOWER_CASE_SLIME_CHUNK%, %ITEM_DURA%, %TARGET_BLOCK%, %UPPER_CASE_TARGET_BLOCK%, %LOWER_CASE_TARGET_BLOCK%, %TARGET_X%, %TARGET_Y%, %TARGET_Z%
BossBar Format : '&3X&7 : %X% &3Y&7: %Y% &3Z&7: %Z% &3Facing&7: %UPPER_CASE_FACING%'
ActionBar Format : '&3X&7 : %X% &3Y&7: %Y% &3Z&7: %Z% &3Facing&7: %UPPER_CASE_FACING%'
[COLOR=rgb (0, 0, 0 ) ]
# Coordinates
# Version: 2.10
# Made by: johntheskeleton | Plugin_Developer
# If set to true, players will have coords enabled when they join the server. (Does not need the coords.use permission).
Enable On Join : false
# Set these true to where you want the information to be displayed!
ActionBar : true
BossBar : false
# If set to true, the ActionBar will fade away when not moving. If set to false, the ActionBar will stay visible.
ActionBar Fade : true
# Change the color of the BossBar.
# Avalible Colors: BLUE, GREEN, PINK, PURPLE, WHITE, YELLOW, RED.
BossBarColor : 'WHITE'
# Type in your World Name to sync the world time (This can be found by looking at the folder name of your world!).
# Set World Time to 'PlayerTime' if you want the time to be where the player is located!
World Time : 'world'
# Blocks away the target placefiles will detect
Target Distance : 5
# Messages when they execute the command "/coords"
Enabled Message :
- '&r'
- '&aYou have &2&nenabled&r &athe coords!'
- '&r'
Disabled Message :
- '&r'
- '&cYou have &4&ndisabled&r &cthe coords!'
- '&r'
No Permission :
- '&cYou do not have permission!'
# This is the message that will appear above the hotbar and/or bossbar.
# NOTE: These will have to be set to true in order to see them.
# Avaliable place holders: %X%, %Y%, %Z%, %UPPER_CASE_FACING%, %LOWER_CASE_FACING%, %FACING%, %FACING_ABBREVIATION%, %FACING_XZ%, %YAW%, %PITCH%, %BIOME% %UPPER_CASE_BIOME%, %LOWER_CASE_BIOME%, %12_WORLD_TIME%, %24_WORLD_TIME% %SLIME_CHUNK%, %UPPER_CASE_SLIME_CHUNK%, %LOWER_CASE_SLIME_CHUNK%, %ITEM_DURA%, %TARGET_BLOCK%, %UPPER_CASE_TARGET_BLOCK%, %LOWER_CASE_TARGET_BLOCK%, %TARGET_X%, %TARGET_Y%, %TARGET_Z%
BossBar Format : '&3X&7 : %X% &3Y&7: %Y% &3Z&7: %Z% &3Facing&7: %UPPER_CASE_FACING%'
ActionBar Format : '&3X&7 : %X% &3Y&7: %Y% &3Z&7: %Z% &3Facing&7: %UPPER_CASE_FACING%'
[COLOR=rgb (0, 0, 0 ) ]
Current Bugs:
No known bugs!
Other Notes:
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.13, 1.14, 1.15
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Spigot — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Coordinates | [Display Coords and Other Info in Action Bar or Boss Bar] [Lightweight] is a free Minecraft Java mod. Compatible with Minecraft 1.13, 1.14, 1.15, 1.16. Downloaded 25,631 times (via Spigot). Download it and open it directly in the game.