⎯⎯⎯ Coordinator ⎯⎯⎯
A Minecraft plugin that helps players navigate to custom waypoints with ease.
✨ Features
- Set, list, and remove waypoints
- Navigate easily using in-game commands
- Action bar direction system
- Permissions support for player/admin control
Commands
| /coords |
Open menu with waypoints |
| /coords list |
List of all waypoints |
| /coords help |
Show help message |
| /coords start <name> |
Start navigation to a waypoint |
| /coords end |
Stop navigation |
Admin Commands
| /coords <name> <page> <slot> <icon> |
Create a waypoint |
| /coords set <name> <setting> <value> |
Change waypoint settings |
| /coords delete <name> |
Delete a waypoint |
| /coords reload |
Reload plugin configuration |
| /coords tp <name> |
Teleport to the specified waypoint |
Permissions
| coordinator.use |
Allows players to use basic waypoint commands |
| coordinator.admin |
Allows full waypoint management |
⚙ Installation
- Download the latest Coordinator.jar
- Place it in your server’s plugins folder
- Restart your server
Configuration
Edit the
config.yml file to customize plugin behavior.
Example config.yml:
Code (yml (Unknown Language)):
# Configuration
rows-per-page: 3
waypoint-destination-radius: 10
waypoints:
test:
title: test
world: world
x: 272.23585990820635
y: 72.0
z: -143.01999948370775
page: 1
slot: 4
icon: ACACIA_BOAT
Example messages.yml:
Code (yml (Unknown Language)):
no-permission: "&cYou do not have permission to use this command."
config-reloaded: "&aConfiguration reloaded."
available-waypoints: "&6&lAvailable Waypoints:"
waypoint-added: "&aWaypoint '&e{waypoint_name}&a' added at (&e{world}&a, &e{x}&a, &e{y}&a, &e{z}&a)."
waypoint-removed: "&aWaypoint '&e{waypoint_name}&a' removed."
waypoint-not-found: "&cWaypoint '&e{waypoint_name}&c' not found."
waypoint-updated: "&aWaypoint '&e{waypoint_name}&a' updated: &e{setting}&a. Please reload the config to see changes (/coords reload)."
waypoint-exists: "&cA waypoint with the name &e{waypoint_name}&c already exists."
waypoint-different-world: "&cYou cannot navigate to a waypoint in a different world."
not-valid-setting: "&cInvalid setting. Valid settings are: page, slot, icon, title, location"
no-active-route: "&cYou do not have an active route."
route-started: "&aRoute to '&e{waypoint_name}&a' started."
route-ended: "&aThe navigation has stopped."
route-arrived: "&aYou have arrived at &6{waypoint_name}&a!"
teleported-to-waypoint: "&aYou have been teleported to '&e{waypoint_name}&a' at (&e{world}&a, &e{x}&a, &e{y}&a, &e{z}&a)."
coords-tp-usage: "&cUsage: /coords tp <waypoint_name>"
no-waypoints-available: "&cThere are no waypoints available. Please contact an administrator."
coords-start-usage: "&cUsage: /coords start <waypoint_name>"
coords-create-usage: "&cUsage: /coords create <name> <page> <slot> <icon>"
coords-delete-usage: "&cUsage: /coords delete <name>"
coords-set-usage: "&cUsage: /coords set <name> <setting> <value>"
valid-settings: "&cValid settings: "
arrow-up: "⬆"
arrow-down: "⬇"
arrow-left: "⬅"
arrow-right: "➡"
arrow-up-right: "↗"
arrow-up-left: "↖"
arrow-down-right: "↘"
arrow-down-left: "↙"
waypoint-button-lore:
- "&7World: &e{world}"
- "&7Coordinates: &eX: {x} Y: {y} Z: {z}"
- ""
- "&aClick to navigate to this waypoint."
help-message:
- "&6&lCoords Command Help"
- "&e/coords help &7- Show this help message"
- "&e/coords list &7- List all available waypoints"
- "&e/coords start <waypoint> &7- Start navigation to the specified waypoint"
- "&e/coords end &7- End the current navigation"
admin-help-message:
- "&6&lCoords Admin Command Help"
- "&e/coords create <name> <page> <slot> <icon> &7- Create a new waypoint"
- "&e/coords delete <name> &7- Delete the specified waypoint"
- "&e/coords set <name> <setting> <value> &7- Update the specified waypoint"
- "&e/coords reload &7- Reload the plugin configuration"
- "&e/coords tp <name> &7- Teleport to the specified waypoint"
menu-title: "&6&lWaypoints"
next-page-item-name: "&aNext Page"
previous-page-item-name: "&aPrevious Page"
Support
Found a bug or want to suggest a feature?
➡
Start a discussion
⭐ Summary
- Simple waypoint navigation
- Clean UI with action bar feedback
- Lightweight and fast
- Perfect for adventure and survival servers