{"id":15472387,"url":"https://github.com/ammaraskar/minecraftpacketnames","last_synced_at":"2025-08-31T23:38:02.294Z","repository":{"id":32806430,"uuid":"36399004","full_name":"ammaraskar/MinecraftPacketNames","owner":"ammaraskar","description":"An automatically updating git repo scraping wiki.vg to generate json specification files of minecraft paket names per protocol version","archived":false,"fork":false,"pushed_at":"2016-02-28T11:53:31.000Z","size":13,"stargazers_count":14,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-06T06:51:39.450Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"jflyup/nat_traversal","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ammaraskar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-27T22:13:40.000Z","updated_at":"2022-05-06T04:31:30.000Z","dependencies_parsed_at":"2022-09-13T01:25:02.726Z","dependency_job_id":null,"html_url":"https://github.com/ammaraskar/MinecraftPacketNames","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ammaraskar%2FMinecraftPacketNames","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ammaraskar%2FMinecraftPacketNames/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ammaraskar%2FMinecraftPacketNames/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ammaraskar%2FMinecraftPacketNames/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ammaraskar","download_url":"https://codeload.github.com/ammaraskar/MinecraftPacketNames/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248560731,"owners_count":21124712,"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":[],"created_at":"2024-10-02T02:36:33.962Z","updated_at":"2025-04-12T11:35:17.922Z","avatar_url":"https://github.com/ammaraskar.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MinecraftPacketNames\nAn automatically updating git repo that scrapes wiki.vg to generate a list of minecraft \npacket names and IDs for each known protocol version. Grabbed from http://wiki.vg/Protocol_version_numbers\n\n## Dependencies\n\n* [requests](http://docs.python-requests.org/en/latest/)\n* [beautifulsoup4](http://www.crummy.com/software/BeautifulSoup/)\n\nAlso noted in ``requirements.txt``, use ``pip install -r requirements.txt`` to install them.\n\n## Auto generation\n\n``update_repo.sh`` automatically updates a git repo after scraping and generating the latest\npackets file, it can be added under cron to run at whatever time period you want.\n\n## JSON structure\n\n```json\n{\n    // pre/postNetty used to differentiate between game versions above 1.7 where the\n    // protocol versions were reset with the netty rewrite\n    \"preNetty\": {\n      // The protocol version\n      \"78\": {\n        // Packet id -\u003e Packet name\n        \"0\": \"Keep Alive\", \n        ...\n        },\n      ...\n    },\n    \n    \"postNetty\": {\n      // The protocol version\n      \"47\": {\n        // The game state\n        \"Status\": {\n          // Direction of packet\n          \"Serverbound\": {\n            // Packet id -\u003e Packet name\n            \"0\": \"Request\", \n            \"1\": \"Ping\"\n          }, \n          \"Clientbound\": {\n            \"0\": \"Response\", \n            \"1\": \"Ping\"\n          }\n        },\n        ...\n      },\n      ...\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fammaraskar%2Fminecraftpacketnames","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fammaraskar%2Fminecraftpacketnames","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fammaraskar%2Fminecraftpacketnames/lists"}