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 3a7fec30ca Merge tag 'v7.19' into 1.18
Conflicts:
	gradle.properties
	src/main/java/net/wurstclient/WurstClient.java
2021-12-19 18:15:42 +01:00
.github Update FUNDING.yml 2021-05-04 19:36:40 +02:00
gradle/wrapper Update Gradle to 7.3 to fix JDK 17 compatibility 2021-11-27 00:46:57 +01:00
scripts Update premerge script to make naming the branches easier 2020-11-17 13:42:10 +01:00
src/main Merge tag 'v7.19' into 1.18 2021-12-19 18:15:42 +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 Update to 1.18-pre2 2021-11-16 21:24:55 +01:00
CONTRIBUTING.md Create CONTRIBUTING.md 2020-10-28 20:41:13 +01:00
gradle.properties Merge tag 'v7.19' into 1.18 2021-12-19 18:15:42 +01:00
gradlew Update Gradle to 7.3 to fix JDK 17 compatibility 2021-11-27 00:46:57 +01:00
gradlew.bat Update Gradle stuff 2021-05-14 23:22:49 +02:00
LICENSE.txt Initial commit 2019-06-06 08:11:08 +02:00
README.md Update Gradle to 7.3 to fix JDK 17 compatibility 2021-11-27 00:46:57 +01:00
settings.gradle Initial commit 2019-06-06 08:11:08 +02:00

Wurst Client v7

⚠ We Are Looking For Translators ⚠

If you speak both English and some other language, please help us by translating Wurst. The translation files are located in src/main/resources/assets/wurst/lang and work the same as in other Minecraft mods.

At the moment, only hack descriptions can be translated. Other descriptions and tooltips will become translatable in the future.

Names of featues (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.

See Issue #404 for discussion about translations.

Downloads (for users)

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

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

Requirements: JDK 17

  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!!