{"id":27921562,"url":"https://github.com/h6rd/coordify","last_synced_at":"2026-05-04T07:34:30.240Z","repository":{"id":291606213,"uuid":"978130029","full_name":"h6rd/Coordify","owner":"h6rd","description":"PaperMC plugin for sharing your coordinates in the chat","archived":false,"fork":false,"pushed_at":"2025-05-05T15:44:05.000Z","size":7364,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-05T16:36:51.460Z","etag":null,"topics":["minecraft-plugin","papermc"],"latest_commit_sha":null,"homepage":"https://modrinth.com/plugin/coordify/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/h6rd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-05T14:12:34.000Z","updated_at":"2025-05-05T15:47:59.000Z","dependencies_parsed_at":"2025-05-05T16:48:01.401Z","dependency_job_id":null,"html_url":"https://github.com/h6rd/Coordify","commit_stats":null,"previous_names":["h6rd/coordify"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h6rd%2FCoordify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h6rd%2FCoordify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h6rd%2FCoordify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/h6rd%2FCoordify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/h6rd","download_url":"https://codeload.github.com/h6rd/Coordify/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252776536,"owners_count":21802465,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["minecraft-plugin","papermc"],"created_at":"2025-05-06T21:52:15.410Z","updated_at":"2026-05-04T07:34:30.232Z","avatar_url":"https://github.com/h6rd.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Coordify Logo](.images/banner-git.png)\n\n\u003cdiv align=\"center\"\u003e\n  \n  \u003ca href=\"https://www.minecraft.net/\"\u003e\u003cimg src=\"https://img.shields.io/badge/Minecraft-1.21.x-brightgreen\" alt=\"Minecraft Version\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://papermc.io/\"\u003e\u003cimg src=\"https://img.shields.io/badge/Server-PaperMC-orange\" alt=\"Server\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://modrinth.com/plugin/coordify\"\u003e\u003cimg src=\"https://img.shields.io/badge/Download-Modrinth-00AF5C\" alt=\"Modrinth\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://hangar.papermc.io/hrdq/Coordify\"\u003e\u003cimg src=\"https://img.shields.io/badge/Download-Hangar-blue\" alt=\"Hangar\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/h6rd/Coordify/releases\"\u003e\u003cimg src=\"https://img.shields.io/badge/Download-Github-black\" alt=\"Github\"\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n# Coordify\nA lightweight PaperMC plugin that broadcasts a player's coordinates in chat using the `/coords` command. Perfect for survival servers where players want to share their location.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\".images/preview-small.png\" /\u003e\n\u003c/p\u003e\n\n## Features \n- Customizable colors for player name, coordinates, and world via `config.yml`\n- Supports Overworld, Nether, and End\n- Minimal resource usage\n\n## ⚙️ Configuration\nEdit `plugins/Coordify/config.yml` to customize colors for the `/coords` output:\n```yaml\ncolors:\n  player: \"§b\"          # Color for player's name\n  coords: \"§a\"          # Color for X, Y, Z coordinates\n  text: \"§7\"            # Color for \"is at\" and \"in the\"\n  worlds:\n    overworld: \"§2\"     # Color for Overworld\n    nether: \"§4\"        # Color for Nether\n    end: \"§e\"           # Color for End\n```\nRestart the server after editing to apply changes.\n\u003e **Note**: Avoid using `/reload` as it may cause errors (e.g., `ConcurrentModificationException`). Always restart the server to apply changes to `config.yml`.\n\n## 🛠️ Supported Versions\n- **PaperMC**: 1.21-1.21.5 (recommended: 1.21.5)\n- **Spigot**: Likely compatible, but PaperMC is preferred for optimizations\n- **Unsupported**: Vanilla Minecraft, Forge, Fabric\n\nFor older versions (e.g., 1.13–1.20), set `api-version: 1.13` in `plugin.yml` and test compatibility.\n\n## 📦 Building from Source\n### Requirements\n- Java 17+\n- Maven\n\n### Steps\n```bash\ngit clone https://github.com/h6rd/coordify.git\ncd coordify\nmvn clean package -Pmc-1.21.5\n```\nThe compiled `Coordify-1.0.jar` will be in the `target` folder.\n\n## 📜 License\n[MIT License](LICENSE) - Free to use, modify, and distribute.\n\n## 🐛 Issues\nFound a bug or have a feature request? Open an issue on [GitHub](https://github.com/h6rd/coordify/issues).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fh6rd%2Fcoordify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fh6rd%2Fcoordify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fh6rd%2Fcoordify/lists"}