{"id":122487,"date":"2026-06-07T07:51:04","date_gmt":"2026-06-07T04:51:04","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/player-locator-plus\/"},"modified":"2026-06-07T07:51:04","modified_gmt":"2026-06-07T04:51:04","slug":"player-locator-plus","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/player-locator-plus\/","title":{"rendered":"Player Locator Plus"},"content":{"rendered":"<p># Player Locator Plus<\/p>\n<p>Track other players&#8217; locations on your experience bar like a compass!<\/p>\n<p><img decoding=\"async\" alt=\"Requires Cloth Config API\" height=\"56\" src=\"https:\/\/cdn.jsdelivr.net\/npm\/@intergrav\/devins-badges@3\/assets\/cozy\/requires\/cloth-config-api_vector.svg\"> <img decoding=\"async\" alt=\"Requires Fabric API\" height=\"56\" src=\"https:\/\/cdn.jsdelivr.net\/npm\/@intergrav\/devins-badges@3\/assets\/cozy\/requires\/fabric-api_vector.svg\"><\/p>\n<p><video src=\"https:\/\/github.com\/timas130\/PlayerLocatorPlus\/raw\/refs\/heads\/main\/screencast1.mp4\" autoplay loop muted><br \/>\n  <img decoding=\"async\" src=\"https:\/\/github.com\/timas130\/PlayerLocatorPlus\/raw\/refs\/heads\/main\/screenshot1.png\" alt=\"The player locator bar\"><br \/>\n<\/video><\/p>\n<p>## Marker colors<\/p>\n<p>By default, each player&#8217;s color is determined randomly by their UUID. There are other options in the config (see below).<\/p>\n<p>## Distance fade<\/p>\n<p>When a player is *very* far away, their marker starts to fade:<\/p>\n<p>![The player locator with one marker slightly faded](https:\/\/github.com\/timas130\/PlayerLocatorPlus\/raw\/refs\/heads\/main\/screenshot2.png)<\/p>\n<p>## Disappearing<\/p>\n<p>There are three ways to hide from the player locator:<br \/>\n1. Crouching<br \/>\n2. Wearing a carved pumpkin<br \/>\n3. Having the invisibility effect<\/p>\n<p>![A player wearing a pumpkin is not shown on the player locator](https:\/\/github.com\/timas130\/PlayerLocatorPlus\/raw\/refs\/heads\/main\/screenshot3.png)<\/p>\n<p>## Configuration<\/p>\n<p>The config is available at `config\/player-locator-plus.toml`.<br \/>\nYou can also access the configuration screen with Mod Menu.<\/p>\n<p>Server parameters:<\/p>\n<p>&#8211; `enabled`: Is the mod enabled server-side at all. Note that the bar will still be visible if `visible` is true. Default: `true`<br \/>\n&#8211; `sendServerConfig`: Whether the server will try to force its config on the client. This will only have effect if the clients have `acceptServerConfig` set to true. Default: `true`<br \/>\n&#8211; `sendDistance`: Whether to send distance information along with the direction information.<br \/>\n  There&#8217;s basically no point in settings this to `false`, as players can still easily<br \/>\n  triangulate the exact location of others even without knowing the distance.<br \/>\n  However, it is harder with this option on, especially if you consider that other players<br \/>\n  move.<br \/>\n  Default: `true`<br \/>\n&#8211; `maxDistance`: The maximum distance at which other players are visible on the compass.<br \/>\n  Default: `0` (unlimited)<br \/>\n&#8211; `directionPrecision`: The amount of segments the direction vector is split into. Decreasing this value significantly will make tracking way more inaccurate but be helpful in preventing triangulation. Default: `300`<br \/>\n&#8211; `ticksBetweenUpdates`: How many ticks apart are the compass updates.<br \/>\n  The less, the smoother the movements of faraway players are.<br \/>\n  Close players (inside the entity render distance) do not depend on this parameter as much.<br \/>\n  Default: `5` (four times per second)<br \/>\n&#8211; `sneakingHides`: Whether sneaking hides players from the locator. Default: `true`<br \/>\n&#8211; `pumpkinHides`: Whether wearing a pumpkin (or any other `gaze_disguise_equipment`) hides<br \/>\n  players from the locator.<br \/>\n  Default: `true`<br \/>\n&#8211; `mobHeadsHide`: Whether wearing a mob\/player head hides players from the locator. The exact list can be edited with a datapack by changing `data\/player-locator-plus\/tags\/item\/hiding_equipment.json` (see default here). Default: `true`<br \/>\n&#8211; `invisibilityHides`: Whether being invisible hides players from the locator. Default: `true`<br \/>\n&#8211; `colorMode`: How to determine the color of the markers. Vanilla waypoints always override this setting. Available modes:<br \/>\n  &#8211; `UUID` (default): Assign a random color based on the UUID of the player.<br \/>\n  &#8211; `TEAM_COLOR`: Use the color of the player&#8217;s team (or white)<br \/>\n  &#8211; `CUSTOM`: Allow every player to assign a color with the `\/plp color` command<br \/>\n  &#8211; `CONSTANT`: Everyone has the same color from the `constantColor` option<br \/>\n&#8211; `constantColor`: Color used when `colorMode` is `CONSTANT`. Default: `0xFFFFFF` (white)<br \/>\n&#8211; `allowVanillaLocatorBar`: Allow sending waypoint to vanilla players without the mod.  Default: `true`<\/p>\n<p>Client parameters:<\/p>\n<p>&#8211; `visible`: Show the player locator. Default: `true`<br \/>\n&#8211; `visibleEmpty`: Show the player locator even there are no players online and no markers in sight. Default: `false`<br \/>\n&#8211; `acceptServerConfig`: Whether to override the client-side config with the server-side one. The server config will also be able set client parameters. Default: `true`<br \/>\n&#8211; `fadeMarkers`: Fade markers of faraway players. Default: `true`<br \/>\n&#8211; `fadeStart`: At what distance the markers start to fade. Default: `100`<br \/>\n&#8211; `fadeEnd`: At what distance the markers stop fading and settle at `fadeEndOpacity`. Default: `1000`<br \/>\n&#8211; `fadeEndOpacity`: The final opacity when\/after `fadeEnd` is reached. Default: `0.3`<br \/>\n&#8211; `showHeight`: Show little arrows above\/below a marker if the height difference is significant.<br \/>\n  Default: `true`<br \/>\n&#8211; `alwaysShowHeads`: Always show player heads, regardless of whether Tab is pressed. Default: `false`<br \/>\n&#8211; `showHeadsOnTab`: Show player heads when Tab is pressed. Default: `true`<br \/>\n&#8211; `showNamesOnTab`: Show player names when Tab is pressed. Default: `true`<br \/>\n&#8211; `showVanillaWaypoints`: Show custom waypoints created by adding the `waypoint_transmit_range` attribute. Default: `true`<\/p>\n<p>## Acknowledgements<\/p>\n<p>Originally introduced in Minecraft: Bedrock Edition Preview<br \/>\nhere,<br \/>\ncovered by Phoenix SC.<\/p>\n<p>## Known issues<\/p>\n<p>&#8211; **Major versions (1.x.x and 2.x.x) are NOT compatible!** At least the major version must match between the server and the client.<\/p>\n<p>## License<\/p>\n<p>Player Locator Plus is licensed under the GNU General Public License Version 3 or later.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Track other players&#8217; locations on your experience bar like a compass! (Replaces\/augments vanilla Locator Bar)<\/p>\n","protected":false},"featured_media":122488,"template":"","meta":{"_minecraft_slug":"player-locator-plus","_minecraft_project_id":"e0Yt2i7Q","_minecraft_author":"sit","_minecraft_license":"GPL-3.0-or-later","_minecraft_downloads":1667136,"_minecraft_follows":165,"_minecraft_client_side":"optional","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"player-locator-plus.zip","_minecraft_size_bytes":76723440,"_minecraft_version_count":79,"_minecraft_updated_at":"2026-05-16T11:14:10.357799Z","_minecraft_date_created":"2025-03-19T21:22:52.162222Z","_minecraft_date_modified":"2026-02-02T14:08:12.298772Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/player-locator-plus","_minecraft_icon_attachment_id":122488,"_minecraft_imported_at":"2026-06-07T04:51:05+00:00","_minecraft_import_hash":"21c1624d73e48e56fa55e0ac188ac8f6","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[97,867,92],"mod_loader":[99],"minecraft_version":[59,36,60,93,94,101,102,62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-122487","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-fabric","mod_category-social","mod_category-utility","mod_loader-fabric","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","minecraft_version-1-20-5","minecraft_version-1-20-6","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Player Locator Plus - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/player-locator-plus\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Player Locator Plus - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Track other players&#039; locations on your experience bar like a compass! (Replaces\/augments vanilla Locator Bar)\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/player-locator-plus\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cdn.jsdelivr.net\/npm\/@intergrav\/devins-badges@3\/assets\/cozy\/requires\/cloth-config-api_vector.svg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/player-locator-plus\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/player-locator-plus\\\/\",\"name\":\"Player Locator Plus - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/player-locator-plus\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/player-locator-plus\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/player-locator-plus-icon-b008157924d966de05c130db88e2fa749f02a54e.png\",\"datePublished\":\"2026-06-07T04:51:04+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/player-locator-plus\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/player-locator-plus\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/player-locator-plus\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/player-locator-plus-icon-b008157924d966de05c130db88e2fa749f02a54e.png\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/player-locator-plus-icon-b008157924d966de05c130db88e2fa749f02a54e.png\",\"width\":256,\"height\":256},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/player-locator-plus\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Player Locator Plus\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Player Locator Plus - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/player-locator-plus\/","og_locale":"en_US","og_type":"article","og_title":"Player Locator Plus - Minecraft","og_description":"Track other players' locations on your experience bar like a compass! (Replaces\/augments vanilla Locator Bar)","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/player-locator-plus\/","og_site_name":"Minecraft","og_image":[{"url":"https:\/\/cdn.jsdelivr.net\/npm\/@intergrav\/devins-badges@3\/assets\/cozy\/requires\/cloth-config-api_vector.svg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/player-locator-plus\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/player-locator-plus\/","name":"Player Locator Plus - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/player-locator-plus\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/player-locator-plus\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/player-locator-plus-icon-b008157924d966de05c130db88e2fa749f02a54e.png","datePublished":"2026-06-07T04:51:04+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/player-locator-plus\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/player-locator-plus\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/player-locator-plus\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/player-locator-plus-icon-b008157924d966de05c130db88e2fa749f02a54e.png","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/player-locator-plus-icon-b008157924d966de05c130db88e2fa749f02a54e.png","width":256,"height":256},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/player-locator-plus\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"Player Locator Plus"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/122487","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/122488"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=122487"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=122487"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=122487"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=122487"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}