{"id":122756,"date":"2026-06-07T08:15:15","date_gmt":"2026-06-07T05:15:15","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/playerlocater\/"},"modified":"2026-06-07T08:15:15","modified_gmt":"2026-06-07T05:15:15","slug":"playerlocater","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/playerlocater\/","title":{"rendered":"PlayerLocater"},"content":{"rendered":"<p># PlayerLocater<br \/>\nIt&#8217;s a plugin that is developed as a hobby project.<br \/>\nIt offers the functions:<br \/>\n&#8211; Save Waypoints<br \/>\n&#8211; Share waypoint in chat (private, only for you)<br \/>\n&#8211; Share waypoint in chat (Public, visible to members of your selected group)<br \/>\n&#8211; Track the position of players and see the position every 5 seconds in the Bossbar.<\/p>\n<p>The main command is _**\/position**_ or _**\/pos**_<\/p>\n<p>## \ud83d\udc68\u200d\ud83d\udcbbCommands<br \/>\n### Track Command<\/p>\n<p>&#8220;`<br \/>\n\/position track <player>\n&#8220;`<br \/>\n&#8220;`<br \/>\n\/position untrack <player>\n&#8220;`<\/p>\n<p>![A player executes the \/pos track <player> command. A BossBar then appears, showing the position of the player to be tracked. The boss bar updates every 5 seconds. Then the player executes the \/pos untrack <player> command and the boss bar with the position disappears again](https:\/\/i.imgur.com\/Vqg0B9w.gif)<br \/>\n### WayPoint Command<\/p>\n<p>&#8220;`<br \/>\n\/position waypoint save <name><br \/>\n&#8220;`<br \/>\n&#8220;`<br \/>\n\/position waypoint remove <name><br \/>\n&#8220;`<br \/>\n&#8220;`<br \/>\n\/position waypoint get <name><br \/>\n&#8220;`<\/p>\n<p>**Positions are saved in the &#8220;positions.json&#8221; file**<\/p>\n<p>![The player executes the \/pos waypoint save <name> command. After executing the command, a message appears stating that the position has been successfully saved. When the \/pos waypoint remove <name> command is executed, the position is deleted again and another success message appears. The player also executes the \/pos waypoint get <name> command, whereupon the position is shared in the chat](https:\/\/i.imgur.com\/0pFqJkr.gif)<br \/>\n### Position in Tab<br \/>\n![When the player moves, you can see that the current position is always displayed in the tab bar.](https:\/\/i.imgur.com\/m8QMZRj.gif)<\/p>\n<p>### Group Command<br \/>\nGroups are an important issue when playing on the server with several people. They allow you to share positions in groups so that you always have the target in mind!<\/p>\n<p>&#8220;`<br \/>\n\/position group create <name><br \/>\n&#8220;`<br \/>\nTo create a group, use this command!<br \/>\n&#8220;`<br \/>\n\/position group invite <name> <player>\n&#8220;`<br \/>\nTo invite a player, use the **\/position group invite** command. You must use the arguments &#8220;name&#8221; and &#8220;player&#8221; with the corresponding attributes. E.g. \/position group invite group PapaKekse<br \/>\n&#8220;`<br \/>\n\/position group leave <name><br \/>\n&#8220;`<br \/>\nThe command is used to leave a group<\/p>\n<p>&#8220;`<br \/>\n\/position group remove <name><br \/>\n&#8220;`<br \/>\nThe command is used to delete a group<\/p>\n<p>&#8220;`<br \/>\n\/position group accept <player>\n&#8220;`<br \/>\nThis command is used to accept an invitation sent with the invite command<\/p>\n<p>![The player executes the above commands](https:\/\/i.imgur.com\/FZFuQJs.gif)<\/p>\n<p>### Share Command<br \/>\nThe command is used to divide a position in a group. Everyone in the group will then see the position in the chat<br \/>\n&#8220;`<br \/>\n\/position share <name> <group><br \/>\n&#8220;`<br \/>\n![The player executes the share command, sharing the position for all players in the group in the chat](https:\/\/i.imgur.com\/S23UVgH.gif)<br \/>\n![A position in the chat](https:\/\/i.imgur.com\/4OdIzr4.png)<\/p>\n<p>## \ud83c\udf10Languages:<br \/>\nAvailable:<br \/>\n&#8211; English (lang_en)<br \/>\n&#8211; German (lang_de)<\/p>\n<p>**You can change the language in the config.yml File**<\/p>\n<p>After you have changed the language, you can reload the language data with the **\/position reload** command.<br \/>\nWhen you update the plugin, the selected file will automatically update.<\/p>\n<p>> To add your own language, you can create a file in the &#8220;language&#8221; folder of the plugin folder (PlayerLocater) and set the language in the config.yml file to the filename without the &#8220;.json&#8221; extension.<br \/>\n> The first time you start the server with the new language file, the file will automatically have the English translation in it, so you can add your language more easily.<\/p>\n<p>## How to Create a Custom Language File<\/p>\n<p>Follow these steps to create and use your own language file:<\/p>\n<p>### 1. Create a JSON File<br \/>\n&#8211; Make a new file, e.g., `lang_fr.json` (or any name you like).<br \/>\n&#8211; This file will later contain all the texts for your server in your chosen language.<\/p>\n<p>### 2. Select the Language in `config.yml`<br \/>\n&#8211; Open `config.yml` and set the language to the name of your file **without the `.json` extension**.<br \/>\n&#8211; Example:<br \/>\n&#8220;`language: lang_fr&#8220;`<\/p>\n<p>### 3. Start the Server<\/p>\n<p>&#8211; On the first start, the file will automatically be filled with the **default English texts**.<\/p>\n<p>### 4. Edit the Language<\/p>\n<p>&#8211; Open the JSON file and translate the texts into your preferred language.<br \/>\n&#8211; **Important:** Do not change the structure of the JSON file.<\/p>\n<p>### 5. Reload the Language<\/p>\n<p>* Run the following command on your server to apply the changes:<\/p>\n<p>&#8220;`<br \/>\n\/position reload<br \/>\n&#8220;`<\/p>\n<p>## \ud83d\udd11Permissions<br \/>\n### Track Command<\/p>\n<p>\/position **track** <player> &#8211; &#8220;position.track&#8221;<\/p>\n<p>\/position **untrack** <player> &#8211; &#8220;position.untrack&#8221;<\/p>\n<p>### Waypoint Command &#8211; &#8220;position.waypoint&#8221;<\/p>\n<p>\/position **waypoint** save <name> &#8211; &#8220;position.waypoint.save&#8221;<\/p>\n<p>\/position **waypoint** remove <name> &#8211; &#8220;position.waypoint.remove&#8221;<\/p>\n<p>\/position **waypoint** get <name> &#8211; &#8220;position.waypoint.get&#8221;<\/p>\n<p>### Group Command &#8211; &#8220;position.group&#8221;<br \/>\n\/position **group** create <name> &#8211; &#8220;position.group.create&#8221;<\/p>\n<p>\/position **group** invite <name> <player> &#8211; &#8220;position.group.invite&#8221;<\/p>\n<p>\/position **group** leave <name> &#8211; &#8220;position.group.leave&#8221;<\/p>\n<p>\/position **group** remove <name> &#8211; &#8220;position.group.remove&#8221;<\/p>\n<p>\/position **group** accept <player> &#8211; position.group.accept&#8221;<\/p>\n<p>### Share Command<br \/>\n\u26a0\ufe0f Notice: If permission is removed from Group, it is recommended to remove this permission as well<\/p>\n<p>\/position **share** <name> <group> &#8211; &#8220;position.share&#8221;<\/p>\n<p>### \ud83d\udcca Metrics<\/p>\n<p>This plugin uses bStats to collect anonymous usage data.<br \/>\nThese statistics help the developer understand how the plugin is used (e.g., server version, player count) and improve future updates.<\/p>\n<p>&#8211; All data is collected **anonymously**.<br \/>\n&#8211; You can disable metrics at any time by editing the `\/plugins\/bStats\/config.yml`.<\/p>\n<p>Thank you for helping to improve the plugin! \u2764\ufe0f<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This plugin allows you to save positions and track the location of players in real time.<\/p>\n","protected":false},"featured_media":122757,"template":"","meta":{"_minecraft_slug":"playerlocater","_minecraft_project_id":"ITmBxxbf","_minecraft_author":"PapaKekse","_minecraft_license":"MIT","_minecraft_downloads":124,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"playerlocater.zip","_minecraft_size_bytes":3938814,"_minecraft_version_count":7,"_minecraft_updated_at":"2026-05-15T19:10:42.117889Z","_minecraft_date_created":"2025-08-03T20:03:04.888239Z","_minecraft_date_modified":"2025-08-29T14:09:38.646126Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/playerlocater","_minecraft_icon_attachment_id":122757,"_minecraft_imported_at":"2026-06-07T05:15:16+00:00","_minecraft_import_hash":"9efc040d840f3e33ee59456f2efb10f5","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[87,124,89,127,128,129],"mod_loader":[130,132,133,134],"minecraft_version":[38,78,79,80,81],"class_list":["post-122756","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-adventure","mod_category-bukkit","mod_category-game-mechanics","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_loader-bukkit","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","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"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>PlayerLocater - 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\/playerlocater\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"PlayerLocater - Minecraft\" \/>\n<meta property=\"og:description\" content=\"This plugin allows you to save positions and track the location of players in real time.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/playerlocater\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\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\\\/playerlocater\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/playerlocater\\\/\",\"name\":\"PlayerLocater - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/playerlocater\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/playerlocater\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/playerlocater-icon-a4e2081b1a04da202c2cd6a78a6067f26d64c9ee_96.webp\",\"datePublished\":\"2026-06-07T05:15:15+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/playerlocater\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/playerlocater\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/playerlocater\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/playerlocater-icon-a4e2081b1a04da202c2cd6a78a6067f26d64c9ee_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/playerlocater-icon-a4e2081b1a04da202c2cd6a78a6067f26d64c9ee_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/playerlocater\\\/#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\":\"PlayerLocater\"}]},{\"@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":"PlayerLocater - 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\/playerlocater\/","og_locale":"en_US","og_type":"article","og_title":"PlayerLocater - Minecraft","og_description":"This plugin allows you to save positions and track the location of players in real time.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/playerlocater\/","og_site_name":"Minecraft","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\/playerlocater\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/playerlocater\/","name":"PlayerLocater - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/playerlocater\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/playerlocater\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/playerlocater-icon-a4e2081b1a04da202c2cd6a78a6067f26d64c9ee_96.webp","datePublished":"2026-06-07T05:15:15+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/playerlocater\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/playerlocater\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/playerlocater\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/playerlocater-icon-a4e2081b1a04da202c2cd6a78a6067f26d64c9ee_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/playerlocater-icon-a4e2081b1a04da202c2cd6a78a6067f26d64c9ee_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/playerlocater\/#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":"PlayerLocater"}]},{"@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\/122756","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\/122757"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=122756"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=122756"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=122756"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=122756"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}