0
0
mirror of https://github.com/Wurst-Imperium/Wurst7.git synced 2024-09-19 17:02:13 +02:00
Minecraft Wurst Hacked Client v7
Go to file
Alexander01998 d505c39ce4 Merge tag 'v7.11' into 1.15.2
Conflicts:
	gradle.properties
	src/main/java/net/wurstclient/WurstClient.java
	src/main/java/net/wurstclient/hacks/AutoFarmHack.java
2021-01-20 18:47:16 +01:00
.github Merge tag 'v7.8' into 1.15.2 2020-11-25 21:17:30 +01:00
gradle/wrapper Initial commit 2019-06-06 08:11:08 +02:00
scripts Update premerge script to make naming the branches easier 2020-11-17 13:42:10 +01:00
src/main Merge tag 'v7.11' into 1.15.2 2021-01-20 18:47:16 +01:00
.gitattributes Initial commit 2019-06-06 08:11:08 +02:00
.gitignore Ignore the logs folder that "gradlew build" generates 2020-08-28 19:09:28 +02:00
build.gradle Remove Sentry 2020-12-10 19:42:02 +01:00
CONTRIBUTING.md Create CONTRIBUTING.md 2020-10-28 20:41:13 +01:00
gradle.properties Merge tag 'v7.11' into 1.15.2 2021-01-20 18:47:16 +01:00
gradlew Initial commit 2019-06-06 08:11:08 +02:00
gradlew.bat Initial commit 2019-06-06 08:11:08 +02:00
LICENSE.txt Initial commit 2019-06-06 08:11:08 +02:00
README.md Update README.md 2019-09-14 21:13:11 +02:00
settings.gradle Initial commit 2019-06-06 08:11:08 +02:00

Wurst Client v7

Downloads (for users)

https://www.wurstclient.net/download/

Setup (for developers) (using Windows 10 & Eclipse)

  1. Run these two commands in PowerShell:
./gradlew.bat genSources
./gradlew.bat eclipse
  1. In Eclipse, go to Import... > Existing Projects into Workspace and select this project.

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!

Note about Pull Requests

If you are contributing multiple unrelated features, please create a separate pull request for each feature. Squeezing everything into one giant pull request makes it very difficult for us to add your features, as we have to test, validate and add them one by one.

Thank you for your understanding - and thanks again for taking the time to contribute!!