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

41 lines
2.3 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
2019-09-04 17:59:09 +02:00
## Downloads (for users)
2022-12-15 19:56:52 +01:00
[https://www.wurstclient.net/download/](https://www.wurstclient.net/download/?utm_source=GitHub&utm_medium=Wurst7&utm_campaign=README.md&utm_content=Downloads+%28for+users%29)
2019-09-04 17:59:09 +02:00
2022-10-05 12:23:24 +02:00
## Setup (for developers)
2019-06-06 08:11:08 +02:00
2022-10-05 12:23:24 +02:00
(This assumes that you are using Windows with [Eclipse](https://www.eclipse.org/downloads/) and [Java Development Kit 17](https://adoptium.net/?variant=openjdk17&jvmVariant=hotspot) already installed.)
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.
2022-10-05 12:23:24 +02:00
## Contributing
If you want to help but are not sure what to do, take a look at our [planning board](https://github.com/orgs/Wurst-Imperium/projects/5/views/1) or the [help wanted list](https://github.com/Wurst-Imperium/Wurst7/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22). 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!!
2022-08-24 00:44:42 +02:00
## Translations
2022-10-05 12:23:24 +02:00
We have a [Crowdin project](https://crowdin.com/project/wurst7) for translations. You can also submit translations here on GitHub, but Crowdin is preferred since it makes it much easier to resolve issues.
2022-08-24 00:44:42 +02:00
2022-10-05 12:23:24 +02:00
To enable translations in-game, go to Wurst Options > Translations > ON.
2022-08-24 00:44:42 +02: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.
2022-10-05 12:23:24 +02:00
The translation files are located in [this folder](https://github.com/Wurst-Imperium/Wurst7/tree/master/src/main/resources/assets/wurst/lang), in case you need them.
2022-08-24 00:44:42 +02:00
2019-06-06 08:11:08 +02:00
## 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!**