{"id":16934552,"url":"https://github.com/queengooborg/mc-toolkit","last_synced_at":"2025-03-23T17:30:53.053Z","repository":{"id":72287749,"uuid":"390933999","full_name":"queengooborg/mc-toolkit","owner":"queengooborg","description":"A Python toolkit to scan Minecraft source code and generate helper files for server owners and developers","archived":false,"fork":false,"pushed_at":"2024-07-26T15:47:40.000Z","size":241,"stargazers_count":11,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-18T22:11:50.252Z","etag":null,"topics":["bukkit","minecraft","minecraft-plugin","spigot","video-game"],"latest_commit_sha":null,"homepage":"","language":"Python","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/queengooborg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"ko_fi":"queengooborg","custom":"http://paypal.me/VinylDarkscratch"}},"created_at":"2021-07-30T04:49:20.000Z","updated_at":"2024-12-13T21:16:26.000Z","dependencies_parsed_at":"2023-10-15T10:30:22.425Z","dependency_job_id":"ca38408c-0e97-42cc-aeb9-d17b47c0ad92","html_url":"https://github.com/queengooborg/mc-toolkit","commit_stats":null,"previous_names":["queengooborg/mc-toolkit"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/queengooborg%2Fmc-toolkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/queengooborg%2Fmc-toolkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/queengooborg%2Fmc-toolkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/queengooborg%2Fmc-toolkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/queengooborg","download_url":"https://codeload.github.com/queengooborg/mc-toolkit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245140783,"owners_count":20567448,"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":["bukkit","minecraft","minecraft-plugin","spigot","video-game"],"created_at":"2024-10-13T20:52:26.717Z","updated_at":"2025-03-23T17:30:52.691Z","avatar_url":"https://github.com/queengooborg.png","language":"Python","funding_links":["https://ko-fi.com/queengooborg","http://paypal.me/VinylDarkscratch"],"categories":[],"sub_categories":[],"readme":"# queengooborg's Minecraft Toolkit\nA Python toolkit to scan Minecraft source code and generate helper files for server owners and developers.\n\nThis toolkit is designed to perform two main tasks:\n- Decompiles, deobfuscates and scans the Minecraft source code to generate a list of items and their associated recipes\n- Using the generated item data, create an EssentialsX `worth.yml` and a BossShopPro + BS-ItemShops set of shops\n\nDeveloped and tested for ~~1.13~~ 1.14.4 through 1.21.\n\n*Need a worth.yml with all the new items?  Check out my fork of [X00LA's file](https://github.com/X00LA/Bukkit-Essentials-worth.yml)!  https://gist.github.com/queengooborg/92d08120f0d6d25175f6c7a30e3ccac7*\n\n## Requirements\n - Java 8+\n - Python 3.7+\n - PyYAML (`pip install pyyaml`)\n - [`DecompilerMC`](https://github.com/hube12/DecompilerMC) (added as a submodule)\n\n## generate_items.py\n\nThis script generates an `items.json` file in the `output/` folder, which contains a structured list of all the items and their crafting recipes.\n\nNote: the crafting recipes are pulled directly from Minecraft's source code, and may include useless recipes or ingredient names that aren't actual blocks.  This will be adjusted over time.\n\n```sh\npython3 generate_items.py [mc_version] (-n/--no_cache)\n```\n\n## generate_worth.py\n\nThis script generates a `worth.yml` for the [EssentialsX](https://www.spigotmc.org/resources/essentialsx.9089/) Bukkit/Spigot/Paper server plugin. This is used to generate https://gist.github.com/queengooborg/92d08120f0d6d25175f6c7a30e3ccac7.\n\n```sh\npython3 generate_worth.py [mc_version] (-n/--no_cache) (-v/--vanilla)\n```\n\n## generate_shops.py\n\nThis script uses the `worth.yml` file generated by the above script and generates a series of configuration files for the [BossShopPro](https://www.spigotmc.org/resources/bossshoppro-the-most-powerful-chest-gui-shop-menu-plugin.222/) + [BS-ItemShops](https://www.spigotmc.org/resources/itemshops-bsp-create-fancy-gui-shops-with-minimal-effort.26640/) Bukkit/Spigot/Paper server plugin.\n\n```sh\npython3 generate_shops.py [mc_version] (-n/--no_cache)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqueengooborg%2Fmc-toolkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqueengooborg%2Fmc-toolkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqueengooborg%2Fmc-toolkit/lists"}