CoordsPlugin is a simple Minecraft plugin designed to help players retrieve the coordinates of other players in the game world. It also allows players to find the nearest player and provides basic help commands.
🔹 Features:
- Retrieve the coordinates of a specific player with
/coords <playername> - Find the nearest player with
/coords nearest - View command help with
/coords help
To install the plugin:
- Download the latest
CoordsPlugin.jarrelease from Releases. - Place the
.jarfile in thepluginsdirectory of your Minecraft server. - Restart the server or use
/reloadto load the plugin. - Use
/coordsin-game to get started!
To build the plugin from source, follow these steps:
-
Clone the repository:
git clone https://github.com/ExtroEd/coords-plugin-minecraft.git cd coords-plugin-minecraft -
Build the project with Gradle:
./gradlew build
This will generate the plugin
.jarfile in thebuild/libsdirectory.
This project is licensed under the MIT License.
MIT License
Copyright (c) 2023 CIOCOLATA47 Modifications in 2025 by ExtroEd
| Command | Description |
|---|---|
/coords <playername> |
Get coordinates of a specific player. |
/coords nearest |
Get coordinates of the nearest player to you. |
/coords help |
Show a list of available commands and usage. |
Feel free to fork the repository, make your changes, and submit pull requests. Contributions are always welcome!
Thank you for using CoordsPlugin! 🚀