0
0
mirror of https://github.com/Wurst-Imperium/Wurst7.git synced 2024-09-20 01:12:13 +02:00
Wurst7/README.md

39 lines
1.8 KiB
Markdown
Raw Normal View History

2019-09-04 17:59:09 +02:00
# Wurst Client v7
2019-06-06 08:11:08 +02:00
2021-10-24 01:14:38 +02:00
## ⚠ 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.
2021-12-31 19:19:24 +01:00
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.
2021-10-24 01:14:38 +02:00
See [Issue #404](https://github.com/Wurst-Imperium/Wurst7/issues/404) for discussion about translations.
2019-09-04 17:59:09 +02:00
## Downloads (for users)
https://www.wurstclient.net/download/
## Setup (for developers) (using Windows 10 & Eclipse)
2019-06-06 08:11:08 +02:00
Requirements: [JDK 17](https://adoptium.net/?variant=openjdk17&jvmVariant=hotspot)
2019-06-06 08:11:08 +02:00
1. Run these two commands in PowerShell:
```
./gradlew.bat genSources
./gradlew.bat eclipse
```
2. 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!**
2019-09-14 21:13:11 +02:00
## 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!!