{"id":30071226,"url":"https://github.com/elliotnash/coordsoffline","last_synced_at":"2026-02-10T23:32:28.632Z","repository":{"id":103531573,"uuid":"279954024","full_name":"elliotnash/CoordsOffline","owner":"elliotnash","description":"A simple Spigot plugin to get an offline player's coordinates.","archived":false,"fork":false,"pushed_at":"2024-12-17T20:58:20.000Z","size":97138,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-08T12:43:25.803Z","etag":null,"topics":["kotlin","kotlin-minecraft-plugin","minecraft","minecraft-plugin","minecraft-server","nms","paper","spigot","spigot-api","spigot-plugin"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/elliotnash.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2020-07-15T19:03:11.000Z","updated_at":"2024-12-17T20:54:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"d42c6210-ea24-4c59-af9a-53c1db8abcab","html_url":"https://github.com/elliotnash/CoordsOffline","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/elliotnash/CoordsOffline","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elliotnash%2FCoordsOffline","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elliotnash%2FCoordsOffline/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elliotnash%2FCoordsOffline/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elliotnash%2FCoordsOffline/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elliotnash","download_url":"https://codeload.github.com/elliotnash/CoordsOffline/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elliotnash%2FCoordsOffline/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29321362,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T20:44:44.282Z","status":"ssl_error","status_checked_at":"2026-02-10T20:44:43.393Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["kotlin","kotlin-minecraft-plugin","minecraft","minecraft-plugin","minecraft-server","nms","paper","spigot","spigot-api","spigot-plugin"],"created_at":"2025-08-08T12:25:24.731Z","updated_at":"2026-02-10T23:32:28.588Z","avatar_url":"https://github.com/elliotnash.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- Title + Logo --\u003e\n\u003cbr /\u003e\n\u003cdiv align=\"center\"\u003e\n\n  # CoordsOffline\n\n  A simple Spigot plugin to get an offline player's coordinates.\n\n  [![Latest Release][release-shield]][latest-release-url]\n  [![Build Status][actions-shield]][actions-url]\n  [![Kotlin][kotlin-shield]](#)\n  \u003c!-- [![Last Commit][last-commit-shield]][last-commit-url]\n  [![License][license-shield]][license-url] --\u003e\n\u003c/div\u003e\n\n## Downloads\n\n\n\nPlease visit the [releases][releases-url] page to download the latest release.\n\n\u003cdetails\u003e\n\u003csummary\u003eNightly Builds\u003c/summary\u003e\n\u003cbr\u003e\n\n[Nightly builds][actions-url] are available from github actions.\n\nA permalink to the latest nightly build can be found [here][nightly-download-url].\n\n\u003c/details\u003e\n\n\u003e [!WARNING]  \n\u003e Nightly builds are **experimental** and **untested**.\n\u003e Builds are distributing for testing purposes only, and may not be stable.\n\n## Usage\n\n### `/coords`\n\nGets the coordinates of a player (including offline players).\n\n#### Syntax\n```\n/coords \u003cplayer\u003e\n```\n\n#### Example\n```\n/coords Ethemoose\nEthemoose is in world world_nether with location -100.5, 100.5, 0.5\n```\n\n### `/otp`\n\nTeleports a player to a target, allowing offline targets.\n\n#### Syntax\n```\n/otp [source] \u003ctarget\u003e\n```\n\nIf `source` is not specified, the player issuing the command will be teleported.\n\n`target` can be a username or a coordinate.\n\n#### Example\n```\n/otp Ethemoose -100.5, 100.5, 0.5\n```\n\n## License\nThis project is licensed under the [MIT License](LICENSE).\n\n\u003c!-- urls --\u003e\n\u003c!-- shields --\u003e\n[release-shield]: https://img.shields.io/github/v/release/elliotnash/CoordsOffline?style=for-the-badge\n[actions-shield]: https://img.shields.io/github/actions/workflow/status/elliotnash/CoordsOffline/build.yml?style=for-the-badge\n[kotlin-shield]: https://img.shields.io/badge/Kotlin-%237F52FF.svg?logo=kotlin\u0026logoColor=white\u0026style=for-the-badge\n\n[releases-url]: https://github.com/elliotnash/CoordsOffline/releases\n[latest-release-url]: https://github.com/elliotnash/CoordsOffline/releases/latest\n[actions-url]: https://github.com/elliotnash/CoordsOffline/actions\n\n[nightly-download-url]: https://nightly.link/elliotnash/CoordsOffline/workflows/build/main/CoordsOffline.jar.zip","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felliotnash%2Fcoordsoffline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felliotnash%2Fcoordsoffline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felliotnash%2Fcoordsoffline/lists"}