{"id":45896,"date":"2026-06-02T10:29:15","date_gmt":"2026-06-02T07:29:15","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/coordinator-plugin\/"},"modified":"2026-06-02T10:29:15","modified_gmt":"2026-06-02T07:29:15","slug":"coordinator-plugin","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/coordinator-plugin\/","title":{"rendered":"Coordinator"},"content":{"rendered":"<p># Coordinator<\/p>\n<p>**Coordinator** is a Minecraft plugin that helps players navigate to custom waypoints with ease.<\/p>\n<p>## Features<\/p>\n<p>&#8211; Set, list, and remove waypoints<br \/>\n&#8211; Navigate to waypoints using in-game commands<br \/>\n&#8211; Action bar directions<br \/>\n&#8211; Permissions support<\/p>\n<p>## Commands<\/p>\n<p>| Command                | Description                      |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `\/coords`              | Open menu with waypoints  |<br \/>\n| `\/coords list`       | List of all waypoints          |<br \/>\n| `\/coords help`       | Help command             |<br \/>\n| `\/coords start <name>`   | Start navigation to a waypoint |<br \/>\n| `\/coords end`         | Stop navigation     |<\/p>\n<p>## Admin Commands<br \/>\n| Command                | Description                      |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `\/coords <name> <page> <slot> <icon>`     | Create a waypoint |<br \/>\n| `\/coords set <name> <setting> <value>`    | Change the waypoint settings |<br \/>\n| `\/coords delete <name>`                   | Delete a waypoint |<br \/>\n| `\/coords tp <name>`                       | Teleport to the specified waypoint |<br \/>\n| `\/coords reload`                          | Reload plugin configuration |<\/p>\n<p>## Permissions<\/p>\n<p>| Permission                | Description                  |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|<br \/>\n| `coordinator.use`         | Use basic waypoint commands  |<br \/>\n| `coordinator.admin`       | Manage all waypoints         |<\/p>\n<p>## Installation<\/p>\n<p>1. Download the plugin JAR.<br \/>\n2. Place it in your server&#8217;s `plugins` folder.<br \/>\n3. Restart your server.<\/p>\n<p>## Configuration<\/p>\n<p>Edit the `config.yml` to customize plugin behavior.<\/p>\n<p>Examples:<\/p>\n<details>\n<summary>Show example <code>config.yml<\/code><\/summary>\n<p>&#8220;`yml<br \/>\n# Configuration<br \/>\nrows-per-page: 3<br \/>\nwaypoint-destination-radius: 10<br \/>\nwaypoints:<br \/>\n    test:<br \/>\n        title: test<br \/>\n        world: world<br \/>\n        x: 272.23585990820635<br \/>\n        y: 72.0<br \/>\n        z: -143.01999948370775<br \/>\n        page: 1<br \/>\n        slot: 4<br \/>\n        icon: ACACIA_BOAT<\/p>\n<p>&#8220;`<br \/>\n<\/details>\n<details>\n<summary>Show example <code>messages.yml<\/code><\/summary>\n<p>&#8220;`yml<br \/>\nno-permission: &#8220;&#038;cYou do not have permission to use this command.&#8221;<br \/>\nconfig-reloaded: &#8220;&#038;aConfiguration reloaded.&#8221;<br \/>\navailable-waypoints: &#8220;&#038;6&#038;lAvailable Waypoints:&#8221;<br \/>\nwaypoint-added: &#8220;&#038;aWaypoint &#8216;&#038;e{waypoint_name}&#038;a&#8217; added at (&#038;e{world}&#038;a, &#038;e{x}&#038;a, &#038;e{y}&#038;a, &#038;e{z}&#038;a).&#8221;<br \/>\nwaypoint-removed: &#8220;&#038;aWaypoint &#8216;&#038;e{waypoint_name}&#038;a&#8217; removed.&#8221;<br \/>\nwaypoint-not-found: &#8220;&#038;cWaypoint &#8216;&#038;e{waypoint_name}&#038;c&#8217; not found.&#8221;<br \/>\nwaypoint-updated: &#8220;&#038;aWaypoint &#8216;&#038;e{waypoint_name}&#038;a&#8217; updated: &#038;e{setting}&#038;a. Please reload the config to see changes (\/coords reload).&#8221;<br \/>\nwaypoint-exists: &#8220;&#038;cA waypoint with the name &#038;e{waypoint_name}&#038;c already exists.&#8221;<br \/>\nwaypoint-different-world: &#8220;&#038;cYou cannot navigate to a waypoint in a different world.&#8221;<br \/>\nnot-valid-setting: &#8220;&#038;cInvalid setting. Valid settings are: page, slot, icon, title, location&#8221;<br \/>\nno-active-route: &#8220;&#038;cYou do not have an active route.&#8221;<br \/>\nroute-started: &#8220;&#038;aRoute to &#8216;&#038;e{waypoint_name}&#038;a&#8217; started.&#8221;<br \/>\nroute-ended: &#8220;&#038;aThe navigation has stopped.&#8221;<br \/>\nroute-arrived: &#8220;&#038;aYou have arrived at &#038;6{waypoint_name}&#038;a!&#8221;<\/p>\n<p>no-waypoints-available: &#8220;&#038;cThere are no waypoints available. Please contact an administrator.&#8221;<\/p>\n<p>coords-start-usage: &#8220;&#038;cUsage: \/coords start <waypoint_name>&#8221;<br \/>\ncoords-create-usage: &#8220;&#038;cUsage: \/coords create <name> <page> <slot> <icon>&#8221;<br \/>\ncoords-delete-usage: &#8220;&#038;cUsage: \/coords delete <name>&#8221;<br \/>\ncoords-set-usage: &#8220;&#038;cUsage: \/coords set <name> <setting> <value>&#8221;<\/p>\n<p>valid-settings: &#8220;&#038;cValid settings: &#8221;<\/p>\n<p>arrow-up: &#8220;\u2b06&#8221;<br \/>\narrow-down: &#8220;\u2b07&#8221;<br \/>\narrow-left: &#8220;\u2b05&#8221;<br \/>\narrow-right: &#8220;\u27a1&#8221;<br \/>\narrow-up-right: &#8220;\u2197&#8221;<br \/>\narrow-up-left: &#8220;\u2196&#8221;<br \/>\narrow-down-right: &#8220;\u2198&#8221;<br \/>\narrow-down-left: &#8220;\u2199&#8221;<\/p>\n<p>waypoint-button-lore:<br \/>\n  &#8211; &#8220;&#038;7World: &#038;e{world}&#8221;<br \/>\n  &#8211; &#8220;&#038;7Coordinates: &#038;eX: {x} Y: {y} Z: {z}&#8221;<br \/>\n  &#8211; &#8220;&#8221;<br \/>\n  &#8211; &#8220;&#038;aClick to navigate to this waypoint.&#8221;<\/p>\n<p>help-message:<br \/>\n  &#8211; &#8220;&#038;6&#038;lCoords Command Help&#8221;<br \/>\n  &#8211; &#8220;&#038;e\/coords help &#038;7- Show this help message&#8221;<br \/>\n  &#8211; &#8220;&#038;e\/coords list &#038;7- List all available waypoints&#8221;<br \/>\n  &#8211; &#8220;&#038;e\/coords start <waypoint> &#038;7- Start navigation to the specified waypoint&#8221;<br \/>\n  &#8211; &#8220;&#038;e\/coords end &#038;7- End the current navigation&#8221;<\/p>\n<p>admin-help-message:<br \/>\n  &#8211; &#8220;&#038;6&#038;lCoords Admin Command Help&#8221;<br \/>\n  &#8211; &#8220;&#038;e\/coords create <name> <page> <slot> <icon> &#038;7- Create a new waypoint&#8221;<br \/>\n  &#8211; &#8220;&#038;e\/coords delete <name> &#038;7- Delete the specified waypoint&#8221;<br \/>\n  &#8211; &#8220;&#038;e\/coords set <name> <setting> <value> &#038;7- Update the specified waypoint&#8221;<br \/>\n  &#8211; &#8220;&#038;e\/coords reload &#038;7- Reload the plugin configuration&#8221;<\/p>\n<p>menu-title: &#8220;&#038;6&#038;lWaypoints&#8221;<\/p>\n<p>next-page-item-name: &#8220;&#038;aNext Page&#8221;<\/p>\n<p>previous-page-item-name: &#8220;&#038;aPrevious Page&#8221;<\/p>\n<p>&#8220;`<br \/>\n<\/details>\n","protected":false},"excerpt":{"rendered":"<p>Coordinator is a Minecraft plugin that helps players navigate to custom waypoints with ease.<\/p>\n","protected":false},"featured_media":45897,"template":"","meta":{"_minecraft_slug":"coordinator-plugin","_minecraft_project_id":"9nIeLIm0","_minecraft_author":"JeccoShekko","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":92,"_minecraft_follows":0,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"coordinator-plugin.zip","_minecraft_size_bytes":143623,"_minecraft_version_count":4,"_minecraft_updated_at":"2026-05-15T19:52:36.569172Z","_minecraft_date_created":"2025-10-09T04:11:14.184211Z","_minecraft_date_modified":"2025-10-10T21:19:19.093119Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/coordinator-plugin","_minecraft_icon_attachment_id":45897,"_minecraft_imported_at":"2026-06-02T07:29:17+00:00","_minecraft_import_hash":"bd90a48b575731b6bd30a2940fa90ec8","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[87,127,128,129,869,92],"mod_loader":[132,133,134],"minecraft_version":[62,37,40,73,74,38,78,79,80,81,82],"class_list":["post-45896","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-adventure","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-transportation","mod_category-utility","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","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>Coordinator - 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\/coordinator-plugin\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Coordinator - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Coordinator is a Minecraft plugin that helps players navigate to custom waypoints with ease.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/coordinator-plugin\/\" \/>\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=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/coordinator-plugin\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/coordinator-plugin\\\/\",\"name\":\"Coordinator - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/coordinator-plugin\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/coordinator-plugin\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/coordinator-plugin-icon-88a1415045566e47749f1ff8d4e78107160107da.png\",\"datePublished\":\"2026-06-02T07:29:15+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/coordinator-plugin\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/coordinator-plugin\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/coordinator-plugin\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/coordinator-plugin-icon-88a1415045566e47749f1ff8d4e78107160107da.png\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/coordinator-plugin-icon-88a1415045566e47749f1ff8d4e78107160107da.png\",\"width\":160,\"height\":160},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/coordinator-plugin\\\/#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\":\"Coordinator\"}]},{\"@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":"Coordinator - 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\/coordinator-plugin\/","og_locale":"en_US","og_type":"article","og_title":"Coordinator - Minecraft","og_description":"Coordinator is a Minecraft plugin that helps players navigate to custom waypoints with ease.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/coordinator-plugin\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/coordinator-plugin\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/coordinator-plugin\/","name":"Coordinator - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/coordinator-plugin\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/coordinator-plugin\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/coordinator-plugin-icon-88a1415045566e47749f1ff8d4e78107160107da.png","datePublished":"2026-06-02T07:29:15+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/coordinator-plugin\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/coordinator-plugin\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/coordinator-plugin\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/coordinator-plugin-icon-88a1415045566e47749f1ff8d4e78107160107da.png","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/coordinator-plugin-icon-88a1415045566e47749f1ff8d4e78107160107da.png","width":160,"height":160},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/coordinator-plugin\/#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":"Coordinator"}]},{"@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\/45896","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\/45897"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=45896"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=45896"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=45896"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=45896"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}