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.
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:
%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).
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