{"id":23096674,"url":"https://github.com/yvanmazy/transferproxy","last_synced_at":"2026-03-04T02:31:49.662Z","repository":{"id":218128513,"uuid":"745666414","full_name":"YvanMazy/TransferProxy","owner":"YvanMazy","description":"The first Minecraft proxy that uses Transfer Packet to automatically redirect players. Support 1.20.5 to 1.21.11","archived":false,"fork":false,"pushed_at":"2026-01-01T23:11:00.000Z","size":674,"stargazers_count":61,"open_issues_count":0,"forks_count":11,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-01-06T15:34:16.097Z","etag":null,"topics":["minecraft","minecraft-proxy","proxy","transfer-packet"],"latest_commit_sha":null,"homepage":"","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/YvanMazy.png","metadata":{"files":{"readme":".github/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":"2024-01-19T20:39:17.000Z","updated_at":"2026-01-01T23:11:03.000Z","dependencies_parsed_at":"2024-03-02T11:27:59.374Z","dependency_job_id":"1eb8fbd4-85dc-4b3a-984b-59d15c36ec87","html_url":"https://github.com/YvanMazy/TransferProxy","commit_stats":null,"previous_names":["darkkraft/transferproxy","yvanmazy/transferproxy"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/YvanMazy/TransferProxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YvanMazy%2FTransferProxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YvanMazy%2FTransferProxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YvanMazy%2FTransferProxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YvanMazy%2FTransferProxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YvanMazy","download_url":"https://codeload.github.com/YvanMazy/TransferProxy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YvanMazy%2FTransferProxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30070080,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T01:03:42.280Z","status":"online","status_checked_at":"2026-03-04T02:00:07.464Z","response_time":59,"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":["minecraft","minecraft-proxy","proxy","transfer-packet"],"created_at":"2024-12-16T22:40:30.366Z","updated_at":"2026-03-04T02:31:49.636Z","avatar_url":"https://github.com/YvanMazy.png","language":"Java","readme":"## 🌐 Overview\n\n**TransferProxy** is a proxy for Minecraft **Java Edition**, harnessing the power of the new transfer packet feature\nintroduced in Minecraft **24w03a**\n(release in 1.20.5). This feature allows server-to-server transfers, opening up a myriad of possibilities for server\nnetworks.\nWhether it's for large-scale server networks or small private servers, TransferProxy aims to provide a versatile and\nefficient solution for Minecraft server management.\n\nHere are the project features:\n\n- ⚡ **Performance**: The project was designed to be lightweight and inexpensive in terms of resources. It is capable of\n  supporting thousands of requests simultaneously.\n- ⚙️ **Plugins**: The project works with plugins, which allows you to create your own redirection rules.\n- 🍪 **Cookie**: The cookie system added in the same snapshot is also implemented.\n- 🌎 **Community**: The project aims to be community and collaborative, suggestions are appreciated.\n- 📚 **Wiki**: Documentation can be found [here](https://github.com/YvanMazy/TransferProxy/wiki), if any information is\n  missing feel free to make an issue.\n\n## 📥️ Installation and Setup\n\n1. Download the latest version of TransferProxy by clicking [here](https://github.com/YvanMazy/TransferProxy/releases).\n2. Drag and drop the jar file into a folder.\n3. Start the server with ``java -jar TransferProxy-version.jar``\n4. The configuration and plugins folder should be created.\n\n#### ➡️ Now what's next?\n\nWhen your server is correctly installed, you must install a plugin to define the redirection rules and customize the\nmotd if necessary. You have two options:\n\n- Download an official plugin [here](https://github.com/YvanMazy/TransferProxy/wiki#official-plugins), if you want to\n  do tests or if your project is small.\n- Develop your own plugin, documentation is available [here](https://github.com/YvanMazy/TransferProxy/wiki/Plugins).\n\nIn case you want to develop your own plugin, a demo repository is\navailable [here](https://github.com/YvanMazy/TransferProxy-Demo-plugin). It uses Gradle.\n\n#### 🆘 Troubleshooting\n\nIf you have any problems using TransferProxy, the first thing to do is to check that you haven't missed anything in\nthe [official wiki](https://github.com/YvanMazy/TransferProxy/wiki).\n\u003cbr\u003eIf you can't find a solution, then you can create a GitHub issue. It should get an answer quickly.\n\n## 📋 Requirements\n\n- Java version: 17 or higher.\n- Minecraft client version: 1.20.5 or higher, to support the transfer packet functionality.\n\n## 🔌 Contribution\n\nContributions are highly encouraged! Whether it's through raising issues or submitting pull requests. Forks are even\nrecommended to best adapt TransferProxy to your server. The project was designed to make it easy to modify certain\nparts.\n\n⭐ If you're interested in the project, please leave a star to show your support. It's through contributions like these\nthat the project is able to exist and thrive.\n\n## 📄 License - MIT\n\nTransferProxy is under the MIT License, offering the freedom to use, modify, and distribute the software. This open\nlicense is ideal for collaborative development but does not provide any warranty or liability protection.\n\n---\n\n*Note: TransferProxy is constantly evolving. Features, documentation, and setup instructions are subject to change as\nthe project progresses.*\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyvanmazy%2Ftransferproxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyvanmazy%2Ftransferproxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyvanmazy%2Ftransferproxy/lists"}