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
2023-07-12 17:09:19 +02:00
.github Merge v7.35.2 into 1.19.2 2023-07-12 17:09:16 +02:00
codestyle Merge v7.33 into 1.19.2 2023-05-30 18:52:44 +02:00
gradle/wrapper Merge v7.33 into 1.19.2 2023-05-30 18:52:44 +02:00
scripts Update premerge script to make naming the branches easier 2020-11-17 13:42:10 +01:00
src/main Merge v7.35.2 into 1.19.2 2023-07-12 17:09:16 +02: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 Merge v7.35.2 into 1.19.2 2023-07-12 17:09:16 +02:00
CONTRIBUTING.md Create CONTRIBUTING.md 2020-10-28 20:41:13 +01:00
gradle.properties Merge v7.35.2 into 1.19.2 2023-07-12 17:09:16 +02:00
gradlew Merge v7.33 into 1.19.2 2023-05-30 18:52:44 +02:00
gradlew.bat Merge v7.33 into 1.19.2 2023-05-30 18:52:44 +02:00
LICENSE.txt Initial commit 2019-06-06 08:11:08 +02:00
README.md Merge v7.31 into 1.19.2 2023-03-03 01:17:21 +01:00
settings.gradle Broken 22w16b update 2022-04-22 07:18:00 +02:00

Wurst Client v7

Downloads (for users)

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

Setup (for developers)

(This assumes that you are using Windows with Eclipse and Java Development Kit 17 already installed.)

  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.

Contributing

If you want to help but are not sure what to do, take a look at our planning board or the help wanted list. Of course you can contribute anything you like, but these issues are particularly useful.

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 me to add your features, as I have to test, validate and add them one by one.

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

Translations

We have a Crowdin project for translations. You can also submit translations here on GitHub, but Crowdin is preferred since it makes it much easier to resolve issues.

To enable translations in-game, go to Wurst Options > Translations > ON.

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.

The translation files are located in this folder, in case you need them.

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!