{"id":13710419,"url":"https://github.com/OxideWaveLength/Minecraft-Hack-BaseClient","last_synced_at":"2025-05-06T19:31:01.430Z","repository":{"id":46971256,"uuid":"237685882","full_name":"OxideWaveLength/Minecraft-Hack-BaseClient","owner":"OxideWaveLength","description":"This is a Minecraft Base Client","archived":false,"fork":false,"pushed_at":"2025-01-23T23:39:01.000Z","size":4488,"stargazers_count":317,"open_issues_count":15,"forks_count":49,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-05-04T13:53:14.222Z","etag":null,"topics":["1-8-8","base","client","hack","hacked","java","mcp","mcp918","minecraft"],"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/OxideWaveLength.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},"funding":{"github":["OxideWaveLength"]}},"created_at":"2020-02-01T22:19:47.000Z","updated_at":"2025-04-19T22:49:27.000Z","dependencies_parsed_at":"2023-01-18T19:16:02.742Z","dependency_job_id":null,"html_url":"https://github.com/OxideWaveLength/Minecraft-Hack-BaseClient","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/OxideWaveLength%2FMinecraft-Hack-BaseClient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OxideWaveLength%2FMinecraft-Hack-BaseClient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OxideWaveLength%2FMinecraft-Hack-BaseClient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OxideWaveLength%2FMinecraft-Hack-BaseClient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OxideWaveLength","download_url":"https://codeload.github.com/OxideWaveLength/Minecraft-Hack-BaseClient/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252753230,"owners_count":21798937,"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":["1-8-8","base","client","hack","hacked","java","mcp","mcp918","minecraft"],"created_at":"2024-08-02T23:00:55.886Z","updated_at":"2025-05-06T19:30:56.389Z","avatar_url":"https://github.com/OxideWaveLength.png","language":"Java","readme":"# Minecraft Base Hacked Client 1.8.8 (with Optifine)\n\n## Welcome!\nWe have a FAQ (Q\u0026A) section! If you are interested you can click [here](https://github.com/OxideWaveLength/Minecraft-Hack-BaseClient/wiki/FAQ-(Q\u0026A))\n\nWe also have a Discord server! Click [here](https://discord.gg/pDweRGz) to join\n\nIf you don't have Discord, but have Twitter and need help or want to stay updated, you can follow me [here](https://twitter.com/OxideWaveLength)\n\n------------\n\n### Setup\n\n#### What's needed\n- Internet connection\n- At least 4gb of ram\n- Java JDK (1.8)\n- Java JRE (1.8)\n- An IDE (The setup is for Eclipse, but MCP can also be setup on [IntelliJ Idea](https://www.youtube.com/watch?v=CtMhtp6QQoY))\n\n#### Video!\nNow a [video](https://www.youtube.com/watch?v=LSKu_zhPKc8) is available, showing how to set up the client. - The video is not up to date and a step is missing. Until that is updated you can watch that video and then come back and do the last step (adding javaws to your build path)\n\n#### Let's get started\n_Note: the instructions in italic apply ONLY to Eclipse, if you have a different IDE, [search how to set the project up on Google](https://lmgtfy.com/?q=How+to+setup+Minecraft+Coders+Pack+in+%5BMY+IDE%5D)_\n\n- Download [Minecraft Coders Pack 918 (1.8.8)](http://www.modcoderpack.com/files/mcp918.zip) _(or MCP)_\n- Unzip the MCP into a folder and enter it\n- Double click the \"decompile\" bat file inside of the folder and wait for the assets to be copied\n- When the message \"== Decompiling client using fernflower ==\" pops up inside of the terminal you can close the window (there is no need to actually decompile the MCP)\n- Download the project as ZIP\n- Enter the \"src\" folder\n- Delete the \"minecraft\" folder, if any is present\n- Copy the folder \"minecraft\" from the project's ZIP into the \"src\" folder\n- _Launch Eclipse into the \"eclipse\" folder (that is inside the folder you decompiled the MCP in) as workspace_\n- Optionally delete the Server project (it is safe to do so)\n- _Optionally enable the @formatting tags (Window -\u003e Preferences -\u003e Java -\u003e Code Style -\u003e Formatter -\u003e Edit -\u003e Expand \"Off/On tags\" -\u003e Tick the \"Enable Off/On tags\" -\u003e Change the Profile Name (or you will not be able to save) -\u003e OK -\u003e Apply and Close)_\n- Change the JRE version from JRE1\\_6 to JRE1\\_8 _(Right click on \"Client\" -\u003e Build Path -\u003e Libraries -\u003e Scroll to the bottom -\u003e Double click \"JRE System\" -\u003e Choose a JRE1\\_8 -\u003e Finish -\u003e Apply and Close)_\n- Add the javaws.jar to your project buildpath (the file is located here: \"JAVA_PATH\\jre1.8.0_VERSION\\lib\\javaws.jar\", where \"JAVA_PATH\" is where your java is installed (\"C:\\Program Files\\Java\\\", or \"C:\\Program Files (x86)\\Java\\\" for 64-bit computers, is the default path on Windows) and \"VERSION\" is the java version you have installed.\n\n------------\n\n### Features\n\n- CommandManager (with four commands, \"irc\", \"set\", \"help\", \"bind\" (added in the commit #41 / 0be34e4), \"friend\" and \"names\" (both added in the commit #78 / aa78114)\n- ModuleManager (with module settings, four example module (Fly, TestModule, Friends and NameProtect) and the \"AdvancedTabGUI\" module)\n- [EventManager](https://github.com/OxideWaveLength/Minecraft-Hack-BaseClient/wiki/EventManager)\n- FileManager\n- ConfigManager\n- [TabGUI](https://github.com/OxideWaveLength/Minecraft-Hack-BaseClient/wiki/Tab-GUI)\n- [Module ArrayList](https://github.com/OxideWaveLength/Minecraft-Hack-BaseClient/wiki/Modules-ArrayList-(or-%22ToggledModules%22))\n- [Hotbar Overlay](https://github.com/OxideWaveLength/Minecraft-Hack-BaseClient/wiki/Hotbar-Overlay)\n- Alt Manager (By Russian412)\n- Slick's FontManager (Edited by Russian412 and me) - Updated in the commit #77 / a0bfdf7\n- IRC Client\n- FriendsManager - manages friends and enemies. Added in the commit #95 / d5e1270 by [@evrec](https://github.com/evrec)\n- ClickGui - This is not completely finished yet, but it's working and will be completed in the future. Added in the commit #112 / 0cded5b\n\n------------\n\n### Coming Soon / TODO\n\n- ~~Better hotbar overlay~~ (Added in commit #44 / 7634127)\n- ~~Better module arraylist~~ (Added in commit #29 / 070586b!)\n- ~~Better font manager~~ (Added in commit #77 / a0bfdf7)\n- ~~Help command~~ (Done)\n- ~~Better FileManager / ConfigManager~~ (Not needed as of now)\n- Enhance some code\n- Multi Versioning! Exactly, joining 1.12 servers in 1.8.8...\n\n------------\n\n### Most Important TODOs\n\n- Create a wiki for every part of the client\n- ~~Finish all of the event handlers~~ (Done! Added in the commit #38 / a2c72e1)\n- ~~Finish the TabGui, so that the module settings can be changed from there (they can be seen already, but not changed)~~ (Done, added in the commit #55 / 26c5f09)\n\n------------\n\n##### Any help is highly appreciated, I cannot put all of my time into this project, but expect updates to be coming pretty soon\n","funding_links":["https://github.com/sponsors/OxideWaveLength"],"categories":["Some Info","📚 Projects (1974 total)","MCP Frameworks and libraries"],"sub_categories":["MCP Servers","Java"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FOxideWaveLength%2FMinecraft-Hack-BaseClient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FOxideWaveLength%2FMinecraft-Hack-BaseClient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FOxideWaveLength%2FMinecraft-Hack-BaseClient/lists"}