Minecraft Wurst Hacked Client v7
git clone https://github.com/Wurst-Imperium/Wurst7.gitWurst Client v7

Downloads: https://www.wurstclient.net/download/
Installation guide: https://www.wurstclient.net/tutorials/how-to-install/
Feature list: https://www.wurstclient.net/
Wiki: https://wurst.wiki/
Forum: https://wurstforum.net/
Twitter/X: https://x.com/Wurst_Imperium
Donations/Perks: https://ko-fi.com/wurst
Installation
Wurst 7 can be installed just like any other Fabric mod. Here are the basic installation steps:
- Run the Fabric installer.
- Add the Wurst Client and Fabric API to your mods folder.
Please refer to the full Wurst 7 installation guide if you need more detailed instructions or run into any problems.
Also, this should be obvious, but you do need to have a licensed copy of Minecraft Java Edition in order to use Wurst. Wurst is a cheat client, not a pirate client.
Development Setup
[!IMPORTANT] Make sure you have Java Development Kit 25 installed. It won't work with other versions.
Development using Eclipse
Clone the repository:
git clone https://github.com/Wurst-Imperium/Wurst7.git cd Wurst7Generate the sources:
./gradlew genSources genEclipseRunsIn Eclipse, go to
Import...>Gradle>Existing Gradle Projectand select this project.Optional: Right-click on the project and select
Properties>Java Code Style. Then underClean Up,Code Templates,Formatter, import the respective files in thecodestylefolder.
Development using VSCode / Cursor
[!TIP] You'll probably want to install the Extension Pack for Java to make development easier.
Clone the repository:
git clone https://github.com/Wurst-Imperium/Wurst7.git cd Wurst7Generate the sources:
./gradlew genSources vscodeOpen the
Wurst7folder in VSCode / Cursor.Optional: In the VSCode settings, set
java.format.settings.urltohttps://raw.githubusercontent.com/Wurst-Imperium/Wurst7/master/codestyle/formatter.xmlandjava.format.settings.profiletoWurst-Imperium.
Development using IntelliJ IDEA
I don't use or recommend IntelliJ, but the commands to run would be:
git clone https://github.com/Wurst-Imperium/Wurst7.git
cd Wurst7
./gradlew genSources ideaSyncTask --no-configuration-cache
Note: IntelliJ IDEA is not yet compatible with Gradle's configuration cache. You will run into issues.
Possible workarounds:
- Turn off args files (this setting). Won't work for some users because of a command length limit.
- Add
--no-configuration-cacheto all of your Gradle commands.
Contributing
Please always contact me before opening a Pull Request. Any method works. That way we can discuss your ideas early and avoid wasting your time working on unwanted features or having to make lots of changes later.
We also have contributing guidelines to help you get started.
Translations
To enable translations in-game, go to Wurst Options > Translations > ON.
The preferred way to submit translations is through a Pull Request here on GitHub. The translation files are located in this folder.
Names of features (hacks/commands/etc.) should always be kept in English. This ensures that everyone can use the same commands, keybinds, etc. regardless of their language setting. It also makes it easier to communicate with someone who uses Wurst in a different language.
License
This code is licensed under the GNU General Public License v3. You can only use this code in open-source clients that you release under the same license! Using it in closed-source/proprietary clients is not allowed!