{"id":34656698,"url":"https://github.com/fajzu1/waypoint-api","last_synced_at":"2025-12-24T18:09:36.901Z","repository":{"id":327485522,"uuid":"1109501228","full_name":"fajzu1/Waypoint-API","owner":"fajzu1","description":"🚀 Waypoint API for Minecraft 1.21.6+ with new locationBar integration.","archived":false,"fork":false,"pushed_at":"2025-12-04T21:01:27.000Z","size":231,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-07T04:44:47.990Z","etag":null,"topics":["api","bar","bukkit","java","location","locationbar","mc-api","minecraft","minecraft-api","minecraft-java","minecraft-plugin","minecraft-waypoints","navigation","paper","purpur","spigot","waypoint-api","waypoints","waypoints-navigation"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fajzu1.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-03T22:24:34.000Z","updated_at":"2025-12-06T11:28:47.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/fajzu1/Waypoint-API","commit_stats":null,"previous_names":["fajzu1/waypoint-api"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/fajzu1/Waypoint-API","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fajzu1%2FWaypoint-API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fajzu1%2FWaypoint-API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fajzu1%2FWaypoint-API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fajzu1%2FWaypoint-API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fajzu1","download_url":"https://codeload.github.com/fajzu1/Waypoint-API/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fajzu1%2FWaypoint-API/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28005989,"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","status":"online","status_checked_at":"2025-12-24T02:00:07.193Z","response_time":83,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["api","bar","bukkit","java","location","locationbar","mc-api","minecraft","minecraft-api","minecraft-java","minecraft-plugin","minecraft-waypoints","navigation","paper","purpur","spigot","waypoint-api","waypoints","waypoints-navigation"],"created_at":"2025-12-24T18:05:44.977Z","updated_at":"2025-12-24T18:09:36.894Z","avatar_url":"https://github.com/fajzu1.png","language":"Java","readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"/assets/banner.png\" alt=\"Banner\" style=\"max-width: 100%; height: auto;\" /\u003e\n\u003c/div\u003e\n\n---\n\n## 🌟 Features\n\n- Create, update, and remove waypoints\n- Custom names, icons, colors, and styling\n- Lightweight and fast integration\n- Fully documented API structure\n\n---\n\n- Preview Video: [Link](https://www.youtube.com/watch?v=FkM1QbLYQs0)\n\n## 🧰 Requirements\n\n- Server version 1.21.6+\n- [PacketEvents](https://github.com/retrooper/packetevents)\n- [Java](https://www.java.com/en/) 21+\n\n## 📦 Installation\n\nAdd the repository and dependency to your project:\n\n#### Maven Repository\n\n```xml\n\u003crepository\u003e\n    \u003cid\u003egithub\u003c/id\u003e\n    \u003curl\u003ehttps://maven.pkg.github.com/fajzu1/Waypoint-API\u003c/url\u003e\n\u003c/repository\u003e\n```\n\n#### Maven Dependency\n\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003eio.github.fajzu\u003c/groupId\u003e\n  \u003cartifactId\u003ewaypoint-api\u003c/artifactId\u003e\n  \u003cversion\u003e1.0-SNAPSHOT\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n---\n\n## ⚙️ Usage\n\n#### Injecting a WaypointAPI into Plugin\n\n```java\nWaypointProvider waypointProvider = WaypointProvider.init(this);\n```\n\n#### Creating a Waypoint\n\n```java\nWaypoint waypoint = WaypointBuilder\n      .builder()\n      .position(new Location(\n            \"world\",\n            0,\n            100,\n            0\n      ))\n      .style(WaypointStyle.DEFAULT)\n      .color(Color.BLACK)\n      .build();\n\nwaypointProvider.track(player, waypoint);\n```\n\n#### Updating a Waypoint\n\n```java\nWaypoint waypoint = ...\n\nwaypoint\n        .toBuilder()\n        .color(Color.BLUE)\n        .style(WaypointStyle.of(\"custom\", \"path\"))\n        .position(new Location(\n                null,\n                10,\n                200,\n                10\n        ))\n        .build();\n\nwaypointProvider.update(player, waypoint);\n```\n\n#### Removing a Waypoint\n\n```java\nWaypoint waypoint = ...\n\nwaypointProvider.hide(player, waypoint);\n```\n\n---\n\n## 🐞 Found a Bug?\n\nSpotted an issue? Report it via Discord: **fizuxd** 💬\n\n---\n\n## 🗂️ TODO\n\n- Add Bukkit Events handling for creating/updating/removing waypoint\n\n## ❤️ Thanks for Your Support!\n\n- [notnwse](https://github.com/notnwse) - for significant enhancements and optimizations to the code\n\nIf you enjoy using Waypoint-API, leave a ⭐ on the GitHub repo and share it with your friends!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffajzu1%2Fwaypoint-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffajzu1%2Fwaypoint-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffajzu1%2Fwaypoint-api/lists"}