{"id":28427240,"url":"https://github.com/litetex-oss/mcm-no-way","last_synced_at":"2026-05-17T04:40:08.031Z","repository":{"id":296193556,"uuid":"992590135","full_name":"litetex-oss/mcm-no-way","owner":"litetex-oss","description":"A minimalistic Minecraft mod that disables Waypoints/Locator Bar","archived":false,"fork":false,"pushed_at":"2025-06-27T03:11:36.000Z","size":325,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":0,"default_branch":"dev","last_synced_at":"2025-06-27T04:44:52.172Z","etag":null,"topics":["fabric","locatorbar","minecraft","mod","waypoints"],"latest_commit_sha":null,"homepage":"https://modrinth.com/mod/no-way","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/litetex-oss.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-29T11:59:27.000Z","updated_at":"2025-06-18T17:51:06.000Z","dependencies_parsed_at":"2025-06-27T04:28:33.573Z","dependency_job_id":"c96dbed2-d655-4e1e-99da-a9934d2f9ad9","html_url":"https://github.com/litetex-oss/mcm-no-way","commit_stats":null,"previous_names":["litetex-oss/mcm-no-way"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/litetex-oss/mcm-no-way","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litetex-oss%2Fmcm-no-way","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litetex-oss%2Fmcm-no-way/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litetex-oss%2Fmcm-no-way/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litetex-oss%2Fmcm-no-way/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/litetex-oss","download_url":"https://codeload.github.com/litetex-oss/mcm-no-way/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/litetex-oss%2Fmcm-no-way/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263420673,"owners_count":23463990,"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":["fabric","locatorbar","minecraft","mod","waypoints"],"created_at":"2025-06-05T12:10:03.757Z","updated_at":"2025-10-29T14:34:27.063Z","avatar_url":"https://github.com/litetex-oss.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- modrinth_exclude.start --\u003e\n\n[![Version](https://img.shields.io/modrinth/v/no-way)](https://modrinth.com/mod/no-way)\n[![Build](https://img.shields.io/github/actions/workflow/status/litetex-oss/mcm-no-way/check-build.yml?branch=dev)](https://github.com/litetex-oss/mcm-no-way/actions/workflows/check-build.yml?query=branch%3Adev)\n\n# No Waypoints/Locator Bar\n\n\u003c!-- modrinth_exclude.end --\u003e\n\nA minimalistic mod that disables Waypoints/Locator Bar.\n\n## Features\n\nWhen installed on the server-side:\n* Completely deactivates all waypoint/Locator Bar functionality\n  * No waypoint or players will be tracked\n  * Gamerule ``locatorBar`` will have no effect\n\nAdditionally when installed on the client-side:\n* Provides a keybind to \"Always hide the locator bar\"\n  * Default key: ``F10``\n  * \"Always hidden\" is the default\n\n## Why?\n\nThe whole Locator Bar feature is IMHO not mature and was rushed:\n* Even when Gamerule ``locatorBar`` is set to ``false`` the server will still track and calculate the movement of players and entities.\u003cbr/\u003eThis is not necessary and causes a performance impact.\n  * The whole calculation could be done on the client-side without causing additional server load\n* No one explicitly asked for this feature (AFAIK), yet it was implemented, enabled by default and declared as ready for production within 14 days\n* There are already name tags that solve the \"Where are you???\" problem... for over a decade\n* The bar might be useless in certain situations, yet there is no way to disable it on the client\n* The default player tracking range is basically unlimited (60 Mio blocks).\u003cbr/\u003e\nNobody likely cares what a player 10k blocks away is doing yet it's still displayed on their bar.\n* Imagine you are on a server with 5 people. Now you and a friend go exploring, however both of you somehow end up more than 280 blocks away from each other. As all Locator Bar indicators have the same size when more than 280 blocks away it now might become impossible to distinguish your friend from the other players.\n\n\u003c!-- modrinth_exclude.start --\u003e\n\n## Installation\n[Installation guide for the latest release](https://github.com/litetex-oss/mcm-no-way/releases/latest#Installation)\n\n### Usage in other mods\n\nAdd the following to ``build.gradle``:\n```groovy\ndependencies {\n    modImplementation 'net.litetex.mcm:no-way:\u003cversion\u003e'\n    // Further documentation: https://wiki.fabricmc.net/documentation:fabric_loom\n}\n```\n\n\u003e [!NOTE]\n\u003e The contents are hosted on [Maven Central](https://repo.maven.apache.org/maven2/net/litetex/mcm/). You shouldn't have to change anything as this is the default maven repo.\u003cbr/\u003e\n\u003e If this somehow shouldn't work you can also try [Modrinth Maven](https://support.modrinth.com/en/articles/8801191-modrinth-maven).\n\n## Contributing\nSee the [contributing guide](./CONTRIBUTING.md) for detailed instructions on how to get started with our project.\n\n\u003c!-- modrinth_exclude.end --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flitetex-oss%2Fmcm-no-way","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flitetex-oss%2Fmcm-no-way","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flitetex-oss%2Fmcm-no-way/lists"}